kcl-lib 0.9.0a2__tar.gz → 0.9.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.

Files changed (86) hide show
  1. {kcl_lib-0.9.0a2/python → kcl_lib-0.9.0b1}/Cargo.lock +579 -57
  2. {kcl_lib-0.9.0a2/python → kcl_lib-0.9.0b1}/Cargo.toml +2 -2
  3. {kcl_lib-0.9.0a2 → kcl_lib-0.9.0b1}/PKG-INFO +1 -1
  4. {kcl_lib-0.9.0a2 → kcl_lib-0.9.0b1}/kcl_lib/api/service.py +17 -14
  5. kcl_lib-0.9.0b1/kcl_lib/api/spec_pb2.py +204 -0
  6. {kcl_lib-0.9.0a2 → kcl_lib-0.9.0b1}/pyproject.toml +0 -1
  7. {kcl_lib-0.9.0a2/python → kcl_lib-0.9.0b1}/src/lib.rs +2 -2
  8. kcl_lib-0.9.0a2/.devcontainer/Dockerfile +0 -24
  9. kcl_lib-0.9.0a2/.devcontainer/devcontainer.json +0 -8
  10. kcl_lib-0.9.0a2/.github/workflows/cla.yml +0 -38
  11. kcl_lib-0.9.0a2/.github/workflows/go-test.yaml +0 -30
  12. kcl_lib-0.9.0a2/.github/workflows/java-test.yaml +0 -150
  13. kcl_lib-0.9.0a2/.github/workflows/nodejs-test.yaml +0 -276
  14. kcl_lib-0.9.0a2/.github/workflows/python-test.yaml +0 -113
  15. kcl_lib-0.9.0a2/.github/workflows/rust-test.yaml +0 -32
  16. kcl_lib-0.9.0a2/.gitignore +0 -40
  17. kcl_lib-0.9.0a2/Cargo.toml +0 -14
  18. kcl_lib-0.9.0a2/README.md +0 -142
  19. kcl_lib-0.9.0a2/go.mod +0 -3
  20. kcl_lib-0.9.0a2/install.go +0 -112
  21. kcl_lib-0.9.0a2/install_lib_unix.go +0 -19
  22. kcl_lib-0.9.0a2/install_lib_windows.go +0 -11
  23. kcl_lib-0.9.0a2/kcl_lib/api/spec_pb2.py +0 -215
  24. kcl_lib-0.9.0a2/kclvm_cli_shared_lib_darwin_amd64.go +0 -11
  25. kcl_lib-0.9.0a2/kclvm_cli_shared_lib_darwin_arm64.go +0 -11
  26. kcl_lib-0.9.0a2/kclvm_cli_shared_lib_linux_amd64.go +0 -11
  27. kcl_lib-0.9.0a2/kclvm_cli_shared_lib_linux_arm64.go +0 -11
  28. kcl_lib-0.9.0a2/kclvm_cli_shared_lib_windows_amd64.go +0 -14
  29. kcl_lib-0.9.0a2/kclvm_cli_shared_lib_windows_arm64.go +0 -14
  30. kcl_lib-0.9.0a2/lib/darwin-amd64/dummy.go +0 -1
  31. kcl_lib-0.9.0a2/lib/darwin-amd64/kclvm_cli +0 -0
  32. kcl_lib-0.9.0a2/lib/darwin-amd64/libkclvm_cli_cdylib.dylib +0 -0
  33. kcl_lib-0.9.0a2/lib/darwin-arm64/dummy.go +0 -1
  34. kcl_lib-0.9.0a2/lib/darwin-arm64/kclvm_cli +0 -0
  35. kcl_lib-0.9.0a2/lib/darwin-arm64/libkclvm_cli_cdylib.dylib +0 -0
  36. kcl_lib-0.9.0a2/lib/dummy.go +0 -10
  37. kcl_lib-0.9.0a2/lib/linux-amd64/dummy.go +0 -1
  38. kcl_lib-0.9.0a2/lib/linux-amd64/kclvm_cli +0 -0
  39. kcl_lib-0.9.0a2/lib/linux-arm64/dummy.go +0 -1
  40. kcl_lib-0.9.0a2/lib/linux-arm64/kclvm_cli +0 -0
  41. kcl_lib-0.9.0a2/lib/windows-amd64/dummy.go +0 -1
  42. kcl_lib-0.9.0a2/lib/windows-amd64/kclvm_cli.exe +0 -0
  43. kcl_lib-0.9.0a2/lib/windows-amd64/kclvm_cli_cdylib.dll +0 -0
  44. kcl_lib-0.9.0a2/lib/windows-amd64/kclvm_cli_cdylib.lib +0 -0
  45. kcl_lib-0.9.0a2/lib/windows-arm64/dummy.go +0 -1
  46. kcl_lib-0.9.0a2/lib/windows-arm64/kclvm_cli.exe +0 -0
  47. kcl_lib-0.9.0a2/lib/windows-arm64/kclvm_cli_cdylib.dll +0 -0
  48. kcl_lib-0.9.0a2/lib/windows-arm64/kclvm_cli_cdylib.lib +0 -0
  49. kcl_lib-0.9.0a2/python/kcl_lib/__init__.py +0 -1
  50. kcl_lib-0.9.0a2/python/kcl_lib/api/__init__.py +0 -4
  51. kcl_lib-0.9.0a2/python/kcl_lib/api/service.py +0 -194
  52. kcl_lib-0.9.0a2/python/kcl_lib/api/spec_pb2.py +0 -215
  53. kcl_lib-0.9.0a2/spec/gpyrpc/Makefile +0 -3
  54. kcl_lib-0.9.0a2/spec/gpyrpc/spec.proto +0 -508
  55. kcl_lib-0.9.0a2/src/README.md +0 -28
  56. kcl_lib-0.9.0a2/src/lib.rs +0 -67
  57. kcl_lib-0.9.0a2/testdata/compile_recursive/kcl1/main.k +0 -1
  58. kcl_lib-0.9.0a2/testdata/compile_recursive/kcl2/main.k +0 -1
  59. kcl_lib-0.9.0a2/testdata/compile_recursive/main.k +0 -1
  60. kcl_lib-0.9.0a2/testdata/get_schema_ty/aaa/kcl.mod +0 -5
  61. kcl_lib-0.9.0a2/testdata/get_schema_ty/aaa/main.k +0 -10
  62. kcl_lib-0.9.0a2/testdata/get_schema_ty/bbb/kcl.mod +0 -5
  63. kcl_lib-0.9.0a2/testdata/get_schema_ty/bbb/main.k +0 -2
  64. kcl_lib-0.9.0a2/testdata/get_schema_ty/ccc/kcl.mod +0 -5
  65. kcl_lib-0.9.0a2/testdata/get_schema_ty/ccc/main.k +0 -2
  66. kcl_lib-0.9.0a2/testdata/hello.k +0 -1
  67. kcl_lib-0.9.0a2/testdata/hello_import.k +0 -5
  68. kcl_lib-0.9.0a2/testdata/hello_with_print.k +0 -2
  69. kcl_lib-0.9.0a2/testdata/rename/main.bak +0 -2
  70. kcl_lib-0.9.0a2/testdata/rename_doc/main.bak +0 -2
  71. kcl_lib-0.9.0a2/testdata/settings/kcl.yaml +0 -5
  72. kcl_lib-0.9.0a2/testdata/test-lint-import.k +0 -4
  73. kcl_lib-0.9.0a2/testdata/test-lint.k +0 -1
  74. kcl_lib-0.9.0a2/testdata/test.k +0 -5
  75. kcl_lib-0.9.0a2/testdata/testing/module/kcl.mod +0 -3
  76. kcl_lib-0.9.0a2/testdata/testing/module/pkg/func.k +0 -3
  77. kcl_lib-0.9.0a2/testdata/testing/module/pkg/func_test.k +0 -7
  78. kcl_lib-0.9.0a2/util_unix.go +0 -44
  79. kcl_lib-0.9.0a2/util_windows.go +0 -29
  80. {kcl_lib-0.9.0a2/python → kcl_lib-0.9.0b1}/.gitignore +0 -0
  81. {kcl_lib-0.9.0a2/python → kcl_lib-0.9.0b1}/Makefile +0 -0
  82. {kcl_lib-0.9.0a2/python → kcl_lib-0.9.0b1}/README.md +0 -0
  83. {kcl_lib-0.9.0a2 → kcl_lib-0.9.0b1}/kcl_lib/__init__.py +0 -0
  84. {kcl_lib-0.9.0a2 → kcl_lib-0.9.0b1}/kcl_lib/api/__init__.py +0 -0
  85. {kcl_lib-0.9.0a2/python → kcl_lib-0.9.0b1}/tests/exec_test.py +0 -0
  86. {kcl_lib-0.9.0a2/python → kcl_lib-0.9.0b1}/tests/test_data/schema.k +0 -0
@@ -201,6 +201,12 @@ version = "0.13.1"
201
201
  source = "registry+https://github.com/rust-lang/crates.io-index"
202
202
  checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
203
203
 
204
+ [[package]]
205
+ name = "base64"
206
+ version = "0.22.1"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
209
+
204
210
  [[package]]
205
211
  name = "bit-set"
206
212
  version = "0.5.3"
@@ -442,6 +448,15 @@ dependencies = [
442
448
  "libc",
443
449
  ]
444
450
 
451
+ [[package]]
452
+ name = "crc32fast"
453
+ version = "1.4.2"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
456
+ dependencies = [
457
+ "cfg-if 1.0.0",
458
+ ]
459
+
445
460
  [[package]]
446
461
  name = "crossbeam-channel"
447
462
  version = "0.5.13"
@@ -540,6 +555,7 @@ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
540
555
  dependencies = [
541
556
  "block-buffer 0.10.4",
542
557
  "crypto-common",
558
+ "subtle",
543
559
  ]
544
560
 
545
561
  [[package]]
@@ -687,6 +703,16 @@ version = "0.4.2"
687
703
  source = "registry+https://github.com/rust-lang/crates.io-index"
688
704
  checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
689
705
 
706
+ [[package]]
707
+ name = "flate2"
708
+ version = "1.0.30"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
711
+ dependencies = [
712
+ "crc32fast",
713
+ "miniz_oxide",
714
+ ]
715
+
690
716
  [[package]]
691
717
  name = "fluent"
692
718
  version = "0.16.1"
@@ -731,6 +757,12 @@ dependencies = [
731
757
  "thiserror",
732
758
  ]
733
759
 
760
+ [[package]]
761
+ name = "fnv"
762
+ version = "1.0.7"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
765
+
734
766
  [[package]]
735
767
  name = "form_urlencoded"
736
768
  version = "1.2.1"
@@ -961,6 +993,15 @@ version = "0.3.9"
961
993
  source = "registry+https://github.com/rust-lang/crates.io-index"
962
994
  checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
963
995
 
996
+ [[package]]
997
+ name = "hmac"
998
+ version = "0.12.1"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1001
+ dependencies = [
1002
+ "digest 0.10.7",
1003
+ ]
1004
+
964
1005
  [[package]]
965
1006
  name = "home"
966
1007
  version = "0.5.9"
@@ -970,12 +1011,117 @@ dependencies = [
970
1011
  "windows-sys 0.52.0",
971
1012
  ]
972
1013
 
1014
+ [[package]]
1015
+ name = "http"
1016
+ version = "1.1.0"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1019
+ dependencies = [
1020
+ "bytes",
1021
+ "fnv",
1022
+ "itoa",
1023
+ ]
1024
+
1025
+ [[package]]
1026
+ name = "http-auth"
1027
+ version = "0.1.9"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "643c9bbf6a4ea8a656d6b4cd53d34f79e3f841ad5203c1a55fb7d761923bc255"
1030
+ dependencies = [
1031
+ "memchr",
1032
+ ]
1033
+
1034
+ [[package]]
1035
+ name = "http-body"
1036
+ version = "1.0.0"
1037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1038
+ checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
1039
+ dependencies = [
1040
+ "bytes",
1041
+ "http",
1042
+ ]
1043
+
1044
+ [[package]]
1045
+ name = "http-body-util"
1046
+ version = "0.1.1"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
1049
+ dependencies = [
1050
+ "bytes",
1051
+ "futures-core",
1052
+ "http",
1053
+ "http-body",
1054
+ "pin-project-lite",
1055
+ ]
1056
+
1057
+ [[package]]
1058
+ name = "httparse"
1059
+ version = "1.8.0"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1062
+
973
1063
  [[package]]
974
1064
  name = "humantime"
975
1065
  version = "2.1.0"
976
1066
  source = "registry+https://github.com/rust-lang/crates.io-index"
977
1067
  checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
978
1068
 
1069
+ [[package]]
1070
+ name = "hyper"
1071
+ version = "1.3.1"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
1074
+ dependencies = [
1075
+ "bytes",
1076
+ "futures-channel",
1077
+ "futures-util",
1078
+ "http",
1079
+ "http-body",
1080
+ "httparse",
1081
+ "itoa",
1082
+ "pin-project-lite",
1083
+ "smallvec",
1084
+ "tokio",
1085
+ "want",
1086
+ ]
1087
+
1088
+ [[package]]
1089
+ name = "hyper-rustls"
1090
+ version = "0.26.0"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
1093
+ dependencies = [
1094
+ "futures-util",
1095
+ "http",
1096
+ "hyper",
1097
+ "hyper-util",
1098
+ "rustls",
1099
+ "rustls-pki-types",
1100
+ "tokio",
1101
+ "tokio-rustls",
1102
+ "tower-service",
1103
+ ]
1104
+
1105
+ [[package]]
1106
+ name = "hyper-util"
1107
+ version = "0.1.5"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
1110
+ dependencies = [
1111
+ "bytes",
1112
+ "futures-channel",
1113
+ "futures-util",
1114
+ "http",
1115
+ "http-body",
1116
+ "hyper",
1117
+ "pin-project-lite",
1118
+ "socket2",
1119
+ "tokio",
1120
+ "tower",
1121
+ "tower-service",
1122
+ "tracing",
1123
+ ]
1124
+
979
1125
  [[package]]
980
1126
  name = "iana-time-zone"
981
1127
  version = "0.1.60"
@@ -1104,6 +1250,12 @@ version = "0.3.15"
1104
1250
  source = "registry+https://github.com/rust-lang/crates.io-index"
1105
1251
  checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
1106
1252
 
1253
+ [[package]]
1254
+ name = "ipnet"
1255
+ version = "2.9.0"
1256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1257
+ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1258
+
1107
1259
  [[package]]
1108
1260
  name = "is_terminal_polyfill"
1109
1261
  version = "1.70.0"
@@ -1184,21 +1336,28 @@ dependencies = [
1184
1336
  "jsonrpc-core",
1185
1337
  "log",
1186
1338
  "tokio",
1187
- "tokio-util",
1339
+ "tokio-util 0.6.10",
1188
1340
  ]
1189
1341
 
1190
1342
  [[package]]
1191
- name = "kcl-lang"
1192
- version = "0.9.0-alpha.2"
1343
+ name = "jwt"
1344
+ version = "0.16.0"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
1193
1347
  dependencies = [
1194
- "anyhow",
1195
- "kclvm-api",
1348
+ "base64 0.13.1",
1349
+ "crypto-common",
1350
+ "digest 0.10.7",
1351
+ "hmac",
1352
+ "serde",
1353
+ "serde_json",
1354
+ "sha2 0.10.8",
1196
1355
  ]
1197
1356
 
1198
1357
  [[package]]
1199
1358
  name = "kcl-language-server"
1200
- version = "0.9.0-alpha.2"
1201
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1359
+ version = "0.9.0-beta.1"
1360
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1202
1361
  dependencies = [
1203
1362
  "anyhow",
1204
1363
  "chrono",
@@ -1241,16 +1400,16 @@ dependencies = [
1241
1400
 
1242
1401
  [[package]]
1243
1402
  name = "kcl-python-lib"
1244
- version = "0.9.0-alpha.2"
1403
+ version = "0.9.0-beta.1"
1245
1404
  dependencies = [
1246
- "kcl-lang",
1405
+ "kclvm-api",
1247
1406
  "pyo3",
1248
1407
  ]
1249
1408
 
1250
1409
  [[package]]
1251
1410
  name = "kclvm-api"
1252
- version = "0.9.0-alpha.2"
1253
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1411
+ version = "0.9.0-beta.1"
1412
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1254
1413
  dependencies = [
1255
1414
  "anyhow",
1256
1415
  "futures",
@@ -1288,8 +1447,8 @@ dependencies = [
1288
1447
 
1289
1448
  [[package]]
1290
1449
  name = "kclvm-ast"
1291
- version = "0.9.0-alpha.2"
1292
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1450
+ version = "0.9.0-beta.1"
1451
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1293
1452
  dependencies = [
1294
1453
  "compiler_base_span",
1295
1454
  "kclvm-error",
@@ -1303,8 +1462,8 @@ dependencies = [
1303
1462
 
1304
1463
  [[package]]
1305
1464
  name = "kclvm-ast-pretty"
1306
- version = "0.9.0-alpha.2"
1307
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1465
+ version = "0.9.0-beta.1"
1466
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1308
1467
  dependencies = [
1309
1468
  "compiler_base_macros",
1310
1469
  "compiler_base_session",
@@ -1317,8 +1476,8 @@ dependencies = [
1317
1476
 
1318
1477
  [[package]]
1319
1478
  name = "kclvm-compiler"
1320
- version = "0.9.0-alpha.2"
1321
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1479
+ version = "0.9.0-beta.1"
1480
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1322
1481
  dependencies = [
1323
1482
  "ahash",
1324
1483
  "bit-set",
@@ -1337,8 +1496,8 @@ dependencies = [
1337
1496
 
1338
1497
  [[package]]
1339
1498
  name = "kclvm-config"
1340
- version = "0.9.0-alpha.2"
1341
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1499
+ version = "0.9.0-beta.1"
1500
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1342
1501
  dependencies = [
1343
1502
  "ahash",
1344
1503
  "anyhow",
@@ -1361,26 +1520,33 @@ dependencies = [
1361
1520
 
1362
1521
  [[package]]
1363
1522
  name = "kclvm-driver"
1364
- version = "0.9.0-alpha.2"
1365
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1523
+ version = "0.9.0-beta.1"
1524
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1366
1525
  dependencies = [
1367
1526
  "anyhow",
1527
+ "flate2",
1368
1528
  "glob",
1529
+ "indexmap 2.2.6",
1369
1530
  "kclvm-ast",
1370
1531
  "kclvm-config",
1371
1532
  "kclvm-parser",
1372
1533
  "kclvm-runtime",
1373
1534
  "kclvm-utils",
1374
1535
  "notify 6.1.1",
1536
+ "oci-distribution",
1537
+ "once_cell",
1538
+ "parking_lot 0.12.3",
1375
1539
  "serde",
1376
1540
  "serde_json",
1541
+ "tar",
1542
+ "tokio",
1377
1543
  "walkdir",
1378
1544
  ]
1379
1545
 
1380
1546
  [[package]]
1381
1547
  name = "kclvm-error"
1382
- version = "0.9.0-alpha.2"
1383
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1548
+ version = "0.9.0-beta.1"
1549
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1384
1550
  dependencies = [
1385
1551
  "annotate-snippets",
1386
1552
  "anyhow",
@@ -1396,13 +1562,14 @@ dependencies = [
1396
1562
  "serde",
1397
1563
  "serde_json",
1398
1564
  "termize",
1565
+ "thiserror",
1399
1566
  "tracing",
1400
1567
  ]
1401
1568
 
1402
1569
  [[package]]
1403
1570
  name = "kclvm-evaluator"
1404
- version = "0.9.0-alpha.2"
1405
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1571
+ version = "0.9.0-beta.1"
1572
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1406
1573
  dependencies = [
1407
1574
  "anyhow",
1408
1575
  "generational-arena",
@@ -1415,8 +1582,8 @@ dependencies = [
1415
1582
 
1416
1583
  [[package]]
1417
1584
  name = "kclvm-lexer"
1418
- version = "0.9.0-alpha.2"
1419
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1585
+ version = "0.9.0-beta.1"
1586
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1420
1587
  dependencies = [
1421
1588
  "kclvm-error",
1422
1589
  "rustc_lexer",
@@ -1425,8 +1592,8 @@ dependencies = [
1425
1592
 
1426
1593
  [[package]]
1427
1594
  name = "kclvm-loader"
1428
- version = "0.9.0-alpha.2"
1429
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1595
+ version = "0.9.0-beta.1"
1596
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1430
1597
  dependencies = [
1431
1598
  "anyhow",
1432
1599
  "indexmap 1.9.3",
@@ -1441,8 +1608,8 @@ dependencies = [
1441
1608
 
1442
1609
  [[package]]
1443
1610
  name = "kclvm-macros"
1444
- version = "0.9.0-alpha.2"
1445
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1611
+ version = "0.9.0-beta.1"
1612
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1446
1613
  dependencies = [
1447
1614
  "proc-macro2",
1448
1615
  "quote",
@@ -1452,8 +1619,8 @@ dependencies = [
1452
1619
 
1453
1620
  [[package]]
1454
1621
  name = "kclvm-parser"
1455
- version = "0.9.0-alpha.2"
1456
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1622
+ version = "0.9.0-beta.1"
1623
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1457
1624
  dependencies = [
1458
1625
  "anyhow",
1459
1626
  "bstr",
@@ -1483,8 +1650,8 @@ dependencies = [
1483
1650
 
1484
1651
  [[package]]
1485
1652
  name = "kclvm-query"
1486
- version = "0.9.0-alpha.2"
1487
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1653
+ version = "0.9.0-beta.1"
1654
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1488
1655
  dependencies = [
1489
1656
  "anyhow",
1490
1657
  "compiler_base_macros",
@@ -1503,8 +1670,8 @@ dependencies = [
1503
1670
 
1504
1671
  [[package]]
1505
1672
  name = "kclvm-runner"
1506
- version = "0.9.0-alpha.2"
1507
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1673
+ version = "0.9.0-beta.1"
1674
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1508
1675
  dependencies = [
1509
1676
  "anyhow",
1510
1677
  "cc",
@@ -1538,11 +1705,11 @@ dependencies = [
1538
1705
 
1539
1706
  [[package]]
1540
1707
  name = "kclvm-runtime"
1541
- version = "0.9.0-alpha.2"
1542
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1708
+ version = "0.9.0-beta.1"
1709
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1543
1710
  dependencies = [
1544
1711
  "ahash",
1545
- "base64",
1712
+ "base64 0.13.1",
1546
1713
  "bstr",
1547
1714
  "chrono",
1548
1715
  "fancy-regex",
@@ -1571,8 +1738,8 @@ dependencies = [
1571
1738
 
1572
1739
  [[package]]
1573
1740
  name = "kclvm-sema"
1574
- version = "0.9.0-alpha.2"
1575
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1741
+ version = "0.9.0-beta.1"
1742
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1576
1743
  dependencies = [
1577
1744
  "ahash",
1578
1745
  "anyhow",
@@ -1604,8 +1771,8 @@ dependencies = [
1604
1771
 
1605
1772
  [[package]]
1606
1773
  name = "kclvm-span"
1607
- version = "0.9.0-alpha.2"
1608
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1774
+ version = "0.9.0-beta.1"
1775
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1609
1776
  dependencies = [
1610
1777
  "compiler_base_span",
1611
1778
  "kclvm-macros",
@@ -1615,8 +1782,8 @@ dependencies = [
1615
1782
 
1616
1783
  [[package]]
1617
1784
  name = "kclvm-tools"
1618
- version = "0.9.0-alpha.2"
1619
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1785
+ version = "0.9.0-beta.1"
1786
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1620
1787
  dependencies = [
1621
1788
  "anyhow",
1622
1789
  "compiler_base_session",
@@ -1646,8 +1813,8 @@ dependencies = [
1646
1813
 
1647
1814
  [[package]]
1648
1815
  name = "kclvm-utils"
1649
- version = "0.9.0-alpha.2"
1650
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1816
+ version = "0.9.0-beta.1"
1817
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1651
1818
  dependencies = [
1652
1819
  "anyhow",
1653
1820
  "fslock",
@@ -1656,8 +1823,8 @@ dependencies = [
1656
1823
 
1657
1824
  [[package]]
1658
1825
  name = "kclvm-version"
1659
- version = "0.9.0-alpha.2"
1660
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1826
+ version = "0.9.0-beta.1"
1827
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1661
1828
  dependencies = [
1662
1829
  "vergen",
1663
1830
  ]
@@ -1665,7 +1832,7 @@ dependencies = [
1665
1832
  [[package]]
1666
1833
  name = "kclvm_runtime_internal_macros"
1667
1834
  version = "0.5.0"
1668
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
1835
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
1669
1836
  dependencies = [
1670
1837
  "proc-macro2",
1671
1838
  "quote",
@@ -1854,6 +2021,12 @@ dependencies = [
1854
2021
  "autocfg",
1855
2022
  ]
1856
2023
 
2024
+ [[package]]
2025
+ name = "mime"
2026
+ version = "0.3.17"
2027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2028
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2029
+
1857
2030
  [[package]]
1858
2031
  name = "miniz_oxide"
1859
2032
  version = "0.7.3"
@@ -1989,6 +2162,42 @@ dependencies = [
1989
2162
  "memchr",
1990
2163
  ]
1991
2164
 
2165
+ [[package]]
2166
+ name = "oci-distribution"
2167
+ version = "0.11.0"
2168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2169
+ checksum = "b95a2c51531af0cb93761f66094044ca6ea879320bccd35ab747ff3fcab3f422"
2170
+ dependencies = [
2171
+ "bytes",
2172
+ "chrono",
2173
+ "futures-util",
2174
+ "http",
2175
+ "http-auth",
2176
+ "jwt",
2177
+ "lazy_static",
2178
+ "olpc-cjson",
2179
+ "regex",
2180
+ "reqwest",
2181
+ "serde",
2182
+ "serde_json",
2183
+ "sha2 0.10.8",
2184
+ "thiserror",
2185
+ "tokio",
2186
+ "tracing",
2187
+ "unicase",
2188
+ ]
2189
+
2190
+ [[package]]
2191
+ name = "olpc-cjson"
2192
+ version = "0.1.3"
2193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2194
+ checksum = "d637c9c15b639ccff597da8f4fa968300651ad2f1e968aefc3b4927a6fb2027a"
2195
+ dependencies = [
2196
+ "serde",
2197
+ "serde_json",
2198
+ "unicode-normalization",
2199
+ ]
2200
+
1992
2201
  [[package]]
1993
2202
  name = "once_cell"
1994
2203
  version = "1.19.0"
@@ -2178,6 +2387,26 @@ dependencies = [
2178
2387
  "siphasher",
2179
2388
  ]
2180
2389
 
2390
+ [[package]]
2391
+ name = "pin-project"
2392
+ version = "1.1.5"
2393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2394
+ checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2395
+ dependencies = [
2396
+ "pin-project-internal",
2397
+ ]
2398
+
2399
+ [[package]]
2400
+ name = "pin-project-internal"
2401
+ version = "1.1.5"
2402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2403
+ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2404
+ dependencies = [
2405
+ "proc-macro2",
2406
+ "quote",
2407
+ "syn 2.0.66",
2408
+ ]
2409
+
2181
2410
  [[package]]
2182
2411
  name = "pin-project-lite"
2183
2412
  version = "0.2.14"
@@ -2246,7 +2475,7 @@ dependencies = [
2246
2475
  [[package]]
2247
2476
  name = "proc_macro_crate"
2248
2477
  version = "0.1.0"
2249
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
2478
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
2250
2479
  dependencies = [
2251
2480
  "proc-macro2",
2252
2481
  "quote",
@@ -2310,7 +2539,7 @@ dependencies = [
2310
2539
  [[package]]
2311
2540
  name = "prost-wkt"
2312
2541
  version = "0.4.1"
2313
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
2542
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
2314
2543
  dependencies = [
2315
2544
  "chrono",
2316
2545
  "inventory",
@@ -2324,7 +2553,7 @@ dependencies = [
2324
2553
  [[package]]
2325
2554
  name = "prost-wkt-build"
2326
2555
  version = "0.4.1"
2327
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
2556
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
2328
2557
  dependencies = [
2329
2558
  "heck 0.4.1",
2330
2559
  "prost",
@@ -2336,7 +2565,7 @@ dependencies = [
2336
2565
  [[package]]
2337
2566
  name = "prost-wkt-types"
2338
2567
  version = "0.4.1"
2339
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
2568
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
2340
2569
  dependencies = [
2341
2570
  "chrono",
2342
2571
  "prost",
@@ -2631,13 +2860,71 @@ version = "0.8.3"
2631
2860
  source = "registry+https://github.com/rust-lang/crates.io-index"
2632
2861
  checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2633
2862
 
2863
+ [[package]]
2864
+ name = "reqwest"
2865
+ version = "0.12.4"
2866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2867
+ checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
2868
+ dependencies = [
2869
+ "base64 0.22.1",
2870
+ "bytes",
2871
+ "futures-core",
2872
+ "futures-util",
2873
+ "http",
2874
+ "http-body",
2875
+ "http-body-util",
2876
+ "hyper",
2877
+ "hyper-rustls",
2878
+ "hyper-util",
2879
+ "ipnet",
2880
+ "js-sys",
2881
+ "log",
2882
+ "mime",
2883
+ "once_cell",
2884
+ "percent-encoding",
2885
+ "pin-project-lite",
2886
+ "rustls",
2887
+ "rustls-pemfile",
2888
+ "rustls-pki-types",
2889
+ "serde",
2890
+ "serde_json",
2891
+ "serde_urlencoded",
2892
+ "sync_wrapper",
2893
+ "tokio",
2894
+ "tokio-rustls",
2895
+ "tokio-util 0.7.11",
2896
+ "tower-service",
2897
+ "url",
2898
+ "wasm-bindgen",
2899
+ "wasm-bindgen-futures",
2900
+ "wasm-streams",
2901
+ "web-sys",
2902
+ "webpki-roots",
2903
+ "winreg",
2904
+ ]
2905
+
2906
+ [[package]]
2907
+ name = "ring"
2908
+ version = "0.17.8"
2909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2910
+ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2911
+ dependencies = [
2912
+ "cc",
2913
+ "cfg-if 1.0.0",
2914
+ "getrandom",
2915
+ "libc",
2916
+ "spin",
2917
+ "untrusted",
2918
+ "windows-sys 0.52.0",
2919
+ ]
2920
+
2634
2921
  [[package]]
2635
2922
  name = "ron"
2636
2923
  version = "0.7.1"
2637
2924
  source = "registry+https://github.com/rust-lang/crates.io-index"
2638
2925
  checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
2639
2926
  dependencies = [
2640
- "base64",
2927
+ "base64 0.13.1",
2641
2928
  "bitflags 1.3.2",
2642
2929
  "serde",
2643
2930
  ]
@@ -2799,6 +3086,47 @@ dependencies = [
2799
3086
  "windows-sys 0.52.0",
2800
3087
  ]
2801
3088
 
3089
+ [[package]]
3090
+ name = "rustls"
3091
+ version = "0.22.4"
3092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3093
+ checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
3094
+ dependencies = [
3095
+ "log",
3096
+ "ring",
3097
+ "rustls-pki-types",
3098
+ "rustls-webpki",
3099
+ "subtle",
3100
+ "zeroize",
3101
+ ]
3102
+
3103
+ [[package]]
3104
+ name = "rustls-pemfile"
3105
+ version = "2.1.2"
3106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3107
+ checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
3108
+ dependencies = [
3109
+ "base64 0.22.1",
3110
+ "rustls-pki-types",
3111
+ ]
3112
+
3113
+ [[package]]
3114
+ name = "rustls-pki-types"
3115
+ version = "1.7.0"
3116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3117
+ checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
3118
+
3119
+ [[package]]
3120
+ name = "rustls-webpki"
3121
+ version = "0.102.4"
3122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3123
+ checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
3124
+ dependencies = [
3125
+ "ring",
3126
+ "rustls-pki-types",
3127
+ "untrusted",
3128
+ ]
3129
+
2802
3130
  [[package]]
2803
3131
  name = "rustversion"
2804
3132
  version = "1.0.17"
@@ -2939,10 +3267,22 @@ dependencies = [
2939
3267
  "syn 2.0.66",
2940
3268
  ]
2941
3269
 
3270
+ [[package]]
3271
+ name = "serde_urlencoded"
3272
+ version = "0.7.1"
3273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3274
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3275
+ dependencies = [
3276
+ "form_urlencoded",
3277
+ "itoa",
3278
+ "ryu",
3279
+ "serde",
3280
+ ]
3281
+
2942
3282
  [[package]]
2943
3283
  name = "serde_yaml"
2944
3284
  version = "0.9.34+deprecated"
2945
- source = "git+https://github.com/kcl-lang/kcl#6d94d6a6932a89d81743c74f3a5aeac441414594"
3285
+ source = "git+https://github.com/kcl-lang/kcl#e824bd64ce1389eba7054f157f198d577013a9c1"
2946
3286
  dependencies = [
2947
3287
  "indexmap 2.2.6",
2948
3288
  "itoa",
@@ -3051,6 +3391,12 @@ dependencies = [
3051
3391
  "windows-sys 0.52.0",
3052
3392
  ]
3053
3393
 
3394
+ [[package]]
3395
+ name = "spin"
3396
+ version = "0.9.8"
3397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3398
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3399
+
3054
3400
  [[package]]
3055
3401
  name = "stable_deref_trait"
3056
3402
  version = "1.2.0"
@@ -3133,6 +3479,12 @@ version = "0.11.1"
3133
3479
  source = "registry+https://github.com/rust-lang/crates.io-index"
3134
3480
  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3135
3481
 
3482
+ [[package]]
3483
+ name = "subtle"
3484
+ version = "2.5.0"
3485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3486
+ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
3487
+
3136
3488
  [[package]]
3137
3489
  name = "suggestions"
3138
3490
  version = "0.1.1"
@@ -3164,6 +3516,12 @@ dependencies = [
3164
3516
  "unicode-ident",
3165
3517
  ]
3166
3518
 
3519
+ [[package]]
3520
+ name = "sync_wrapper"
3521
+ version = "0.1.2"
3522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3523
+ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
3524
+
3167
3525
  [[package]]
3168
3526
  name = "synstructure"
3169
3527
  version = "0.12.6"
@@ -3176,6 +3534,17 @@ dependencies = [
3176
3534
  "unicode-xid",
3177
3535
  ]
3178
3536
 
3537
+ [[package]]
3538
+ name = "tar"
3539
+ version = "0.4.40"
3540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3541
+ checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
3542
+ dependencies = [
3543
+ "filetime",
3544
+ "libc",
3545
+ "xattr",
3546
+ ]
3547
+
3179
3548
  [[package]]
3180
3549
  name = "target-lexicon"
3181
3550
  version = "0.12.14"
@@ -3377,6 +3746,17 @@ dependencies = [
3377
3746
  "syn 2.0.66",
3378
3747
  ]
3379
3748
 
3749
+ [[package]]
3750
+ name = "tokio-rustls"
3751
+ version = "0.25.0"
3752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3753
+ checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
3754
+ dependencies = [
3755
+ "rustls",
3756
+ "rustls-pki-types",
3757
+ "tokio",
3758
+ ]
3759
+
3380
3760
  [[package]]
3381
3761
  name = "tokio-stream"
3382
3762
  version = "0.1.15"
@@ -3415,6 +3795,19 @@ dependencies = [
3415
3795
  "tokio",
3416
3796
  ]
3417
3797
 
3798
+ [[package]]
3799
+ name = "tokio-util"
3800
+ version = "0.7.11"
3801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3802
+ checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
3803
+ dependencies = [
3804
+ "bytes",
3805
+ "futures-core",
3806
+ "futures-sink",
3807
+ "pin-project-lite",
3808
+ "tokio",
3809
+ ]
3810
+
3418
3811
  [[package]]
3419
3812
  name = "toml"
3420
3813
  version = "0.5.11"
@@ -3424,12 +3817,40 @@ dependencies = [
3424
3817
  "serde",
3425
3818
  ]
3426
3819
 
3820
+ [[package]]
3821
+ name = "tower"
3822
+ version = "0.4.13"
3823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3824
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
3825
+ dependencies = [
3826
+ "futures-core",
3827
+ "futures-util",
3828
+ "pin-project",
3829
+ "pin-project-lite",
3830
+ "tokio",
3831
+ "tower-layer",
3832
+ "tower-service",
3833
+ ]
3834
+
3835
+ [[package]]
3836
+ name = "tower-layer"
3837
+ version = "0.3.2"
3838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3839
+ checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
3840
+
3841
+ [[package]]
3842
+ name = "tower-service"
3843
+ version = "0.3.2"
3844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3845
+ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3846
+
3427
3847
  [[package]]
3428
3848
  name = "tracing"
3429
3849
  version = "0.1.40"
3430
3850
  source = "registry+https://github.com/rust-lang/crates.io-index"
3431
3851
  checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
3432
3852
  dependencies = [
3853
+ "log",
3433
3854
  "pin-project-lite",
3434
3855
  "tracing-attributes",
3435
3856
  "tracing-core",
@@ -3455,6 +3876,12 @@ dependencies = [
3455
3876
  "once_cell",
3456
3877
  ]
3457
3878
 
3879
+ [[package]]
3880
+ name = "try-lock"
3881
+ version = "0.2.5"
3882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3883
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3884
+
3458
3885
  [[package]]
3459
3886
  name = "type-map"
3460
3887
  version = "0.5.0"
@@ -3613,6 +4040,15 @@ dependencies = [
3613
4040
  "unic-common",
3614
4041
  ]
3615
4042
 
4043
+ [[package]]
4044
+ name = "unicase"
4045
+ version = "2.7.0"
4046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4047
+ checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
4048
+ dependencies = [
4049
+ "version_check",
4050
+ ]
4051
+
3616
4052
  [[package]]
3617
4053
  name = "unicode-bidi"
3618
4054
  version = "0.3.15"
@@ -3676,6 +4112,12 @@ version = "0.2.11"
3676
4112
  source = "registry+https://github.com/rust-lang/crates.io-index"
3677
4113
  checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
3678
4114
 
4115
+ [[package]]
4116
+ name = "untrusted"
4117
+ version = "0.9.0"
4118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4119
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4120
+
3679
4121
  [[package]]
3680
4122
  name = "url"
3681
4123
  version = "2.5.0"
@@ -3733,6 +4175,15 @@ dependencies = [
3733
4175
  "winapi-util",
3734
4176
  ]
3735
4177
 
4178
+ [[package]]
4179
+ name = "want"
4180
+ version = "0.3.1"
4181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4182
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4183
+ dependencies = [
4184
+ "try-lock",
4185
+ ]
4186
+
3736
4187
  [[package]]
3737
4188
  name = "wasi"
3738
4189
  version = "0.11.0+wasi-snapshot-preview1"
@@ -3764,6 +4215,18 @@ dependencies = [
3764
4215
  "wasm-bindgen-shared",
3765
4216
  ]
3766
4217
 
4218
+ [[package]]
4219
+ name = "wasm-bindgen-futures"
4220
+ version = "0.4.42"
4221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4222
+ checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
4223
+ dependencies = [
4224
+ "cfg-if 1.0.0",
4225
+ "js-sys",
4226
+ "wasm-bindgen",
4227
+ "web-sys",
4228
+ ]
4229
+
3767
4230
  [[package]]
3768
4231
  name = "wasm-bindgen-macro"
3769
4232
  version = "0.2.92"
@@ -3793,6 +4256,38 @@ version = "0.2.92"
3793
4256
  source = "registry+https://github.com/rust-lang/crates.io-index"
3794
4257
  checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
3795
4258
 
4259
+ [[package]]
4260
+ name = "wasm-streams"
4261
+ version = "0.4.0"
4262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4263
+ checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
4264
+ dependencies = [
4265
+ "futures-util",
4266
+ "js-sys",
4267
+ "wasm-bindgen",
4268
+ "wasm-bindgen-futures",
4269
+ "web-sys",
4270
+ ]
4271
+
4272
+ [[package]]
4273
+ name = "web-sys"
4274
+ version = "0.3.69"
4275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4276
+ checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
4277
+ dependencies = [
4278
+ "js-sys",
4279
+ "wasm-bindgen",
4280
+ ]
4281
+
4282
+ [[package]]
4283
+ name = "webpki-roots"
4284
+ version = "0.26.1"
4285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4286
+ checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
4287
+ dependencies = [
4288
+ "rustls-pki-types",
4289
+ ]
4290
+
3796
4291
  [[package]]
3797
4292
  name = "which"
3798
4293
  version = "4.4.2"
@@ -4065,6 +4560,27 @@ version = "0.52.5"
4065
4560
  source = "registry+https://github.com/rust-lang/crates.io-index"
4066
4561
  checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
4067
4562
 
4563
+ [[package]]
4564
+ name = "winreg"
4565
+ version = "0.52.0"
4566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4567
+ checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
4568
+ dependencies = [
4569
+ "cfg-if 1.0.0",
4570
+ "windows-sys 0.48.0",
4571
+ ]
4572
+
4573
+ [[package]]
4574
+ name = "xattr"
4575
+ version = "1.3.1"
4576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4577
+ checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
4578
+ dependencies = [
4579
+ "libc",
4580
+ "linux-raw-sys",
4581
+ "rustix",
4582
+ ]
4583
+
4068
4584
  [[package]]
4069
4585
  name = "yaml-rust"
4070
4586
  version = "0.4.5"
@@ -4088,3 +4604,9 @@ checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
4088
4604
  dependencies = [
4089
4605
  "winapi",
4090
4606
  ]
4607
+
4608
+ [[package]]
4609
+ name = "zeroize"
4610
+ version = "1.8.1"
4611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4612
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"