kcl-lib 0.10.0a1__tar.gz → 0.10.0a2__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.0a1 → kcl_lib-0.10.0a2}/Cargo.lock +313 -137
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/Cargo.toml +2 -2
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/PKG-INFO +1 -1
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/kcl_lib/api/service.py +0 -1
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/.gitignore +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/Makefile +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/README.md +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/kcl_lib/__init__.py +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/kcl_lib/api/__init__.py +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/kcl_lib/api/spec_pb2.py +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/kcl_lib/api/spec_pb2.pyi +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/kcl_lib/plugin/__init__.py +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/kcl_lib/plugin/plugin.py +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/pyproject.toml +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/src/lib.rs +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/api_test.py +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/plugin_test.py +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/format_path/test.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/get_schema_ty/aaa/kcl.mod +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/get_schema_ty/aaa/main.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/get_schema_ty/bbb/kcl.mod +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/get_schema_ty/bbb/main.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/get_schema_ty/ccc/kcl.mod +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/get_schema_ty/ccc/main.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/lint_path/test-lint.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/option/main.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/override_file/main.bak +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/override_file/main.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/parse/kcl.mod +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/parse/main.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/parse/pkg1/pkg.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/parse/pkg2/pkg.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/plugin.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/rename/main.bak +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/rename/main.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/schema.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/settings/kcl.yaml +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/testing/module/kcl.mod +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/testing/module/pkg/func.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/testing/module/pkg/func_test.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/update_dependencies/kcl.mod +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/update_dependencies/main.k +0 -0
- {kcl_lib-0.10.0a1 → kcl_lib-0.10.0a2}/tests/test_data/variables/main.k +0 -0
|
@@ -73,9 +73,9 @@ dependencies = [
|
|
|
73
73
|
|
|
74
74
|
[[package]]
|
|
75
75
|
name = "anstream"
|
|
76
|
-
version = "0.6.
|
|
76
|
+
version = "0.6.15"
|
|
77
77
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
78
|
-
checksum = "
|
|
78
|
+
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
|
79
79
|
dependencies = [
|
|
80
80
|
"anstyle",
|
|
81
81
|
"anstyle-parse",
|
|
@@ -88,33 +88,33 @@ dependencies = [
|
|
|
88
88
|
|
|
89
89
|
[[package]]
|
|
90
90
|
name = "anstyle"
|
|
91
|
-
version = "1.0.
|
|
91
|
+
version = "1.0.8"
|
|
92
92
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
93
|
-
checksum = "
|
|
93
|
+
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
|
94
94
|
|
|
95
95
|
[[package]]
|
|
96
96
|
name = "anstyle-parse"
|
|
97
|
-
version = "0.2.
|
|
97
|
+
version = "0.2.5"
|
|
98
98
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
99
|
-
checksum = "
|
|
99
|
+
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
|
100
100
|
dependencies = [
|
|
101
101
|
"utf8parse",
|
|
102
102
|
]
|
|
103
103
|
|
|
104
104
|
[[package]]
|
|
105
105
|
name = "anstyle-query"
|
|
106
|
-
version = "1.1.
|
|
106
|
+
version = "1.1.1"
|
|
107
107
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
108
|
-
checksum = "
|
|
108
|
+
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
|
109
109
|
dependencies = [
|
|
110
110
|
"windows-sys 0.52.0",
|
|
111
111
|
]
|
|
112
112
|
|
|
113
113
|
[[package]]
|
|
114
114
|
name = "anstyle-wincon"
|
|
115
|
-
version = "3.0.
|
|
115
|
+
version = "3.0.4"
|
|
116
116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
117
|
-
checksum = "
|
|
117
|
+
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
|
118
118
|
dependencies = [
|
|
119
119
|
"anstyle",
|
|
120
120
|
"windows-sys 0.52.0",
|
|
@@ -302,15 +302,15 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
302
302
|
|
|
303
303
|
[[package]]
|
|
304
304
|
name = "bytes"
|
|
305
|
-
version = "1.
|
|
305
|
+
version = "1.7.1"
|
|
306
306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
307
|
-
checksum = "
|
|
307
|
+
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
|
308
308
|
|
|
309
309
|
[[package]]
|
|
310
310
|
name = "cc"
|
|
311
|
-
version = "1.1.
|
|
311
|
+
version = "1.1.7"
|
|
312
312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
313
|
-
checksum = "
|
|
313
|
+
checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
|
|
314
314
|
|
|
315
315
|
[[package]]
|
|
316
316
|
name = "cfg-if"
|
|
@@ -341,18 +341,18 @@ dependencies = [
|
|
|
341
341
|
|
|
342
342
|
[[package]]
|
|
343
343
|
name = "clap"
|
|
344
|
-
version = "4.5.
|
|
344
|
+
version = "4.5.13"
|
|
345
345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
346
|
-
checksum = "
|
|
346
|
+
checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
|
|
347
347
|
dependencies = [
|
|
348
348
|
"clap_builder",
|
|
349
349
|
]
|
|
350
350
|
|
|
351
351
|
[[package]]
|
|
352
352
|
name = "clap_builder"
|
|
353
|
-
version = "4.5.
|
|
353
|
+
version = "4.5.13"
|
|
354
354
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
|
-
checksum = "
|
|
355
|
+
checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
|
|
356
356
|
dependencies = [
|
|
357
357
|
"anstream",
|
|
358
358
|
"anstyle",
|
|
@@ -362,15 +362,15 @@ dependencies = [
|
|
|
362
362
|
|
|
363
363
|
[[package]]
|
|
364
364
|
name = "clap_lex"
|
|
365
|
-
version = "0.7.
|
|
365
|
+
version = "0.7.2"
|
|
366
366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
367
|
-
checksum = "
|
|
367
|
+
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
|
368
368
|
|
|
369
369
|
[[package]]
|
|
370
370
|
name = "colorchoice"
|
|
371
|
-
version = "1.0.
|
|
371
|
+
version = "1.0.2"
|
|
372
372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
373
|
-
checksum = "
|
|
373
|
+
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
|
374
374
|
|
|
375
375
|
[[package]]
|
|
376
376
|
name = "compiler_base_error"
|
|
@@ -490,6 +490,41 @@ dependencies = [
|
|
|
490
490
|
"typenum",
|
|
491
491
|
]
|
|
492
492
|
|
|
493
|
+
[[package]]
|
|
494
|
+
name = "darling"
|
|
495
|
+
version = "0.20.10"
|
|
496
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
497
|
+
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
|
498
|
+
dependencies = [
|
|
499
|
+
"darling_core",
|
|
500
|
+
"darling_macro",
|
|
501
|
+
]
|
|
502
|
+
|
|
503
|
+
[[package]]
|
|
504
|
+
name = "darling_core"
|
|
505
|
+
version = "0.20.10"
|
|
506
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
507
|
+
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
|
508
|
+
dependencies = [
|
|
509
|
+
"fnv",
|
|
510
|
+
"ident_case",
|
|
511
|
+
"proc-macro2",
|
|
512
|
+
"quote",
|
|
513
|
+
"strsim 0.11.1",
|
|
514
|
+
"syn 2.0.72",
|
|
515
|
+
]
|
|
516
|
+
|
|
517
|
+
[[package]]
|
|
518
|
+
name = "darling_macro"
|
|
519
|
+
version = "0.20.10"
|
|
520
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
521
|
+
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
522
|
+
dependencies = [
|
|
523
|
+
"darling_core",
|
|
524
|
+
"quote",
|
|
525
|
+
"syn 2.0.72",
|
|
526
|
+
]
|
|
527
|
+
|
|
493
528
|
[[package]]
|
|
494
529
|
name = "dashmap"
|
|
495
530
|
version = "5.5.3"
|
|
@@ -512,6 +547,37 @@ dependencies = [
|
|
|
512
547
|
"powerfmt",
|
|
513
548
|
]
|
|
514
549
|
|
|
550
|
+
[[package]]
|
|
551
|
+
name = "derive_builder"
|
|
552
|
+
version = "0.20.0"
|
|
553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
+
checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
|
|
555
|
+
dependencies = [
|
|
556
|
+
"derive_builder_macro",
|
|
557
|
+
]
|
|
558
|
+
|
|
559
|
+
[[package]]
|
|
560
|
+
name = "derive_builder_core"
|
|
561
|
+
version = "0.20.0"
|
|
562
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
563
|
+
checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
|
|
564
|
+
dependencies = [
|
|
565
|
+
"darling",
|
|
566
|
+
"proc-macro2",
|
|
567
|
+
"quote",
|
|
568
|
+
"syn 2.0.72",
|
|
569
|
+
]
|
|
570
|
+
|
|
571
|
+
[[package]]
|
|
572
|
+
name = "derive_builder_macro"
|
|
573
|
+
version = "0.20.0"
|
|
574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
575
|
+
checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
|
|
576
|
+
dependencies = [
|
|
577
|
+
"derive_builder_core",
|
|
578
|
+
"syn 2.0.72",
|
|
579
|
+
]
|
|
580
|
+
|
|
515
581
|
[[package]]
|
|
516
582
|
name = "diff"
|
|
517
583
|
version = "0.1.13"
|
|
@@ -611,9 +677,9 @@ dependencies = [
|
|
|
611
677
|
|
|
612
678
|
[[package]]
|
|
613
679
|
name = "env_filter"
|
|
614
|
-
version = "0.1.
|
|
680
|
+
version = "0.1.2"
|
|
615
681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
616
|
-
checksum = "
|
|
682
|
+
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
|
|
617
683
|
dependencies = [
|
|
618
684
|
"log",
|
|
619
685
|
"regex",
|
|
@@ -621,9 +687,9 @@ dependencies = [
|
|
|
621
687
|
|
|
622
688
|
[[package]]
|
|
623
689
|
name = "env_logger"
|
|
624
|
-
version = "0.11.
|
|
690
|
+
version = "0.11.5"
|
|
625
691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
626
|
-
checksum = "
|
|
692
|
+
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
|
627
693
|
dependencies = [
|
|
628
694
|
"anstream",
|
|
629
695
|
"anstyle",
|
|
@@ -694,9 +760,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
694
760
|
|
|
695
761
|
[[package]]
|
|
696
762
|
name = "flate2"
|
|
697
|
-
version = "1.0.
|
|
763
|
+
version = "1.0.31"
|
|
698
764
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
699
|
-
checksum = "
|
|
765
|
+
checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
|
|
700
766
|
dependencies = [
|
|
701
767
|
"crc32fast",
|
|
702
768
|
"miniz_oxide",
|
|
@@ -722,7 +788,7 @@ dependencies = [
|
|
|
722
788
|
"fluent-syntax",
|
|
723
789
|
"intl-memoizer",
|
|
724
790
|
"intl_pluralrules",
|
|
725
|
-
"rustc-hash",
|
|
791
|
+
"rustc-hash 1.1.0",
|
|
726
792
|
"self_cell 0.10.3",
|
|
727
793
|
"smallvec",
|
|
728
794
|
"unic-langid",
|
|
@@ -914,6 +980,18 @@ dependencies = [
|
|
|
914
980
|
"wasi",
|
|
915
981
|
]
|
|
916
982
|
|
|
983
|
+
[[package]]
|
|
984
|
+
name = "getset"
|
|
985
|
+
version = "0.1.2"
|
|
986
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
+
checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9"
|
|
988
|
+
dependencies = [
|
|
989
|
+
"proc-macro-error",
|
|
990
|
+
"proc-macro2",
|
|
991
|
+
"quote",
|
|
992
|
+
"syn 1.0.109",
|
|
993
|
+
]
|
|
994
|
+
|
|
917
995
|
[[package]]
|
|
918
996
|
name = "gimli"
|
|
919
997
|
version = "0.29.0"
|
|
@@ -1126,6 +1204,12 @@ dependencies = [
|
|
|
1126
1204
|
"cc",
|
|
1127
1205
|
]
|
|
1128
1206
|
|
|
1207
|
+
[[package]]
|
|
1208
|
+
name = "ident_case"
|
|
1209
|
+
version = "1.0.1"
|
|
1210
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1211
|
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
1212
|
+
|
|
1129
1213
|
[[package]]
|
|
1130
1214
|
name = "idna"
|
|
1131
1215
|
version = "0.5.0"
|
|
@@ -1163,9 +1247,9 @@ dependencies = [
|
|
|
1163
1247
|
|
|
1164
1248
|
[[package]]
|
|
1165
1249
|
name = "indexmap"
|
|
1166
|
-
version = "2.
|
|
1250
|
+
version = "2.3.0"
|
|
1167
1251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1168
|
-
checksum = "
|
|
1252
|
+
checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
|
|
1169
1253
|
dependencies = [
|
|
1170
1254
|
"equivalent",
|
|
1171
1255
|
"hashbrown 0.14.5",
|
|
@@ -1239,9 +1323,9 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
|
|
1239
1323
|
|
|
1240
1324
|
[[package]]
|
|
1241
1325
|
name = "is_terminal_polyfill"
|
|
1242
|
-
version = "1.70.
|
|
1326
|
+
version = "1.70.1"
|
|
1243
1327
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1244
|
-
checksum = "
|
|
1328
|
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
1245
1329
|
|
|
1246
1330
|
[[package]]
|
|
1247
1331
|
name = "itertools"
|
|
@@ -1337,8 +1421,8 @@ dependencies = [
|
|
|
1337
1421
|
|
|
1338
1422
|
[[package]]
|
|
1339
1423
|
name = "kcl-language-server"
|
|
1340
|
-
version = "0.10.0-alpha.
|
|
1341
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1424
|
+
version = "0.10.0-alpha.2"
|
|
1425
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1342
1426
|
dependencies = [
|
|
1343
1427
|
"anyhow",
|
|
1344
1428
|
"chrono",
|
|
@@ -1369,7 +1453,7 @@ dependencies = [
|
|
|
1369
1453
|
"ra_ap_vfs",
|
|
1370
1454
|
"ra_ap_vfs-notify",
|
|
1371
1455
|
"ropey",
|
|
1372
|
-
"rustc-hash",
|
|
1456
|
+
"rustc-hash 1.1.0",
|
|
1373
1457
|
"rustc_lexer",
|
|
1374
1458
|
"salsa",
|
|
1375
1459
|
"serde",
|
|
@@ -1381,7 +1465,7 @@ dependencies = [
|
|
|
1381
1465
|
|
|
1382
1466
|
[[package]]
|
|
1383
1467
|
name = "kcl-python-lib"
|
|
1384
|
-
version = "0.10.0-alpha.
|
|
1468
|
+
version = "0.10.0-alpha.2"
|
|
1385
1469
|
dependencies = [
|
|
1386
1470
|
"kclvm-api",
|
|
1387
1471
|
"pyo3",
|
|
@@ -1389,8 +1473,8 @@ dependencies = [
|
|
|
1389
1473
|
|
|
1390
1474
|
[[package]]
|
|
1391
1475
|
name = "kclvm-api"
|
|
1392
|
-
version = "0.10.0-alpha.
|
|
1393
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1476
|
+
version = "0.10.0-alpha.2"
|
|
1477
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1394
1478
|
dependencies = [
|
|
1395
1479
|
"anyhow",
|
|
1396
1480
|
"futures",
|
|
@@ -1429,8 +1513,8 @@ dependencies = [
|
|
|
1429
1513
|
|
|
1430
1514
|
[[package]]
|
|
1431
1515
|
name = "kclvm-ast"
|
|
1432
|
-
version = "0.10.0-alpha.
|
|
1433
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1516
|
+
version = "0.10.0-alpha.2"
|
|
1517
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1434
1518
|
dependencies = [
|
|
1435
1519
|
"compiler_base_span",
|
|
1436
1520
|
"kclvm-error",
|
|
@@ -1444,8 +1528,8 @@ dependencies = [
|
|
|
1444
1528
|
|
|
1445
1529
|
[[package]]
|
|
1446
1530
|
name = "kclvm-ast-pretty"
|
|
1447
|
-
version = "0.10.0-alpha.
|
|
1448
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1531
|
+
version = "0.10.0-alpha.2"
|
|
1532
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1449
1533
|
dependencies = [
|
|
1450
1534
|
"compiler_base_macros",
|
|
1451
1535
|
"compiler_base_session",
|
|
@@ -1458,8 +1542,8 @@ dependencies = [
|
|
|
1458
1542
|
|
|
1459
1543
|
[[package]]
|
|
1460
1544
|
name = "kclvm-compiler"
|
|
1461
|
-
version = "0.10.0-alpha.
|
|
1462
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1545
|
+
version = "0.10.0-alpha.2"
|
|
1546
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1463
1547
|
dependencies = [
|
|
1464
1548
|
"ahash",
|
|
1465
1549
|
"bit-set",
|
|
@@ -1478,8 +1562,8 @@ dependencies = [
|
|
|
1478
1562
|
|
|
1479
1563
|
[[package]]
|
|
1480
1564
|
name = "kclvm-config"
|
|
1481
|
-
version = "0.10.0-alpha.
|
|
1482
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1565
|
+
version = "0.10.0-alpha.2"
|
|
1566
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1483
1567
|
dependencies = [
|
|
1484
1568
|
"ahash",
|
|
1485
1569
|
"anyhow",
|
|
@@ -1502,13 +1586,13 @@ dependencies = [
|
|
|
1502
1586
|
|
|
1503
1587
|
[[package]]
|
|
1504
1588
|
name = "kclvm-driver"
|
|
1505
|
-
version = "0.10.0-alpha.
|
|
1506
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1589
|
+
version = "0.10.0-alpha.2"
|
|
1590
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1507
1591
|
dependencies = [
|
|
1508
1592
|
"anyhow",
|
|
1509
1593
|
"flate2",
|
|
1510
1594
|
"glob",
|
|
1511
|
-
"indexmap 2.
|
|
1595
|
+
"indexmap 2.3.0",
|
|
1512
1596
|
"kclvm-ast",
|
|
1513
1597
|
"kclvm-config",
|
|
1514
1598
|
"kclvm-parser",
|
|
@@ -1527,8 +1611,8 @@ dependencies = [
|
|
|
1527
1611
|
|
|
1528
1612
|
[[package]]
|
|
1529
1613
|
name = "kclvm-error"
|
|
1530
|
-
version = "0.10.0-alpha.
|
|
1531
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1614
|
+
version = "0.10.0-alpha.2"
|
|
1615
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1532
1616
|
dependencies = [
|
|
1533
1617
|
"annotate-snippets",
|
|
1534
1618
|
"anyhow",
|
|
@@ -1549,8 +1633,8 @@ dependencies = [
|
|
|
1549
1633
|
|
|
1550
1634
|
[[package]]
|
|
1551
1635
|
name = "kclvm-evaluator"
|
|
1552
|
-
version = "0.10.0-alpha.
|
|
1553
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1636
|
+
version = "0.10.0-alpha.2"
|
|
1637
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1554
1638
|
dependencies = [
|
|
1555
1639
|
"anyhow",
|
|
1556
1640
|
"generational-arena",
|
|
@@ -1564,8 +1648,8 @@ dependencies = [
|
|
|
1564
1648
|
|
|
1565
1649
|
[[package]]
|
|
1566
1650
|
name = "kclvm-lexer"
|
|
1567
|
-
version = "0.10.0-alpha.
|
|
1568
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1651
|
+
version = "0.10.0-alpha.2"
|
|
1652
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1569
1653
|
dependencies = [
|
|
1570
1654
|
"kclvm-error",
|
|
1571
1655
|
"rustc_lexer",
|
|
@@ -1574,8 +1658,8 @@ dependencies = [
|
|
|
1574
1658
|
|
|
1575
1659
|
[[package]]
|
|
1576
1660
|
name = "kclvm-loader"
|
|
1577
|
-
version = "0.10.0-alpha.
|
|
1578
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1661
|
+
version = "0.10.0-alpha.2"
|
|
1662
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1579
1663
|
dependencies = [
|
|
1580
1664
|
"anyhow",
|
|
1581
1665
|
"indexmap 1.9.3",
|
|
@@ -1590,8 +1674,8 @@ dependencies = [
|
|
|
1590
1674
|
|
|
1591
1675
|
[[package]]
|
|
1592
1676
|
name = "kclvm-macros"
|
|
1593
|
-
version = "0.10.0-alpha.
|
|
1594
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1677
|
+
version = "0.10.0-alpha.2"
|
|
1678
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1595
1679
|
dependencies = [
|
|
1596
1680
|
"proc-macro2",
|
|
1597
1681
|
"quote",
|
|
@@ -1601,8 +1685,8 @@ dependencies = [
|
|
|
1601
1685
|
|
|
1602
1686
|
[[package]]
|
|
1603
1687
|
name = "kclvm-parser"
|
|
1604
|
-
version = "0.10.0-alpha.
|
|
1605
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1688
|
+
version = "0.10.0-alpha.2"
|
|
1689
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1606
1690
|
dependencies = [
|
|
1607
1691
|
"anyhow",
|
|
1608
1692
|
"bstr",
|
|
@@ -1632,8 +1716,8 @@ dependencies = [
|
|
|
1632
1716
|
|
|
1633
1717
|
[[package]]
|
|
1634
1718
|
name = "kclvm-query"
|
|
1635
|
-
version = "0.10.0-alpha.
|
|
1636
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1719
|
+
version = "0.10.0-alpha.2"
|
|
1720
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1637
1721
|
dependencies = [
|
|
1638
1722
|
"anyhow",
|
|
1639
1723
|
"compiler_base_macros",
|
|
@@ -1652,8 +1736,8 @@ dependencies = [
|
|
|
1652
1736
|
|
|
1653
1737
|
[[package]]
|
|
1654
1738
|
name = "kclvm-runner"
|
|
1655
|
-
version = "0.10.0-alpha.
|
|
1656
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1739
|
+
version = "0.10.0-alpha.2"
|
|
1740
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1657
1741
|
dependencies = [
|
|
1658
1742
|
"anyhow",
|
|
1659
1743
|
"cc",
|
|
@@ -1687,8 +1771,8 @@ dependencies = [
|
|
|
1687
1771
|
|
|
1688
1772
|
[[package]]
|
|
1689
1773
|
name = "kclvm-runtime"
|
|
1690
|
-
version = "0.10.0-alpha.
|
|
1691
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1774
|
+
version = "0.10.0-alpha.2"
|
|
1775
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1692
1776
|
dependencies = [
|
|
1693
1777
|
"ahash",
|
|
1694
1778
|
"base64 0.13.1",
|
|
@@ -1721,8 +1805,8 @@ dependencies = [
|
|
|
1721
1805
|
|
|
1722
1806
|
[[package]]
|
|
1723
1807
|
name = "kclvm-sema"
|
|
1724
|
-
version = "0.10.0-alpha.
|
|
1725
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1808
|
+
version = "0.10.0-alpha.2"
|
|
1809
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1726
1810
|
dependencies = [
|
|
1727
1811
|
"ahash",
|
|
1728
1812
|
"anyhow",
|
|
@@ -1754,8 +1838,8 @@ dependencies = [
|
|
|
1754
1838
|
|
|
1755
1839
|
[[package]]
|
|
1756
1840
|
name = "kclvm-span"
|
|
1757
|
-
version = "0.10.0-alpha.
|
|
1758
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1841
|
+
version = "0.10.0-alpha.2"
|
|
1842
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1759
1843
|
dependencies = [
|
|
1760
1844
|
"compiler_base_span",
|
|
1761
1845
|
"kclvm-macros",
|
|
@@ -1765,8 +1849,8 @@ dependencies = [
|
|
|
1765
1849
|
|
|
1766
1850
|
[[package]]
|
|
1767
1851
|
name = "kclvm-tools"
|
|
1768
|
-
version = "0.10.0-alpha.
|
|
1769
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1852
|
+
version = "0.10.0-alpha.2"
|
|
1853
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1770
1854
|
dependencies = [
|
|
1771
1855
|
"anyhow",
|
|
1772
1856
|
"compiler_base_session",
|
|
@@ -1796,8 +1880,8 @@ dependencies = [
|
|
|
1796
1880
|
|
|
1797
1881
|
[[package]]
|
|
1798
1882
|
name = "kclvm-utils"
|
|
1799
|
-
version = "0.10.0-alpha.
|
|
1800
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1883
|
+
version = "0.10.0-alpha.2"
|
|
1884
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1801
1885
|
dependencies = [
|
|
1802
1886
|
"anyhow",
|
|
1803
1887
|
"fslock",
|
|
@@ -1806,16 +1890,16 @@ dependencies = [
|
|
|
1806
1890
|
|
|
1807
1891
|
[[package]]
|
|
1808
1892
|
name = "kclvm-version"
|
|
1809
|
-
version = "0.10.0-alpha.
|
|
1810
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1893
|
+
version = "0.10.0-alpha.2"
|
|
1894
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1811
1895
|
dependencies = [
|
|
1812
|
-
"vergen",
|
|
1896
|
+
"vergen-gitcl",
|
|
1813
1897
|
]
|
|
1814
1898
|
|
|
1815
1899
|
[[package]]
|
|
1816
1900
|
name = "kclvm_runtime_internal_macros"
|
|
1817
1901
|
version = "0.5.0"
|
|
1818
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1902
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
1819
1903
|
dependencies = [
|
|
1820
1904
|
"proc-macro2",
|
|
1821
1905
|
"quote",
|
|
@@ -2335,7 +2419,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2335
2419
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
2336
2420
|
dependencies = [
|
|
2337
2421
|
"fixedbitset",
|
|
2338
|
-
"indexmap 2.
|
|
2422
|
+
"indexmap 2.3.0",
|
|
2339
2423
|
]
|
|
2340
2424
|
|
|
2341
2425
|
[[package]]
|
|
@@ -2428,9 +2512,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
2428
2512
|
|
|
2429
2513
|
[[package]]
|
|
2430
2514
|
name = "ppv-lite86"
|
|
2431
|
-
version = "0.2.
|
|
2515
|
+
version = "0.2.20"
|
|
2432
2516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2433
|
-
checksum = "
|
|
2517
|
+
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
2518
|
+
dependencies = [
|
|
2519
|
+
"zerocopy",
|
|
2520
|
+
]
|
|
2434
2521
|
|
|
2435
2522
|
[[package]]
|
|
2436
2523
|
name = "pretty_assertions"
|
|
@@ -2452,6 +2539,30 @@ dependencies = [
|
|
|
2452
2539
|
"syn 1.0.109",
|
|
2453
2540
|
]
|
|
2454
2541
|
|
|
2542
|
+
[[package]]
|
|
2543
|
+
name = "proc-macro-error"
|
|
2544
|
+
version = "1.0.4"
|
|
2545
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2546
|
+
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
2547
|
+
dependencies = [
|
|
2548
|
+
"proc-macro-error-attr",
|
|
2549
|
+
"proc-macro2",
|
|
2550
|
+
"quote",
|
|
2551
|
+
"syn 1.0.109",
|
|
2552
|
+
"version_check",
|
|
2553
|
+
]
|
|
2554
|
+
|
|
2555
|
+
[[package]]
|
|
2556
|
+
name = "proc-macro-error-attr"
|
|
2557
|
+
version = "1.0.4"
|
|
2558
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2559
|
+
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
2560
|
+
dependencies = [
|
|
2561
|
+
"proc-macro2",
|
|
2562
|
+
"quote",
|
|
2563
|
+
"version_check",
|
|
2564
|
+
]
|
|
2565
|
+
|
|
2455
2566
|
[[package]]
|
|
2456
2567
|
name = "proc-macro-hack"
|
|
2457
2568
|
version = "0.5.20+deprecated"
|
|
@@ -2470,7 +2581,7 @@ dependencies = [
|
|
|
2470
2581
|
[[package]]
|
|
2471
2582
|
name = "proc_macro_crate"
|
|
2472
2583
|
version = "0.1.0"
|
|
2473
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2584
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
2474
2585
|
dependencies = [
|
|
2475
2586
|
"proc-macro2",
|
|
2476
2587
|
"quote",
|
|
@@ -2534,7 +2645,7 @@ dependencies = [
|
|
|
2534
2645
|
[[package]]
|
|
2535
2646
|
name = "prost-wkt"
|
|
2536
2647
|
version = "0.4.1"
|
|
2537
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2648
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
2538
2649
|
dependencies = [
|
|
2539
2650
|
"chrono",
|
|
2540
2651
|
"inventory",
|
|
@@ -2548,7 +2659,7 @@ dependencies = [
|
|
|
2548
2659
|
[[package]]
|
|
2549
2660
|
name = "prost-wkt-build"
|
|
2550
2661
|
version = "0.4.1"
|
|
2551
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2662
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
2552
2663
|
dependencies = [
|
|
2553
2664
|
"heck 0.4.1",
|
|
2554
2665
|
"prost",
|
|
@@ -2560,7 +2671,7 @@ dependencies = [
|
|
|
2560
2671
|
[[package]]
|
|
2561
2672
|
name = "prost-wkt-types"
|
|
2562
2673
|
version = "0.4.1"
|
|
2563
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2674
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
2564
2675
|
dependencies = [
|
|
2565
2676
|
"chrono",
|
|
2566
2677
|
"prost",
|
|
@@ -2577,8 +2688,8 @@ dependencies = [
|
|
|
2577
2688
|
|
|
2578
2689
|
[[package]]
|
|
2579
2690
|
name = "protoc-bin-vendored"
|
|
2580
|
-
version = "3.
|
|
2581
|
-
source = "git+https://github.com/
|
|
2691
|
+
version = "3.2.0"
|
|
2692
|
+
source = "git+https://github.com/kcl-lang/rust-protoc-bin-vendored#53c1f87ffc3027642ea6b822025b1dc699a3135b"
|
|
2582
2693
|
dependencies = [
|
|
2583
2694
|
"protoc-bin-vendored-linux-aarch_64",
|
|
2584
2695
|
"protoc-bin-vendored-linux-ppcle_64",
|
|
@@ -2591,38 +2702,38 @@ dependencies = [
|
|
|
2591
2702
|
|
|
2592
2703
|
[[package]]
|
|
2593
2704
|
name = "protoc-bin-vendored-linux-aarch_64"
|
|
2594
|
-
version = "3.
|
|
2595
|
-
source = "git+https://github.com/
|
|
2705
|
+
version = "3.2.0"
|
|
2706
|
+
source = "git+https://github.com/kcl-lang/rust-protoc-bin-vendored#53c1f87ffc3027642ea6b822025b1dc699a3135b"
|
|
2596
2707
|
|
|
2597
2708
|
[[package]]
|
|
2598
2709
|
name = "protoc-bin-vendored-linux-ppcle_64"
|
|
2599
|
-
version = "3.
|
|
2600
|
-
source = "git+https://github.com/
|
|
2710
|
+
version = "3.2.0"
|
|
2711
|
+
source = "git+https://github.com/kcl-lang/rust-protoc-bin-vendored#53c1f87ffc3027642ea6b822025b1dc699a3135b"
|
|
2601
2712
|
|
|
2602
2713
|
[[package]]
|
|
2603
2714
|
name = "protoc-bin-vendored-linux-x86_32"
|
|
2604
|
-
version = "3.
|
|
2605
|
-
source = "git+https://github.com/
|
|
2715
|
+
version = "3.2.0"
|
|
2716
|
+
source = "git+https://github.com/kcl-lang/rust-protoc-bin-vendored#53c1f87ffc3027642ea6b822025b1dc699a3135b"
|
|
2606
2717
|
|
|
2607
2718
|
[[package]]
|
|
2608
2719
|
name = "protoc-bin-vendored-linux-x86_64"
|
|
2609
|
-
version = "3.
|
|
2610
|
-
source = "git+https://github.com/
|
|
2720
|
+
version = "3.2.0"
|
|
2721
|
+
source = "git+https://github.com/kcl-lang/rust-protoc-bin-vendored#53c1f87ffc3027642ea6b822025b1dc699a3135b"
|
|
2611
2722
|
|
|
2612
2723
|
[[package]]
|
|
2613
2724
|
name = "protoc-bin-vendored-macos-aarch_64"
|
|
2614
|
-
version = "3.
|
|
2615
|
-
source = "git+https://github.com/
|
|
2725
|
+
version = "3.2.0"
|
|
2726
|
+
source = "git+https://github.com/kcl-lang/rust-protoc-bin-vendored#53c1f87ffc3027642ea6b822025b1dc699a3135b"
|
|
2616
2727
|
|
|
2617
2728
|
[[package]]
|
|
2618
2729
|
name = "protoc-bin-vendored-macos-x86_64"
|
|
2619
|
-
version = "3.
|
|
2620
|
-
source = "git+https://github.com/
|
|
2730
|
+
version = "3.2.0"
|
|
2731
|
+
source = "git+https://github.com/kcl-lang/rust-protoc-bin-vendored#53c1f87ffc3027642ea6b822025b1dc699a3135b"
|
|
2621
2732
|
|
|
2622
2733
|
[[package]]
|
|
2623
2734
|
name = "protoc-bin-vendored-win32"
|
|
2624
|
-
version = "3.
|
|
2625
|
-
source = "git+https://github.com/
|
|
2735
|
+
version = "3.2.0"
|
|
2736
|
+
source = "git+https://github.com/kcl-lang/rust-protoc-bin-vendored#53c1f87ffc3027642ea6b822025b1dc699a3135b"
|
|
2626
2737
|
|
|
2627
2738
|
[[package]]
|
|
2628
2739
|
name = "pyo3"
|
|
@@ -2689,16 +2800,17 @@ dependencies = [
|
|
|
2689
2800
|
|
|
2690
2801
|
[[package]]
|
|
2691
2802
|
name = "quinn"
|
|
2692
|
-
version = "0.11.
|
|
2803
|
+
version = "0.11.3"
|
|
2693
2804
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2694
|
-
checksum = "
|
|
2805
|
+
checksum = "b22d8e7369034b9a7132bc2008cac12f2013c8132b45e0554e6e20e2617f2156"
|
|
2695
2806
|
dependencies = [
|
|
2696
2807
|
"bytes",
|
|
2697
2808
|
"pin-project-lite",
|
|
2698
2809
|
"quinn-proto",
|
|
2699
2810
|
"quinn-udp",
|
|
2700
|
-
"rustc-hash",
|
|
2811
|
+
"rustc-hash 2.0.0",
|
|
2701
2812
|
"rustls",
|
|
2813
|
+
"socket2",
|
|
2702
2814
|
"thiserror",
|
|
2703
2815
|
"tokio",
|
|
2704
2816
|
"tracing",
|
|
@@ -2706,14 +2818,14 @@ dependencies = [
|
|
|
2706
2818
|
|
|
2707
2819
|
[[package]]
|
|
2708
2820
|
name = "quinn-proto"
|
|
2709
|
-
version = "0.11.
|
|
2821
|
+
version = "0.11.6"
|
|
2710
2822
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2711
|
-
checksum = "
|
|
2823
|
+
checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd"
|
|
2712
2824
|
dependencies = [
|
|
2713
2825
|
"bytes",
|
|
2714
2826
|
"rand",
|
|
2715
2827
|
"ring",
|
|
2716
|
-
"rustc-hash",
|
|
2828
|
+
"rustc-hash 2.0.0",
|
|
2717
2829
|
"rustls",
|
|
2718
2830
|
"slab",
|
|
2719
2831
|
"thiserror",
|
|
@@ -2730,6 +2842,7 @@ dependencies = [
|
|
|
2730
2842
|
"libc",
|
|
2731
2843
|
"once_cell",
|
|
2732
2844
|
"socket2",
|
|
2845
|
+
"tracing",
|
|
2733
2846
|
"windows-sys 0.52.0",
|
|
2734
2847
|
]
|
|
2735
2848
|
|
|
@@ -2770,7 +2883,7 @@ dependencies = [
|
|
|
2770
2883
|
"indexmap 1.9.3",
|
|
2771
2884
|
"ra_ap_paths",
|
|
2772
2885
|
"ra_ap_stdx",
|
|
2773
|
-
"rustc-hash",
|
|
2886
|
+
"rustc-hash 1.1.0",
|
|
2774
2887
|
]
|
|
2775
2888
|
|
|
2776
2889
|
[[package]]
|
|
@@ -2867,9 +2980,9 @@ dependencies = [
|
|
|
2867
2980
|
|
|
2868
2981
|
[[package]]
|
|
2869
2982
|
name = "regex"
|
|
2870
|
-
version = "1.10.
|
|
2983
|
+
version = "1.10.6"
|
|
2871
2984
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2872
|
-
checksum = "
|
|
2985
|
+
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
|
2873
2986
|
dependencies = [
|
|
2874
2987
|
"aho-corasick",
|
|
2875
2988
|
"memchr",
|
|
@@ -2992,6 +3105,12 @@ version = "1.1.0"
|
|
|
2992
3105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2993
3106
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
2994
3107
|
|
|
3108
|
+
[[package]]
|
|
3109
|
+
name = "rustc-hash"
|
|
3110
|
+
version = "2.0.0"
|
|
3111
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3112
|
+
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
|
3113
|
+
|
|
2995
3114
|
[[package]]
|
|
2996
3115
|
name = "rustc-rayon"
|
|
2997
3116
|
version = "0.3.2"
|
|
@@ -3052,7 +3171,7 @@ dependencies = [
|
|
|
3052
3171
|
"libc",
|
|
3053
3172
|
"memmap2",
|
|
3054
3173
|
"parking_lot 0.12.3",
|
|
3055
|
-
"rustc-hash",
|
|
3174
|
+
"rustc-hash 1.1.0",
|
|
3056
3175
|
"rustc-rayon 0.3.2",
|
|
3057
3176
|
"rustc-rayon-core 0.3.2",
|
|
3058
3177
|
"stable_deref_trait",
|
|
@@ -3143,9 +3262,9 @@ dependencies = [
|
|
|
3143
3262
|
|
|
3144
3263
|
[[package]]
|
|
3145
3264
|
name = "rustls-pemfile"
|
|
3146
|
-
version = "2.1.
|
|
3265
|
+
version = "2.1.3"
|
|
3147
3266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3148
|
-
checksum = "
|
|
3267
|
+
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
|
|
3149
3268
|
dependencies = [
|
|
3150
3269
|
"base64 0.22.1",
|
|
3151
3270
|
"rustls-pki-types",
|
|
@@ -3192,7 +3311,7 @@ dependencies = [
|
|
|
3192
3311
|
"log",
|
|
3193
3312
|
"oorandom",
|
|
3194
3313
|
"parking_lot 0.11.2",
|
|
3195
|
-
"rustc-hash",
|
|
3314
|
+
"rustc-hash 1.1.0",
|
|
3196
3315
|
"salsa-macros",
|
|
3197
3316
|
"smallvec",
|
|
3198
3317
|
]
|
|
@@ -3323,9 +3442,9 @@ dependencies = [
|
|
|
3323
3442
|
[[package]]
|
|
3324
3443
|
name = "serde_yaml"
|
|
3325
3444
|
version = "0.9.34+deprecated"
|
|
3326
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
3445
|
+
source = "git+https://github.com/kcl-lang/kcl#5453b874110becf523a2dd80c3d9405c42444f4a"
|
|
3327
3446
|
dependencies = [
|
|
3328
|
-
"indexmap 2.
|
|
3447
|
+
"indexmap 2.3.0",
|
|
3329
3448
|
"itoa",
|
|
3330
3449
|
"ryu",
|
|
3331
3450
|
"serde",
|
|
@@ -3588,18 +3707,19 @@ dependencies = [
|
|
|
3588
3707
|
|
|
3589
3708
|
[[package]]
|
|
3590
3709
|
name = "target-lexicon"
|
|
3591
|
-
version = "0.12.
|
|
3710
|
+
version = "0.12.16"
|
|
3592
3711
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3593
|
-
checksum = "
|
|
3712
|
+
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
3594
3713
|
|
|
3595
3714
|
[[package]]
|
|
3596
3715
|
name = "tempfile"
|
|
3597
|
-
version = "3.
|
|
3716
|
+
version = "3.11.0"
|
|
3598
3717
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3599
|
-
checksum = "
|
|
3718
|
+
checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"
|
|
3600
3719
|
dependencies = [
|
|
3601
3720
|
"cfg-if 1.0.0",
|
|
3602
3721
|
"fastrand",
|
|
3722
|
+
"once_cell",
|
|
3603
3723
|
"rustix",
|
|
3604
3724
|
"windows-sys 0.52.0",
|
|
3605
3725
|
]
|
|
@@ -3759,9 +3879,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3759
3879
|
|
|
3760
3880
|
[[package]]
|
|
3761
3881
|
name = "tokio"
|
|
3762
|
-
version = "1.39.
|
|
3882
|
+
version = "1.39.2"
|
|
3763
3883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3764
|
-
checksum = "
|
|
3884
|
+
checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
|
|
3765
3885
|
dependencies = [
|
|
3766
3886
|
"backtrace",
|
|
3767
3887
|
"bytes",
|
|
@@ -3928,7 +4048,7 @@ version = "0.5.0"
|
|
|
3928
4048
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3929
4049
|
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
|
|
3930
4050
|
dependencies = [
|
|
3931
|
-
"rustc-hash",
|
|
4051
|
+
"rustc-hash 1.1.0",
|
|
3932
4052
|
]
|
|
3933
4053
|
|
|
3934
4054
|
[[package]]
|
|
@@ -3945,9 +4065,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
3945
4065
|
|
|
3946
4066
|
[[package]]
|
|
3947
4067
|
name = "typetag"
|
|
3948
|
-
version = "0.2.
|
|
4068
|
+
version = "0.2.17"
|
|
3949
4069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3950
|
-
checksum = "
|
|
4070
|
+
checksum = "1f7ec175048b96728c30152928c52161bfcc8ea2bd3fb7ed4ccb7dec060b2834"
|
|
3951
4071
|
dependencies = [
|
|
3952
4072
|
"erased-serde",
|
|
3953
4073
|
"inventory",
|
|
@@ -3958,9 +4078,9 @@ dependencies = [
|
|
|
3958
4078
|
|
|
3959
4079
|
[[package]]
|
|
3960
4080
|
name = "typetag-impl"
|
|
3961
|
-
version = "0.2.
|
|
4081
|
+
version = "0.2.17"
|
|
3962
4082
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3963
|
-
checksum = "
|
|
4083
|
+
checksum = "84b5474fd169a5b02b6782b56bbbbff27e85947d4488e5501123687db3148647"
|
|
3964
4084
|
dependencies = [
|
|
3965
4085
|
"proc-macro2",
|
|
3966
4086
|
"quote",
|
|
@@ -4188,22 +4308,48 @@ dependencies = [
|
|
|
4188
4308
|
|
|
4189
4309
|
[[package]]
|
|
4190
4310
|
name = "vergen"
|
|
4191
|
-
version = "
|
|
4311
|
+
version = "9.0.0"
|
|
4192
4312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4193
|
-
checksum = "
|
|
4313
|
+
checksum = "c32e7318e93a9ac53693b6caccfb05ff22e04a44c7cf8a279051f24c09da286f"
|
|
4194
4314
|
dependencies = [
|
|
4195
4315
|
"anyhow",
|
|
4196
|
-
"
|
|
4316
|
+
"derive_builder",
|
|
4197
4317
|
"rustc_version 0.4.0",
|
|
4198
4318
|
"rustversion",
|
|
4319
|
+
"vergen-lib",
|
|
4320
|
+
]
|
|
4321
|
+
|
|
4322
|
+
[[package]]
|
|
4323
|
+
name = "vergen-gitcl"
|
|
4324
|
+
version = "1.0.0"
|
|
4325
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4326
|
+
checksum = "3bbdc9746577cb4767f218d320ee0b623d415e8130332f8f562b910b61cc2c4e"
|
|
4327
|
+
dependencies = [
|
|
4328
|
+
"anyhow",
|
|
4329
|
+
"derive_builder",
|
|
4330
|
+
"rustversion",
|
|
4199
4331
|
"time 0.3.36",
|
|
4332
|
+
"vergen",
|
|
4333
|
+
"vergen-lib",
|
|
4334
|
+
]
|
|
4335
|
+
|
|
4336
|
+
[[package]]
|
|
4337
|
+
name = "vergen-lib"
|
|
4338
|
+
version = "0.1.3"
|
|
4339
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4340
|
+
checksum = "e06bee42361e43b60f363bad49d63798d0f42fb1768091812270eca00c784720"
|
|
4341
|
+
dependencies = [
|
|
4342
|
+
"anyhow",
|
|
4343
|
+
"derive_builder",
|
|
4344
|
+
"getset",
|
|
4345
|
+
"rustversion",
|
|
4200
4346
|
]
|
|
4201
4347
|
|
|
4202
4348
|
[[package]]
|
|
4203
4349
|
name = "version_check"
|
|
4204
|
-
version = "0.9.
|
|
4350
|
+
version = "0.9.5"
|
|
4205
4351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4206
|
-
checksum = "
|
|
4352
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
4207
4353
|
|
|
4208
4354
|
[[package]]
|
|
4209
4355
|
name = "walkdir"
|
|
@@ -4358,11 +4504,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
4358
4504
|
|
|
4359
4505
|
[[package]]
|
|
4360
4506
|
name = "winapi-util"
|
|
4361
|
-
version = "0.1.
|
|
4507
|
+
version = "0.1.9"
|
|
4362
4508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4363
|
-
checksum = "
|
|
4509
|
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
4364
4510
|
dependencies = [
|
|
4365
|
-
"windows-sys 0.
|
|
4511
|
+
"windows-sys 0.59.0",
|
|
4366
4512
|
]
|
|
4367
4513
|
|
|
4368
4514
|
[[package]]
|
|
@@ -4422,6 +4568,15 @@ dependencies = [
|
|
|
4422
4568
|
"windows-targets 0.52.6",
|
|
4423
4569
|
]
|
|
4424
4570
|
|
|
4571
|
+
[[package]]
|
|
4572
|
+
name = "windows-sys"
|
|
4573
|
+
version = "0.59.0"
|
|
4574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4575
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
4576
|
+
dependencies = [
|
|
4577
|
+
"windows-targets 0.52.6",
|
|
4578
|
+
]
|
|
4579
|
+
|
|
4425
4580
|
[[package]]
|
|
4426
4581
|
name = "windows-targets"
|
|
4427
4582
|
version = "0.42.2"
|
|
@@ -4645,6 +4800,27 @@ dependencies = [
|
|
|
4645
4800
|
"winapi",
|
|
4646
4801
|
]
|
|
4647
4802
|
|
|
4803
|
+
[[package]]
|
|
4804
|
+
name = "zerocopy"
|
|
4805
|
+
version = "0.7.35"
|
|
4806
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4807
|
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
4808
|
+
dependencies = [
|
|
4809
|
+
"byteorder",
|
|
4810
|
+
"zerocopy-derive",
|
|
4811
|
+
]
|
|
4812
|
+
|
|
4813
|
+
[[package]]
|
|
4814
|
+
name = "zerocopy-derive"
|
|
4815
|
+
version = "0.7.35"
|
|
4816
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4817
|
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
4818
|
+
dependencies = [
|
|
4819
|
+
"proc-macro2",
|
|
4820
|
+
"quote",
|
|
4821
|
+
"syn 2.0.72",
|
|
4822
|
+
]
|
|
4823
|
+
|
|
4648
4824
|
[[package]]
|
|
4649
4825
|
name = "zeroize"
|
|
4650
4826
|
version = "1.8.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "kcl-python-lib"
|
|
3
|
-
version = "0.10.0-alpha.
|
|
3
|
+
version = "0.10.0-alpha.2"
|
|
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-alpha.
|
|
11
|
+
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.10.0-alpha.2" }
|
|
12
12
|
pyo3 = "0.20.1"
|
|
@@ -698,7 +698,6 @@ class API:
|
|
|
698
698
|
"""Call KCL API with the API name and argument protobuf bytes."""
|
|
699
699
|
# Serialize arguments using pickle or json
|
|
700
700
|
args_serialized = args.SerializeToString()
|
|
701
|
-
print("sad:", name, name.encode("utf-8"), args_serialized)
|
|
702
701
|
# Call the service function and get the result
|
|
703
702
|
result = bytes(
|
|
704
703
|
kcl_lib.call_with_plugin_agent(
|
|
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
|