kcl-lib 0.10.0a2__tar.gz → 0.10.0b1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of kcl-lib might be problematic. Click here for more details.
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/Cargo.lock +144 -141
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/Cargo.toml +2 -2
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/PKG-INFO +1 -1
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/.gitignore +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/Makefile +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/README.md +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/kcl_lib/__init__.py +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/kcl_lib/api/__init__.py +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/kcl_lib/api/service.py +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/kcl_lib/api/spec_pb2.py +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/kcl_lib/api/spec_pb2.pyi +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/kcl_lib/plugin/__init__.py +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/kcl_lib/plugin/plugin.py +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/pyproject.toml +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/src/lib.rs +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/api_test.py +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/plugin_test.py +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/format_path/test.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/get_schema_ty/aaa/kcl.mod +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/get_schema_ty/aaa/main.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/get_schema_ty/bbb/kcl.mod +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/get_schema_ty/bbb/main.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/get_schema_ty/ccc/kcl.mod +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/get_schema_ty/ccc/main.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/lint_path/test-lint.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/option/main.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/override_file/main.bak +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/override_file/main.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/parse/kcl.mod +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/parse/main.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/parse/pkg1/pkg.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/parse/pkg2/pkg.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/plugin.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/rename/main.bak +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/rename/main.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/schema.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/settings/kcl.yaml +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/testing/module/kcl.mod +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/testing/module/pkg/func.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/testing/module/pkg/func_test.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/update_dependencies/kcl.mod +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/update_dependencies/main.k +0 -0
- {kcl_lib-0.10.0a2 → kcl_lib-0.10.0b1}/tests/test_data/variables/main.k +0 -0
|
@@ -154,7 +154,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
|
154
154
|
dependencies = [
|
|
155
155
|
"proc-macro2",
|
|
156
156
|
"quote",
|
|
157
|
-
"syn 2.0.
|
|
157
|
+
"syn 2.0.74",
|
|
158
158
|
]
|
|
159
159
|
|
|
160
160
|
[[package]]
|
|
@@ -308,9 +308,12 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
|
|
308
308
|
|
|
309
309
|
[[package]]
|
|
310
310
|
name = "cc"
|
|
311
|
-
version = "1.1.
|
|
311
|
+
version = "1.1.11"
|
|
312
312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
313
|
-
checksum = "
|
|
313
|
+
checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189"
|
|
314
|
+
dependencies = [
|
|
315
|
+
"shlex",
|
|
316
|
+
]
|
|
314
317
|
|
|
315
318
|
[[package]]
|
|
316
319
|
name = "cfg-if"
|
|
@@ -341,18 +344,18 @@ dependencies = [
|
|
|
341
344
|
|
|
342
345
|
[[package]]
|
|
343
346
|
name = "clap"
|
|
344
|
-
version = "4.5.
|
|
347
|
+
version = "4.5.15"
|
|
345
348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
346
|
-
checksum = "
|
|
349
|
+
checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc"
|
|
347
350
|
dependencies = [
|
|
348
351
|
"clap_builder",
|
|
349
352
|
]
|
|
350
353
|
|
|
351
354
|
[[package]]
|
|
352
355
|
name = "clap_builder"
|
|
353
|
-
version = "4.5.
|
|
356
|
+
version = "4.5.15"
|
|
354
357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
|
-
checksum = "
|
|
358
|
+
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
|
|
356
359
|
dependencies = [
|
|
357
360
|
"anstream",
|
|
358
361
|
"anstyle",
|
|
@@ -424,15 +427,15 @@ checksum = "373e9fafaa20882876db20562275ff58d50e0caa2590077fe7ce7bef90211d0d"
|
|
|
424
427
|
|
|
425
428
|
[[package]]
|
|
426
429
|
name = "core-foundation-sys"
|
|
427
|
-
version = "0.8.
|
|
430
|
+
version = "0.8.7"
|
|
428
431
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
-
checksum = "
|
|
432
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
430
433
|
|
|
431
434
|
[[package]]
|
|
432
435
|
name = "cpufeatures"
|
|
433
|
-
version = "0.2.
|
|
436
|
+
version = "0.2.13"
|
|
434
437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
-
checksum = "
|
|
438
|
+
checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
|
|
436
439
|
dependencies = [
|
|
437
440
|
"libc",
|
|
438
441
|
]
|
|
@@ -511,7 +514,7 @@ dependencies = [
|
|
|
511
514
|
"proc-macro2",
|
|
512
515
|
"quote",
|
|
513
516
|
"strsim 0.11.1",
|
|
514
|
-
"syn 2.0.
|
|
517
|
+
"syn 2.0.74",
|
|
515
518
|
]
|
|
516
519
|
|
|
517
520
|
[[package]]
|
|
@@ -522,7 +525,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
|
522
525
|
dependencies = [
|
|
523
526
|
"darling_core",
|
|
524
527
|
"quote",
|
|
525
|
-
"syn 2.0.
|
|
528
|
+
"syn 2.0.74",
|
|
526
529
|
]
|
|
527
530
|
|
|
528
531
|
[[package]]
|
|
@@ -565,7 +568,7 @@ dependencies = [
|
|
|
565
568
|
"darling",
|
|
566
569
|
"proc-macro2",
|
|
567
570
|
"quote",
|
|
568
|
-
"syn 2.0.
|
|
571
|
+
"syn 2.0.74",
|
|
569
572
|
]
|
|
570
573
|
|
|
571
574
|
[[package]]
|
|
@@ -575,7 +578,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
575
578
|
checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
|
|
576
579
|
dependencies = [
|
|
577
580
|
"derive_builder_core",
|
|
578
|
-
"syn 2.0.
|
|
581
|
+
"syn 2.0.74",
|
|
579
582
|
]
|
|
580
583
|
|
|
581
584
|
[[package]]
|
|
@@ -648,7 +651,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
648
651
|
dependencies = [
|
|
649
652
|
"proc-macro2",
|
|
650
653
|
"quote",
|
|
651
|
-
"syn 2.0.
|
|
654
|
+
"syn 2.0.74",
|
|
652
655
|
]
|
|
653
656
|
|
|
654
657
|
[[package]]
|
|
@@ -742,14 +745,14 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
|
|
742
745
|
|
|
743
746
|
[[package]]
|
|
744
747
|
name = "filetime"
|
|
745
|
-
version = "0.2.
|
|
748
|
+
version = "0.2.24"
|
|
746
749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
|
-
checksum = "
|
|
750
|
+
checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550"
|
|
748
751
|
dependencies = [
|
|
749
752
|
"cfg-if 1.0.0",
|
|
750
753
|
"libc",
|
|
751
|
-
"
|
|
752
|
-
"windows-sys 0.
|
|
754
|
+
"libredox",
|
|
755
|
+
"windows-sys 0.59.0",
|
|
753
756
|
]
|
|
754
757
|
|
|
755
758
|
[[package]]
|
|
@@ -908,7 +911,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
|
|
908
911
|
dependencies = [
|
|
909
912
|
"proc-macro2",
|
|
910
913
|
"quote",
|
|
911
|
-
"syn 2.0.
|
|
914
|
+
"syn 2.0.74",
|
|
912
915
|
]
|
|
913
916
|
|
|
914
917
|
[[package]]
|
|
@@ -1163,9 +1166,9 @@ dependencies = [
|
|
|
1163
1166
|
|
|
1164
1167
|
[[package]]
|
|
1165
1168
|
name = "hyper-util"
|
|
1166
|
-
version = "0.1.
|
|
1169
|
+
version = "0.1.7"
|
|
1167
1170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1168
|
-
checksum = "
|
|
1171
|
+
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
|
|
1169
1172
|
dependencies = [
|
|
1170
1173
|
"bytes",
|
|
1171
1174
|
"futures-channel",
|
|
@@ -1247,9 +1250,9 @@ dependencies = [
|
|
|
1247
1250
|
|
|
1248
1251
|
[[package]]
|
|
1249
1252
|
name = "indexmap"
|
|
1250
|
-
version = "2.
|
|
1253
|
+
version = "2.4.0"
|
|
1251
1254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1252
|
-
checksum = "
|
|
1255
|
+
checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
|
|
1253
1256
|
dependencies = [
|
|
1254
1257
|
"equivalent",
|
|
1255
1258
|
"hashbrown 0.14.5",
|
|
@@ -1359,9 +1362,9 @@ checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae"
|
|
|
1359
1362
|
|
|
1360
1363
|
[[package]]
|
|
1361
1364
|
name = "js-sys"
|
|
1362
|
-
version = "0.3.
|
|
1365
|
+
version = "0.3.70"
|
|
1363
1366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1364
|
-
checksum = "
|
|
1367
|
+
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
|
1365
1368
|
dependencies = [
|
|
1366
1369
|
"wasm-bindgen",
|
|
1367
1370
|
]
|
|
@@ -1421,8 +1424,8 @@ dependencies = [
|
|
|
1421
1424
|
|
|
1422
1425
|
[[package]]
|
|
1423
1426
|
name = "kcl-language-server"
|
|
1424
|
-
version = "0.10.0-
|
|
1425
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1427
|
+
version = "0.10.0-beta.1"
|
|
1428
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1426
1429
|
dependencies = [
|
|
1427
1430
|
"anyhow",
|
|
1428
1431
|
"chrono",
|
|
@@ -1465,7 +1468,7 @@ dependencies = [
|
|
|
1465
1468
|
|
|
1466
1469
|
[[package]]
|
|
1467
1470
|
name = "kcl-python-lib"
|
|
1468
|
-
version = "0.10.0-
|
|
1471
|
+
version = "0.10.0-beta.1"
|
|
1469
1472
|
dependencies = [
|
|
1470
1473
|
"kclvm-api",
|
|
1471
1474
|
"pyo3",
|
|
@@ -1473,8 +1476,8 @@ dependencies = [
|
|
|
1473
1476
|
|
|
1474
1477
|
[[package]]
|
|
1475
1478
|
name = "kclvm-api"
|
|
1476
|
-
version = "0.10.0-
|
|
1477
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1479
|
+
version = "0.10.0-beta.1"
|
|
1480
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1478
1481
|
dependencies = [
|
|
1479
1482
|
"anyhow",
|
|
1480
1483
|
"futures",
|
|
@@ -1513,8 +1516,8 @@ dependencies = [
|
|
|
1513
1516
|
|
|
1514
1517
|
[[package]]
|
|
1515
1518
|
name = "kclvm-ast"
|
|
1516
|
-
version = "0.10.0-
|
|
1517
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1519
|
+
version = "0.10.0-beta.1"
|
|
1520
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1518
1521
|
dependencies = [
|
|
1519
1522
|
"compiler_base_span",
|
|
1520
1523
|
"kclvm-error",
|
|
@@ -1528,8 +1531,8 @@ dependencies = [
|
|
|
1528
1531
|
|
|
1529
1532
|
[[package]]
|
|
1530
1533
|
name = "kclvm-ast-pretty"
|
|
1531
|
-
version = "0.10.0-
|
|
1532
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1534
|
+
version = "0.10.0-beta.1"
|
|
1535
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1533
1536
|
dependencies = [
|
|
1534
1537
|
"compiler_base_macros",
|
|
1535
1538
|
"compiler_base_session",
|
|
@@ -1542,8 +1545,8 @@ dependencies = [
|
|
|
1542
1545
|
|
|
1543
1546
|
[[package]]
|
|
1544
1547
|
name = "kclvm-compiler"
|
|
1545
|
-
version = "0.10.0-
|
|
1546
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1548
|
+
version = "0.10.0-beta.1"
|
|
1549
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1547
1550
|
dependencies = [
|
|
1548
1551
|
"ahash",
|
|
1549
1552
|
"bit-set",
|
|
@@ -1562,8 +1565,8 @@ dependencies = [
|
|
|
1562
1565
|
|
|
1563
1566
|
[[package]]
|
|
1564
1567
|
name = "kclvm-config"
|
|
1565
|
-
version = "0.10.0-
|
|
1566
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1568
|
+
version = "0.10.0-beta.1"
|
|
1569
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1567
1570
|
dependencies = [
|
|
1568
1571
|
"ahash",
|
|
1569
1572
|
"anyhow",
|
|
@@ -1586,13 +1589,13 @@ dependencies = [
|
|
|
1586
1589
|
|
|
1587
1590
|
[[package]]
|
|
1588
1591
|
name = "kclvm-driver"
|
|
1589
|
-
version = "0.10.0-
|
|
1590
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1592
|
+
version = "0.10.0-beta.1"
|
|
1593
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1591
1594
|
dependencies = [
|
|
1592
1595
|
"anyhow",
|
|
1593
1596
|
"flate2",
|
|
1594
1597
|
"glob",
|
|
1595
|
-
"indexmap 2.
|
|
1598
|
+
"indexmap 2.4.0",
|
|
1596
1599
|
"kclvm-ast",
|
|
1597
1600
|
"kclvm-config",
|
|
1598
1601
|
"kclvm-parser",
|
|
@@ -1611,8 +1614,8 @@ dependencies = [
|
|
|
1611
1614
|
|
|
1612
1615
|
[[package]]
|
|
1613
1616
|
name = "kclvm-error"
|
|
1614
|
-
version = "0.10.0-
|
|
1615
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1617
|
+
version = "0.10.0-beta.1"
|
|
1618
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1616
1619
|
dependencies = [
|
|
1617
1620
|
"annotate-snippets",
|
|
1618
1621
|
"anyhow",
|
|
@@ -1633,8 +1636,8 @@ dependencies = [
|
|
|
1633
1636
|
|
|
1634
1637
|
[[package]]
|
|
1635
1638
|
name = "kclvm-evaluator"
|
|
1636
|
-
version = "0.10.0-
|
|
1637
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1639
|
+
version = "0.10.0-beta.1"
|
|
1640
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1638
1641
|
dependencies = [
|
|
1639
1642
|
"anyhow",
|
|
1640
1643
|
"generational-arena",
|
|
@@ -1648,8 +1651,8 @@ dependencies = [
|
|
|
1648
1651
|
|
|
1649
1652
|
[[package]]
|
|
1650
1653
|
name = "kclvm-lexer"
|
|
1651
|
-
version = "0.10.0-
|
|
1652
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1654
|
+
version = "0.10.0-beta.1"
|
|
1655
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1653
1656
|
dependencies = [
|
|
1654
1657
|
"kclvm-error",
|
|
1655
1658
|
"rustc_lexer",
|
|
@@ -1658,8 +1661,8 @@ dependencies = [
|
|
|
1658
1661
|
|
|
1659
1662
|
[[package]]
|
|
1660
1663
|
name = "kclvm-loader"
|
|
1661
|
-
version = "0.10.0-
|
|
1662
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1664
|
+
version = "0.10.0-beta.1"
|
|
1665
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1663
1666
|
dependencies = [
|
|
1664
1667
|
"anyhow",
|
|
1665
1668
|
"indexmap 1.9.3",
|
|
@@ -1674,8 +1677,8 @@ dependencies = [
|
|
|
1674
1677
|
|
|
1675
1678
|
[[package]]
|
|
1676
1679
|
name = "kclvm-macros"
|
|
1677
|
-
version = "0.10.0-
|
|
1678
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1680
|
+
version = "0.10.0-beta.1"
|
|
1681
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1679
1682
|
dependencies = [
|
|
1680
1683
|
"proc-macro2",
|
|
1681
1684
|
"quote",
|
|
@@ -1685,8 +1688,8 @@ dependencies = [
|
|
|
1685
1688
|
|
|
1686
1689
|
[[package]]
|
|
1687
1690
|
name = "kclvm-parser"
|
|
1688
|
-
version = "0.10.0-
|
|
1689
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1691
|
+
version = "0.10.0-beta.1"
|
|
1692
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1690
1693
|
dependencies = [
|
|
1691
1694
|
"anyhow",
|
|
1692
1695
|
"bstr",
|
|
@@ -1716,8 +1719,8 @@ dependencies = [
|
|
|
1716
1719
|
|
|
1717
1720
|
[[package]]
|
|
1718
1721
|
name = "kclvm-query"
|
|
1719
|
-
version = "0.10.0-
|
|
1720
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1722
|
+
version = "0.10.0-beta.1"
|
|
1723
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1721
1724
|
dependencies = [
|
|
1722
1725
|
"anyhow",
|
|
1723
1726
|
"compiler_base_macros",
|
|
@@ -1736,8 +1739,8 @@ dependencies = [
|
|
|
1736
1739
|
|
|
1737
1740
|
[[package]]
|
|
1738
1741
|
name = "kclvm-runner"
|
|
1739
|
-
version = "0.10.0-
|
|
1740
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1742
|
+
version = "0.10.0-beta.1"
|
|
1743
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1741
1744
|
dependencies = [
|
|
1742
1745
|
"anyhow",
|
|
1743
1746
|
"cc",
|
|
@@ -1771,8 +1774,8 @@ dependencies = [
|
|
|
1771
1774
|
|
|
1772
1775
|
[[package]]
|
|
1773
1776
|
name = "kclvm-runtime"
|
|
1774
|
-
version = "0.10.0-
|
|
1775
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1777
|
+
version = "0.10.0-beta.1"
|
|
1778
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1776
1779
|
dependencies = [
|
|
1777
1780
|
"ahash",
|
|
1778
1781
|
"base64 0.13.1",
|
|
@@ -1805,8 +1808,8 @@ dependencies = [
|
|
|
1805
1808
|
|
|
1806
1809
|
[[package]]
|
|
1807
1810
|
name = "kclvm-sema"
|
|
1808
|
-
version = "0.10.0-
|
|
1809
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1811
|
+
version = "0.10.0-beta.1"
|
|
1812
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1810
1813
|
dependencies = [
|
|
1811
1814
|
"ahash",
|
|
1812
1815
|
"anyhow",
|
|
@@ -1827,6 +1830,7 @@ dependencies = [
|
|
|
1827
1830
|
"kclvm-utils",
|
|
1828
1831
|
"lazy_static",
|
|
1829
1832
|
"once_cell",
|
|
1833
|
+
"parking_lot 0.12.3",
|
|
1830
1834
|
"petgraph",
|
|
1831
1835
|
"phf",
|
|
1832
1836
|
"regex",
|
|
@@ -1838,8 +1842,8 @@ dependencies = [
|
|
|
1838
1842
|
|
|
1839
1843
|
[[package]]
|
|
1840
1844
|
name = "kclvm-span"
|
|
1841
|
-
version = "0.10.0-
|
|
1842
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1845
|
+
version = "0.10.0-beta.1"
|
|
1846
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1843
1847
|
dependencies = [
|
|
1844
1848
|
"compiler_base_span",
|
|
1845
1849
|
"kclvm-macros",
|
|
@@ -1849,8 +1853,8 @@ dependencies = [
|
|
|
1849
1853
|
|
|
1850
1854
|
[[package]]
|
|
1851
1855
|
name = "kclvm-tools"
|
|
1852
|
-
version = "0.10.0-
|
|
1853
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1856
|
+
version = "0.10.0-beta.1"
|
|
1857
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1854
1858
|
dependencies = [
|
|
1855
1859
|
"anyhow",
|
|
1856
1860
|
"compiler_base_session",
|
|
@@ -1880,8 +1884,8 @@ dependencies = [
|
|
|
1880
1884
|
|
|
1881
1885
|
[[package]]
|
|
1882
1886
|
name = "kclvm-utils"
|
|
1883
|
-
version = "0.10.0-
|
|
1884
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1887
|
+
version = "0.10.0-beta.1"
|
|
1888
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1885
1889
|
dependencies = [
|
|
1886
1890
|
"anyhow",
|
|
1887
1891
|
"fslock",
|
|
@@ -1890,8 +1894,8 @@ dependencies = [
|
|
|
1890
1894
|
|
|
1891
1895
|
[[package]]
|
|
1892
1896
|
name = "kclvm-version"
|
|
1893
|
-
version = "0.10.0-
|
|
1894
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1897
|
+
version = "0.10.0-beta.1"
|
|
1898
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1895
1899
|
dependencies = [
|
|
1896
1900
|
"vergen-gitcl",
|
|
1897
1901
|
]
|
|
@@ -1899,7 +1903,7 @@ dependencies = [
|
|
|
1899
1903
|
[[package]]
|
|
1900
1904
|
name = "kclvm_runtime_internal_macros"
|
|
1901
1905
|
version = "0.5.0"
|
|
1902
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1906
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
1903
1907
|
dependencies = [
|
|
1904
1908
|
"proc-macro2",
|
|
1905
1909
|
"quote",
|
|
@@ -1956,6 +1960,7 @@ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
1956
1960
|
dependencies = [
|
|
1957
1961
|
"bitflags 2.6.0",
|
|
1958
1962
|
"libc",
|
|
1963
|
+
"redox_syscall 0.5.3",
|
|
1959
1964
|
]
|
|
1960
1965
|
|
|
1961
1966
|
[[package]]
|
|
@@ -2117,9 +2122,9 @@ dependencies = [
|
|
|
2117
2122
|
|
|
2118
2123
|
[[package]]
|
|
2119
2124
|
name = "mio"
|
|
2120
|
-
version = "1.0.
|
|
2125
|
+
version = "1.0.2"
|
|
2121
2126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2122
|
-
checksum = "
|
|
2127
|
+
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
|
2123
2128
|
dependencies = [
|
|
2124
2129
|
"hermit-abi",
|
|
2125
2130
|
"libc",
|
|
@@ -2234,9 +2239,9 @@ dependencies = [
|
|
|
2234
2239
|
|
|
2235
2240
|
[[package]]
|
|
2236
2241
|
name = "object"
|
|
2237
|
-
version = "0.36.
|
|
2242
|
+
version = "0.36.3"
|
|
2238
2243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2239
|
-
checksum = "
|
|
2244
|
+
checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
|
|
2240
2245
|
dependencies = [
|
|
2241
2246
|
"memchr",
|
|
2242
2247
|
]
|
|
@@ -2398,7 +2403,7 @@ dependencies = [
|
|
|
2398
2403
|
"pest_meta",
|
|
2399
2404
|
"proc-macro2",
|
|
2400
2405
|
"quote",
|
|
2401
|
-
"syn 2.0.
|
|
2406
|
+
"syn 2.0.74",
|
|
2402
2407
|
]
|
|
2403
2408
|
|
|
2404
2409
|
[[package]]
|
|
@@ -2419,7 +2424,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2419
2424
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
2420
2425
|
dependencies = [
|
|
2421
2426
|
"fixedbitset",
|
|
2422
|
-
"indexmap 2.
|
|
2427
|
+
"indexmap 2.4.0",
|
|
2423
2428
|
]
|
|
2424
2429
|
|
|
2425
2430
|
[[package]]
|
|
@@ -2483,7 +2488,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
|
|
2483
2488
|
dependencies = [
|
|
2484
2489
|
"proc-macro2",
|
|
2485
2490
|
"quote",
|
|
2486
|
-
"syn 2.0.
|
|
2491
|
+
"syn 2.0.74",
|
|
2487
2492
|
]
|
|
2488
2493
|
|
|
2489
2494
|
[[package]]
|
|
@@ -2581,11 +2586,11 @@ dependencies = [
|
|
|
2581
2586
|
[[package]]
|
|
2582
2587
|
name = "proc_macro_crate"
|
|
2583
2588
|
version = "0.1.0"
|
|
2584
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2589
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
2585
2590
|
dependencies = [
|
|
2586
2591
|
"proc-macro2",
|
|
2587
2592
|
"quote",
|
|
2588
|
-
"syn 2.0.
|
|
2593
|
+
"syn 2.0.74",
|
|
2589
2594
|
]
|
|
2590
2595
|
|
|
2591
2596
|
[[package]]
|
|
@@ -2645,7 +2650,7 @@ dependencies = [
|
|
|
2645
2650
|
[[package]]
|
|
2646
2651
|
name = "prost-wkt"
|
|
2647
2652
|
version = "0.4.1"
|
|
2648
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2653
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
2649
2654
|
dependencies = [
|
|
2650
2655
|
"chrono",
|
|
2651
2656
|
"inventory",
|
|
@@ -2659,7 +2664,7 @@ dependencies = [
|
|
|
2659
2664
|
[[package]]
|
|
2660
2665
|
name = "prost-wkt-build"
|
|
2661
2666
|
version = "0.4.1"
|
|
2662
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2667
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
2663
2668
|
dependencies = [
|
|
2664
2669
|
"heck 0.4.1",
|
|
2665
2670
|
"prost",
|
|
@@ -2671,7 +2676,7 @@ dependencies = [
|
|
|
2671
2676
|
[[package]]
|
|
2672
2677
|
name = "prost-wkt-types"
|
|
2673
2678
|
version = "0.4.1"
|
|
2674
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2679
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
2675
2680
|
dependencies = [
|
|
2676
2681
|
"chrono",
|
|
2677
2682
|
"prost",
|
|
@@ -2782,7 +2787,7 @@ dependencies = [
|
|
|
2782
2787
|
"proc-macro2",
|
|
2783
2788
|
"pyo3-macros-backend",
|
|
2784
2789
|
"quote",
|
|
2785
|
-
"syn 2.0.
|
|
2790
|
+
"syn 2.0.74",
|
|
2786
2791
|
]
|
|
2787
2792
|
|
|
2788
2793
|
[[package]]
|
|
@@ -2795,7 +2800,7 @@ dependencies = [
|
|
|
2795
2800
|
"proc-macro2",
|
|
2796
2801
|
"pyo3-build-config",
|
|
2797
2802
|
"quote",
|
|
2798
|
-
"syn 2.0.
|
|
2803
|
+
"syn 2.0.74",
|
|
2799
2804
|
]
|
|
2800
2805
|
|
|
2801
2806
|
[[package]]
|
|
@@ -2949,15 +2954,6 @@ dependencies = [
|
|
|
2949
2954
|
"bitflags 1.3.2",
|
|
2950
2955
|
]
|
|
2951
2956
|
|
|
2952
|
-
[[package]]
|
|
2953
|
-
name = "redox_syscall"
|
|
2954
|
-
version = "0.4.1"
|
|
2955
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2956
|
-
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
2957
|
-
dependencies = [
|
|
2958
|
-
"bitflags 1.3.2",
|
|
2959
|
-
]
|
|
2960
|
-
|
|
2961
2957
|
[[package]]
|
|
2962
2958
|
name = "redox_syscall"
|
|
2963
2959
|
version = "0.5.3"
|
|
@@ -3272,9 +3268,9 @@ dependencies = [
|
|
|
3272
3268
|
|
|
3273
3269
|
[[package]]
|
|
3274
3270
|
name = "rustls-pki-types"
|
|
3275
|
-
version = "1.
|
|
3271
|
+
version = "1.8.0"
|
|
3276
3272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3277
|
-
checksum = "
|
|
3273
|
+
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
|
|
3278
3274
|
|
|
3279
3275
|
[[package]]
|
|
3280
3276
|
name = "rustls-webpki"
|
|
@@ -3387,22 +3383,22 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
3387
3383
|
|
|
3388
3384
|
[[package]]
|
|
3389
3385
|
name = "serde"
|
|
3390
|
-
version = "1.0.
|
|
3386
|
+
version = "1.0.207"
|
|
3391
3387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3392
|
-
checksum = "
|
|
3388
|
+
checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2"
|
|
3393
3389
|
dependencies = [
|
|
3394
3390
|
"serde_derive",
|
|
3395
3391
|
]
|
|
3396
3392
|
|
|
3397
3393
|
[[package]]
|
|
3398
3394
|
name = "serde_derive"
|
|
3399
|
-
version = "1.0.
|
|
3395
|
+
version = "1.0.207"
|
|
3400
3396
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3401
|
-
checksum = "
|
|
3397
|
+
checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e"
|
|
3402
3398
|
dependencies = [
|
|
3403
3399
|
"proc-macro2",
|
|
3404
3400
|
"quote",
|
|
3405
|
-
"syn 2.0.
|
|
3401
|
+
"syn 2.0.74",
|
|
3406
3402
|
]
|
|
3407
3403
|
|
|
3408
3404
|
[[package]]
|
|
@@ -3424,7 +3420,7 @@ checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
|
|
3424
3420
|
dependencies = [
|
|
3425
3421
|
"proc-macro2",
|
|
3426
3422
|
"quote",
|
|
3427
|
-
"syn 2.0.
|
|
3423
|
+
"syn 2.0.74",
|
|
3428
3424
|
]
|
|
3429
3425
|
|
|
3430
3426
|
[[package]]
|
|
@@ -3442,9 +3438,9 @@ dependencies = [
|
|
|
3442
3438
|
[[package]]
|
|
3443
3439
|
name = "serde_yaml"
|
|
3444
3440
|
version = "0.9.34+deprecated"
|
|
3445
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
3441
|
+
source = "git+https://github.com/kcl-lang/kcl#26cc807ad191167f58561e726c9442f42088dda0"
|
|
3446
3442
|
dependencies = [
|
|
3447
|
-
"indexmap 2.
|
|
3443
|
+
"indexmap 2.4.0",
|
|
3448
3444
|
"itoa",
|
|
3449
3445
|
"ryu",
|
|
3450
3446
|
"serde",
|
|
@@ -3501,6 +3497,12 @@ dependencies = [
|
|
|
3501
3497
|
"digest 0.10.7",
|
|
3502
3498
|
]
|
|
3503
3499
|
|
|
3500
|
+
[[package]]
|
|
3501
|
+
name = "shlex"
|
|
3502
|
+
version = "1.3.0"
|
|
3503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3504
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
3505
|
+
|
|
3504
3506
|
[[package]]
|
|
3505
3507
|
name = "signal-hook-registry"
|
|
3506
3508
|
version = "1.4.2"
|
|
@@ -3667,9 +3669,9 @@ dependencies = [
|
|
|
3667
3669
|
|
|
3668
3670
|
[[package]]
|
|
3669
3671
|
name = "syn"
|
|
3670
|
-
version = "2.0.
|
|
3672
|
+
version = "2.0.74"
|
|
3671
3673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3672
|
-
checksum = "
|
|
3674
|
+
checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7"
|
|
3673
3675
|
dependencies = [
|
|
3674
3676
|
"proc-macro2",
|
|
3675
3677
|
"quote",
|
|
@@ -3713,15 +3715,15 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
3713
3715
|
|
|
3714
3716
|
[[package]]
|
|
3715
3717
|
name = "tempfile"
|
|
3716
|
-
version = "3.
|
|
3718
|
+
version = "3.12.0"
|
|
3717
3719
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3718
|
-
checksum = "
|
|
3720
|
+
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
|
3719
3721
|
dependencies = [
|
|
3720
3722
|
"cfg-if 1.0.0",
|
|
3721
3723
|
"fastrand",
|
|
3722
3724
|
"once_cell",
|
|
3723
3725
|
"rustix",
|
|
3724
|
-
"windows-sys 0.
|
|
3726
|
+
"windows-sys 0.59.0",
|
|
3725
3727
|
]
|
|
3726
3728
|
|
|
3727
3729
|
[[package]]
|
|
@@ -3760,7 +3762,7 @@ checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
|
|
3760
3762
|
dependencies = [
|
|
3761
3763
|
"proc-macro2",
|
|
3762
3764
|
"quote",
|
|
3763
|
-
"syn 2.0.
|
|
3765
|
+
"syn 2.0.74",
|
|
3764
3766
|
]
|
|
3765
3767
|
|
|
3766
3768
|
[[package]]
|
|
@@ -3886,7 +3888,7 @@ dependencies = [
|
|
|
3886
3888
|
"backtrace",
|
|
3887
3889
|
"bytes",
|
|
3888
3890
|
"libc",
|
|
3889
|
-
"mio 1.0.
|
|
3891
|
+
"mio 1.0.2",
|
|
3890
3892
|
"parking_lot 0.12.3",
|
|
3891
3893
|
"pin-project-lite",
|
|
3892
3894
|
"signal-hook-registry",
|
|
@@ -3903,7 +3905,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
|
3903
3905
|
dependencies = [
|
|
3904
3906
|
"proc-macro2",
|
|
3905
3907
|
"quote",
|
|
3906
|
-
"syn 2.0.
|
|
3908
|
+
"syn 2.0.74",
|
|
3907
3909
|
]
|
|
3908
3910
|
|
|
3909
3911
|
[[package]]
|
|
@@ -3994,15 +3996,15 @@ dependencies = [
|
|
|
3994
3996
|
|
|
3995
3997
|
[[package]]
|
|
3996
3998
|
name = "tower-layer"
|
|
3997
|
-
version = "0.3.
|
|
3999
|
+
version = "0.3.3"
|
|
3998
4000
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3999
|
-
checksum = "
|
|
4001
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
4000
4002
|
|
|
4001
4003
|
[[package]]
|
|
4002
4004
|
name = "tower-service"
|
|
4003
|
-
version = "0.3.
|
|
4005
|
+
version = "0.3.3"
|
|
4004
4006
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4005
|
-
checksum = "
|
|
4007
|
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
4006
4008
|
|
|
4007
4009
|
[[package]]
|
|
4008
4010
|
name = "tracing"
|
|
@@ -4024,7 +4026,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
4024
4026
|
dependencies = [
|
|
4025
4027
|
"proc-macro2",
|
|
4026
4028
|
"quote",
|
|
4027
|
-
"syn 2.0.
|
|
4029
|
+
"syn 2.0.74",
|
|
4028
4030
|
]
|
|
4029
4031
|
|
|
4030
4032
|
[[package]]
|
|
@@ -4065,9 +4067,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
4065
4067
|
|
|
4066
4068
|
[[package]]
|
|
4067
4069
|
name = "typetag"
|
|
4068
|
-
version = "0.2.
|
|
4070
|
+
version = "0.2.18"
|
|
4069
4071
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4070
|
-
checksum = "
|
|
4072
|
+
checksum = "52ba3b6e86ffe0054b2c44f2d86407388b933b16cb0a70eea3929420db1d9bbe"
|
|
4071
4073
|
dependencies = [
|
|
4072
4074
|
"erased-serde",
|
|
4073
4075
|
"inventory",
|
|
@@ -4078,13 +4080,13 @@ dependencies = [
|
|
|
4078
4080
|
|
|
4079
4081
|
[[package]]
|
|
4080
4082
|
name = "typetag-impl"
|
|
4081
|
-
version = "0.2.
|
|
4083
|
+
version = "0.2.18"
|
|
4082
4084
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4083
|
-
checksum = "
|
|
4085
|
+
checksum = "70b20a22c42c8f1cd23ce5e34f165d4d37038f5b663ad20fb6adbdf029172483"
|
|
4084
4086
|
dependencies = [
|
|
4085
4087
|
"proc-macro2",
|
|
4086
4088
|
"quote",
|
|
4087
|
-
"syn 2.0.
|
|
4089
|
+
"syn 2.0.74",
|
|
4088
4090
|
]
|
|
4089
4091
|
|
|
4090
4092
|
[[package]]
|
|
@@ -4164,7 +4166,7 @@ checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
|
|
|
4164
4166
|
dependencies = [
|
|
4165
4167
|
"proc-macro-hack",
|
|
4166
4168
|
"quote",
|
|
4167
|
-
"syn 2.0.
|
|
4169
|
+
"syn 2.0.74",
|
|
4168
4170
|
"unic-langid-impl",
|
|
4169
4171
|
]
|
|
4170
4172
|
|
|
@@ -4378,34 +4380,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
4378
4380
|
|
|
4379
4381
|
[[package]]
|
|
4380
4382
|
name = "wasm-bindgen"
|
|
4381
|
-
version = "0.2.
|
|
4383
|
+
version = "0.2.93"
|
|
4382
4384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4383
|
-
checksum = "
|
|
4385
|
+
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
|
4384
4386
|
dependencies = [
|
|
4385
4387
|
"cfg-if 1.0.0",
|
|
4388
|
+
"once_cell",
|
|
4386
4389
|
"wasm-bindgen-macro",
|
|
4387
4390
|
]
|
|
4388
4391
|
|
|
4389
4392
|
[[package]]
|
|
4390
4393
|
name = "wasm-bindgen-backend"
|
|
4391
|
-
version = "0.2.
|
|
4394
|
+
version = "0.2.93"
|
|
4392
4395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4393
|
-
checksum = "
|
|
4396
|
+
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
|
4394
4397
|
dependencies = [
|
|
4395
4398
|
"bumpalo",
|
|
4396
4399
|
"log",
|
|
4397
4400
|
"once_cell",
|
|
4398
4401
|
"proc-macro2",
|
|
4399
4402
|
"quote",
|
|
4400
|
-
"syn 2.0.
|
|
4403
|
+
"syn 2.0.74",
|
|
4401
4404
|
"wasm-bindgen-shared",
|
|
4402
4405
|
]
|
|
4403
4406
|
|
|
4404
4407
|
[[package]]
|
|
4405
4408
|
name = "wasm-bindgen-futures"
|
|
4406
|
-
version = "0.4.
|
|
4409
|
+
version = "0.4.43"
|
|
4407
4410
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4408
|
-
checksum = "
|
|
4411
|
+
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
|
|
4409
4412
|
dependencies = [
|
|
4410
4413
|
"cfg-if 1.0.0",
|
|
4411
4414
|
"js-sys",
|
|
@@ -4415,9 +4418,9 @@ dependencies = [
|
|
|
4415
4418
|
|
|
4416
4419
|
[[package]]
|
|
4417
4420
|
name = "wasm-bindgen-macro"
|
|
4418
|
-
version = "0.2.
|
|
4421
|
+
version = "0.2.93"
|
|
4419
4422
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4420
|
-
checksum = "
|
|
4423
|
+
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
|
4421
4424
|
dependencies = [
|
|
4422
4425
|
"quote",
|
|
4423
4426
|
"wasm-bindgen-macro-support",
|
|
@@ -4425,22 +4428,22 @@ dependencies = [
|
|
|
4425
4428
|
|
|
4426
4429
|
[[package]]
|
|
4427
4430
|
name = "wasm-bindgen-macro-support"
|
|
4428
|
-
version = "0.2.
|
|
4431
|
+
version = "0.2.93"
|
|
4429
4432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4430
|
-
checksum = "
|
|
4433
|
+
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
|
4431
4434
|
dependencies = [
|
|
4432
4435
|
"proc-macro2",
|
|
4433
4436
|
"quote",
|
|
4434
|
-
"syn 2.0.
|
|
4437
|
+
"syn 2.0.74",
|
|
4435
4438
|
"wasm-bindgen-backend",
|
|
4436
4439
|
"wasm-bindgen-shared",
|
|
4437
4440
|
]
|
|
4438
4441
|
|
|
4439
4442
|
[[package]]
|
|
4440
4443
|
name = "wasm-bindgen-shared"
|
|
4441
|
-
version = "0.2.
|
|
4444
|
+
version = "0.2.93"
|
|
4442
4445
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4443
|
-
checksum = "
|
|
4446
|
+
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
|
4444
4447
|
|
|
4445
4448
|
[[package]]
|
|
4446
4449
|
name = "wasm-streams"
|
|
@@ -4457,9 +4460,9 @@ dependencies = [
|
|
|
4457
4460
|
|
|
4458
4461
|
[[package]]
|
|
4459
4462
|
name = "web-sys"
|
|
4460
|
-
version = "0.3.
|
|
4463
|
+
version = "0.3.70"
|
|
4461
4464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4462
|
-
checksum = "
|
|
4465
|
+
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
|
|
4463
4466
|
dependencies = [
|
|
4464
4467
|
"js-sys",
|
|
4465
4468
|
"wasm-bindgen",
|
|
@@ -4818,7 +4821,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
4818
4821
|
dependencies = [
|
|
4819
4822
|
"proc-macro2",
|
|
4820
4823
|
"quote",
|
|
4821
|
-
"syn 2.0.
|
|
4824
|
+
"syn 2.0.74",
|
|
4822
4825
|
]
|
|
4823
4826
|
|
|
4824
4827
|
[[package]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "kcl-python-lib"
|
|
3
|
-
version = "0.10.0-
|
|
3
|
+
version = "0.10.0-beta.1"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
|
|
6
6
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
@@ -8,5 +8,5 @@ edition = "2021"
|
|
|
8
8
|
crate-type = ["cdylib"]
|
|
9
9
|
|
|
10
10
|
[dependencies]
|
|
11
|
-
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.10.0-
|
|
11
|
+
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.10.0-beta.1" }
|
|
12
12
|
pyo3 = "0.20.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|