typespec-rust-emitter 0.1.0 → 0.2.0

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.
@@ -17,6 +17,32 @@ version = "0.2.21"
17
17
  source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
  checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
19
 
20
+ [[package]]
21
+ name = "android_system_properties"
22
+ version = "0.1.5"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25
+ dependencies = [
26
+ "libc",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "anyhow"
31
+ version = "1.0.102"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
34
+
35
+ [[package]]
36
+ name = "async-trait"
37
+ version = "0.1.89"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
40
+ dependencies = [
41
+ "proc-macro2",
42
+ "quote",
43
+ "syn",
44
+ ]
45
+
20
46
  [[package]]
21
47
  name = "atoi"
22
48
  version = "2.0.0"
@@ -26,12 +52,70 @@ dependencies = [
26
52
  "num-traits",
27
53
  ]
28
54
 
55
+ [[package]]
56
+ name = "atomic-waker"
57
+ version = "1.1.2"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
60
+
29
61
  [[package]]
30
62
  name = "autocfg"
31
63
  version = "1.5.0"
32
64
  source = "registry+https://github.com/rust-lang/crates.io-index"
33
65
  checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
34
66
 
67
+ [[package]]
68
+ name = "axum"
69
+ version = "0.8.8"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
72
+ dependencies = [
73
+ "axum-core",
74
+ "bytes",
75
+ "form_urlencoded",
76
+ "futures-util",
77
+ "http",
78
+ "http-body",
79
+ "http-body-util",
80
+ "hyper",
81
+ "hyper-util",
82
+ "itoa",
83
+ "matchit",
84
+ "memchr",
85
+ "mime",
86
+ "percent-encoding",
87
+ "pin-project-lite",
88
+ "serde_core",
89
+ "serde_json",
90
+ "serde_path_to_error",
91
+ "serde_urlencoded",
92
+ "sync_wrapper",
93
+ "tokio",
94
+ "tower",
95
+ "tower-layer",
96
+ "tower-service",
97
+ "tracing",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "axum-core"
102
+ version = "0.5.6"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
105
+ dependencies = [
106
+ "bytes",
107
+ "futures-core",
108
+ "http",
109
+ "http-body",
110
+ "http-body-util",
111
+ "mime",
112
+ "pin-project-lite",
113
+ "sync_wrapper",
114
+ "tower-layer",
115
+ "tower-service",
116
+ "tracing",
117
+ ]
118
+
35
119
  [[package]]
36
120
  name = "base64"
37
121
  version = "0.22.1"
@@ -80,12 +164,36 @@ version = "1.11.1"
80
164
  source = "registry+https://github.com/rust-lang/crates.io-index"
81
165
  checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
82
166
 
167
+ [[package]]
168
+ name = "cc"
169
+ version = "1.2.58"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
172
+ dependencies = [
173
+ "find-msvc-tools",
174
+ "shlex",
175
+ ]
176
+
83
177
  [[package]]
84
178
  name = "cfg-if"
85
179
  version = "1.0.4"
86
180
  source = "registry+https://github.com/rust-lang/crates.io-index"
87
181
  checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
88
182
 
183
+ [[package]]
184
+ name = "chrono"
185
+ version = "0.4.44"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
188
+ dependencies = [
189
+ "iana-time-zone",
190
+ "js-sys",
191
+ "num-traits",
192
+ "serde",
193
+ "wasm-bindgen",
194
+ "windows-link",
195
+ ]
196
+
89
197
  [[package]]
90
198
  name = "concurrent-queue"
91
199
  version = "2.5.0"
@@ -101,6 +209,12 @@ version = "0.9.6"
101
209
  source = "registry+https://github.com/rust-lang/crates.io-index"
102
210
  checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
103
211
 
212
+ [[package]]
213
+ name = "core-foundation-sys"
214
+ version = "0.8.7"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
217
+
104
218
  [[package]]
105
219
  name = "cpufeatures"
106
220
  version = "0.2.17"
@@ -205,6 +319,16 @@ version = "1.0.2"
205
319
  source = "registry+https://github.com/rust-lang/crates.io-index"
206
320
  checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
207
321
 
322
+ [[package]]
323
+ name = "errno"
324
+ version = "0.3.14"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
327
+ dependencies = [
328
+ "libc",
329
+ "windows-sys 0.61.2",
330
+ ]
331
+
208
332
  [[package]]
209
333
  name = "etcetera"
210
334
  version = "0.8.0"
@@ -227,6 +351,22 @@ dependencies = [
227
351
  "pin-project-lite",
228
352
  ]
229
353
 
354
+ [[package]]
355
+ name = "eyre"
356
+ version = "0.6.12"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
359
+ dependencies = [
360
+ "indenter",
361
+ "once_cell",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "find-msvc-tools"
366
+ version = "0.1.9"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
369
+
230
370
  [[package]]
231
371
  name = "flume"
232
372
  version = "0.11.1"
@@ -345,6 +485,19 @@ dependencies = [
345
485
  "wasi",
346
486
  ]
347
487
 
488
+ [[package]]
489
+ name = "getrandom"
490
+ version = "0.4.2"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
493
+ dependencies = [
494
+ "cfg-if",
495
+ "libc",
496
+ "r-efi",
497
+ "wasip2",
498
+ "wasip3",
499
+ ]
500
+
348
501
  [[package]]
349
502
  name = "hashbrown"
350
503
  version = "0.15.5"
@@ -410,6 +563,111 @@ dependencies = [
410
563
  "windows-sys 0.61.2",
411
564
  ]
412
565
 
566
+ [[package]]
567
+ name = "http"
568
+ version = "1.4.0"
569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
570
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
571
+ dependencies = [
572
+ "bytes",
573
+ "itoa",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "http-body"
578
+ version = "1.0.1"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
581
+ dependencies = [
582
+ "bytes",
583
+ "http",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "http-body-util"
588
+ version = "0.1.3"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
591
+ dependencies = [
592
+ "bytes",
593
+ "futures-core",
594
+ "http",
595
+ "http-body",
596
+ "pin-project-lite",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "httparse"
601
+ version = "1.10.1"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
604
+
605
+ [[package]]
606
+ name = "httpdate"
607
+ version = "1.0.3"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
610
+
611
+ [[package]]
612
+ name = "hyper"
613
+ version = "1.8.1"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
616
+ dependencies = [
617
+ "atomic-waker",
618
+ "bytes",
619
+ "futures-channel",
620
+ "futures-core",
621
+ "http",
622
+ "http-body",
623
+ "httparse",
624
+ "httpdate",
625
+ "itoa",
626
+ "pin-project-lite",
627
+ "pin-utils",
628
+ "smallvec",
629
+ "tokio",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "hyper-util"
634
+ version = "0.1.20"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
637
+ dependencies = [
638
+ "bytes",
639
+ "http",
640
+ "http-body",
641
+ "hyper",
642
+ "pin-project-lite",
643
+ "tokio",
644
+ "tower-service",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "iana-time-zone"
649
+ version = "0.1.65"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
652
+ dependencies = [
653
+ "android_system_properties",
654
+ "core-foundation-sys",
655
+ "iana-time-zone-haiku",
656
+ "js-sys",
657
+ "log",
658
+ "wasm-bindgen",
659
+ "windows-core",
660
+ ]
661
+
662
+ [[package]]
663
+ name = "iana-time-zone-haiku"
664
+ version = "0.1.2"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
667
+ dependencies = [
668
+ "cc",
669
+ ]
670
+
413
671
  [[package]]
414
672
  name = "icu_collections"
415
673
  version = "2.1.1"
@@ -491,6 +749,12 @@ dependencies = [
491
749
  "zerovec",
492
750
  ]
493
751
 
752
+ [[package]]
753
+ name = "id-arena"
754
+ version = "2.3.0"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
757
+
494
758
  [[package]]
495
759
  name = "idna"
496
760
  version = "1.1.0"
@@ -512,6 +776,12 @@ dependencies = [
512
776
  "icu_properties",
513
777
  ]
514
778
 
779
+ [[package]]
780
+ name = "indenter"
781
+ version = "0.3.4"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
784
+
515
785
  [[package]]
516
786
  name = "indexmap"
517
787
  version = "2.13.0"
@@ -520,6 +790,8 @@ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
520
790
  dependencies = [
521
791
  "equivalent",
522
792
  "hashbrown 0.16.1",
793
+ "serde",
794
+ "serde_core",
523
795
  ]
524
796
 
525
797
  [[package]]
@@ -547,6 +819,12 @@ dependencies = [
547
819
  "spin",
548
820
  ]
549
821
 
822
+ [[package]]
823
+ name = "leb128fmt"
824
+ version = "0.1.0"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
827
+
550
828
  [[package]]
551
829
  name = "libc"
552
830
  version = "0.2.183"
@@ -602,6 +880,12 @@ version = "0.4.29"
602
880
  source = "registry+https://github.com/rust-lang/crates.io-index"
603
881
  checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
604
882
 
883
+ [[package]]
884
+ name = "matchit"
885
+ version = "0.8.4"
886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
887
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
888
+
605
889
  [[package]]
606
890
  name = "md-5"
607
891
  version = "0.10.6"
@@ -618,6 +902,12 @@ version = "2.8.0"
618
902
  source = "registry+https://github.com/rust-lang/crates.io-index"
619
903
  checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
620
904
 
905
+ [[package]]
906
+ name = "mime"
907
+ version = "0.3.17"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
910
+
621
911
  [[package]]
622
912
  name = "mio"
623
913
  version = "1.1.1"
@@ -685,11 +975,18 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
685
975
  name = "output-rust"
686
976
  version = "0.1.0"
687
977
  dependencies = [
978
+ "async-trait",
979
+ "axum",
980
+ "chrono",
981
+ "eyre",
688
982
  "regex",
689
983
  "serde",
690
984
  "serde_json",
691
985
  "sqlx",
692
986
  "thiserror",
987
+ "tokio",
988
+ "tower",
989
+ "tower-http",
693
990
  "uuid",
694
991
  ]
695
992
 
@@ -743,6 +1040,12 @@ version = "0.2.17"
743
1040
  source = "registry+https://github.com/rust-lang/crates.io-index"
744
1041
  checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
745
1042
 
1043
+ [[package]]
1044
+ name = "pin-utils"
1045
+ version = "0.1.0"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1048
+
746
1049
  [[package]]
747
1050
  name = "pkcs1"
748
1051
  version = "0.7.5"
@@ -794,6 +1097,16 @@ dependencies = [
794
1097
  "zerocopy",
795
1098
  ]
796
1099
 
1100
+ [[package]]
1101
+ name = "prettyplease"
1102
+ version = "0.2.37"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1105
+ dependencies = [
1106
+ "proc-macro2",
1107
+ "syn",
1108
+ ]
1109
+
797
1110
  [[package]]
798
1111
  name = "proc-macro2"
799
1112
  version = "1.0.106"
@@ -812,6 +1125,12 @@ dependencies = [
812
1125
  "proc-macro2",
813
1126
  ]
814
1127
 
1128
+ [[package]]
1129
+ name = "r-efi"
1130
+ version = "6.0.0"
1131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1132
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1133
+
815
1134
  [[package]]
816
1135
  name = "rand"
817
1136
  version = "0.8.5"
@@ -839,7 +1158,7 @@ version = "0.6.4"
839
1158
  source = "registry+https://github.com/rust-lang/crates.io-index"
840
1159
  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
841
1160
  dependencies = [
842
- "getrandom",
1161
+ "getrandom 0.2.17",
843
1162
  ]
844
1163
 
845
1164
  [[package]]
@@ -927,6 +1246,12 @@ version = "1.2.0"
927
1246
  source = "registry+https://github.com/rust-lang/crates.io-index"
928
1247
  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
929
1248
 
1249
+ [[package]]
1250
+ name = "semver"
1251
+ version = "1.0.27"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1254
+
930
1255
  [[package]]
931
1256
  name = "serde"
932
1257
  version = "1.0.228"
@@ -970,6 +1295,17 @@ dependencies = [
970
1295
  "zmij",
971
1296
  ]
972
1297
 
1298
+ [[package]]
1299
+ name = "serde_path_to_error"
1300
+ version = "0.1.20"
1301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1303
+ dependencies = [
1304
+ "itoa",
1305
+ "serde",
1306
+ "serde_core",
1307
+ ]
1308
+
973
1309
  [[package]]
974
1310
  name = "serde_urlencoded"
975
1311
  version = "0.7.1"
@@ -1004,6 +1340,22 @@ dependencies = [
1004
1340
  "digest",
1005
1341
  ]
1006
1342
 
1343
+ [[package]]
1344
+ name = "shlex"
1345
+ version = "1.3.0"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1348
+
1349
+ [[package]]
1350
+ name = "signal-hook-registry"
1351
+ version = "1.4.8"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1354
+ dependencies = [
1355
+ "errno",
1356
+ "libc",
1357
+ ]
1358
+
1007
1359
  [[package]]
1008
1360
  name = "signature"
1009
1361
  version = "2.2.0"
@@ -1280,6 +1632,12 @@ dependencies = [
1280
1632
  "unicode-ident",
1281
1633
  ]
1282
1634
 
1635
+ [[package]]
1636
+ name = "sync_wrapper"
1637
+ version = "1.0.2"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1640
+
1283
1641
  [[package]]
1284
1642
  name = "synstructure"
1285
1643
  version = "0.13.2"
@@ -1345,11 +1703,25 @@ dependencies = [
1345
1703
  "bytes",
1346
1704
  "libc",
1347
1705
  "mio",
1706
+ "parking_lot",
1348
1707
  "pin-project-lite",
1708
+ "signal-hook-registry",
1349
1709
  "socket2",
1710
+ "tokio-macros",
1350
1711
  "windows-sys 0.61.2",
1351
1712
  ]
1352
1713
 
1714
+ [[package]]
1715
+ name = "tokio-macros"
1716
+ version = "2.6.1"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
1719
+ dependencies = [
1720
+ "proc-macro2",
1721
+ "quote",
1722
+ "syn",
1723
+ ]
1724
+
1353
1725
  [[package]]
1354
1726
  name = "tokio-stream"
1355
1727
  version = "0.1.18"
@@ -1361,6 +1733,50 @@ dependencies = [
1361
1733
  "tokio",
1362
1734
  ]
1363
1735
 
1736
+ [[package]]
1737
+ name = "tower"
1738
+ version = "0.5.3"
1739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1740
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1741
+ dependencies = [
1742
+ "futures-core",
1743
+ "futures-util",
1744
+ "pin-project-lite",
1745
+ "sync_wrapper",
1746
+ "tokio",
1747
+ "tower-layer",
1748
+ "tower-service",
1749
+ "tracing",
1750
+ ]
1751
+
1752
+ [[package]]
1753
+ name = "tower-http"
1754
+ version = "0.6.8"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1757
+ dependencies = [
1758
+ "base64",
1759
+ "bitflags",
1760
+ "bytes",
1761
+ "http",
1762
+ "mime",
1763
+ "pin-project-lite",
1764
+ "tower-layer",
1765
+ "tower-service",
1766
+ ]
1767
+
1768
+ [[package]]
1769
+ name = "tower-layer"
1770
+ version = "0.3.3"
1771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1772
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1773
+
1774
+ [[package]]
1775
+ name = "tower-service"
1776
+ version = "0.3.3"
1777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1778
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1779
+
1364
1780
  [[package]]
1365
1781
  name = "tracing"
1366
1782
  version = "0.1.44"
@@ -1426,6 +1842,12 @@ version = "0.1.4"
1426
1842
  source = "registry+https://github.com/rust-lang/crates.io-index"
1427
1843
  checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
1428
1844
 
1845
+ [[package]]
1846
+ name = "unicode-xid"
1847
+ version = "0.2.6"
1848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1849
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1850
+
1429
1851
  [[package]]
1430
1852
  name = "url"
1431
1853
  version = "2.5.8"
@@ -1450,6 +1872,7 @@ version = "1.23.0"
1450
1872
  source = "registry+https://github.com/rust-lang/crates.io-index"
1451
1873
  checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
1452
1874
  dependencies = [
1875
+ "getrandom 0.4.2",
1453
1876
  "js-sys",
1454
1877
  "serde_core",
1455
1878
  "wasm-bindgen",
@@ -1473,6 +1896,24 @@ version = "0.11.1+wasi-snapshot-preview1"
1473
1896
  source = "registry+https://github.com/rust-lang/crates.io-index"
1474
1897
  checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1475
1898
 
1899
+ [[package]]
1900
+ name = "wasip2"
1901
+ version = "1.0.2+wasi-0.2.9"
1902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1903
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1904
+ dependencies = [
1905
+ "wit-bindgen",
1906
+ ]
1907
+
1908
+ [[package]]
1909
+ name = "wasip3"
1910
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1912
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1913
+ dependencies = [
1914
+ "wit-bindgen",
1915
+ ]
1916
+
1476
1917
  [[package]]
1477
1918
  name = "wasite"
1478
1919
  version = "0.1.0"
@@ -1524,6 +1965,40 @@ dependencies = [
1524
1965
  "unicode-ident",
1525
1966
  ]
1526
1967
 
1968
+ [[package]]
1969
+ name = "wasm-encoder"
1970
+ version = "0.244.0"
1971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1972
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1973
+ dependencies = [
1974
+ "leb128fmt",
1975
+ "wasmparser",
1976
+ ]
1977
+
1978
+ [[package]]
1979
+ name = "wasm-metadata"
1980
+ version = "0.244.0"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1983
+ dependencies = [
1984
+ "anyhow",
1985
+ "indexmap",
1986
+ "wasm-encoder",
1987
+ "wasmparser",
1988
+ ]
1989
+
1990
+ [[package]]
1991
+ name = "wasmparser"
1992
+ version = "0.244.0"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1995
+ dependencies = [
1996
+ "bitflags",
1997
+ "hashbrown 0.15.5",
1998
+ "indexmap",
1999
+ "semver",
2000
+ ]
2001
+
1527
2002
  [[package]]
1528
2003
  name = "whoami"
1529
2004
  version = "1.6.1"
@@ -1534,12 +2009,65 @@ dependencies = [
1534
2009
  "wasite",
1535
2010
  ]
1536
2011
 
2012
+ [[package]]
2013
+ name = "windows-core"
2014
+ version = "0.62.2"
2015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2016
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2017
+ dependencies = [
2018
+ "windows-implement",
2019
+ "windows-interface",
2020
+ "windows-link",
2021
+ "windows-result",
2022
+ "windows-strings",
2023
+ ]
2024
+
2025
+ [[package]]
2026
+ name = "windows-implement"
2027
+ version = "0.60.2"
2028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2029
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2030
+ dependencies = [
2031
+ "proc-macro2",
2032
+ "quote",
2033
+ "syn",
2034
+ ]
2035
+
2036
+ [[package]]
2037
+ name = "windows-interface"
2038
+ version = "0.59.3"
2039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2041
+ dependencies = [
2042
+ "proc-macro2",
2043
+ "quote",
2044
+ "syn",
2045
+ ]
2046
+
1537
2047
  [[package]]
1538
2048
  name = "windows-link"
1539
2049
  version = "0.2.1"
1540
2050
  source = "registry+https://github.com/rust-lang/crates.io-index"
1541
2051
  checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1542
2052
 
2053
+ [[package]]
2054
+ name = "windows-result"
2055
+ version = "0.4.1"
2056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2057
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2058
+ dependencies = [
2059
+ "windows-link",
2060
+ ]
2061
+
2062
+ [[package]]
2063
+ name = "windows-strings"
2064
+ version = "0.5.1"
2065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2066
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2067
+ dependencies = [
2068
+ "windows-link",
2069
+ ]
2070
+
1543
2071
  [[package]]
1544
2072
  name = "windows-sys"
1545
2073
  version = "0.48.0"
@@ -1615,6 +2143,94 @@ version = "0.48.5"
1615
2143
  source = "registry+https://github.com/rust-lang/crates.io-index"
1616
2144
  checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1617
2145
 
2146
+ [[package]]
2147
+ name = "wit-bindgen"
2148
+ version = "0.51.0"
2149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2150
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2151
+ dependencies = [
2152
+ "wit-bindgen-rust-macro",
2153
+ ]
2154
+
2155
+ [[package]]
2156
+ name = "wit-bindgen-core"
2157
+ version = "0.51.0"
2158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2159
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2160
+ dependencies = [
2161
+ "anyhow",
2162
+ "heck",
2163
+ "wit-parser",
2164
+ ]
2165
+
2166
+ [[package]]
2167
+ name = "wit-bindgen-rust"
2168
+ version = "0.51.0"
2169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2170
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2171
+ dependencies = [
2172
+ "anyhow",
2173
+ "heck",
2174
+ "indexmap",
2175
+ "prettyplease",
2176
+ "syn",
2177
+ "wasm-metadata",
2178
+ "wit-bindgen-core",
2179
+ "wit-component",
2180
+ ]
2181
+
2182
+ [[package]]
2183
+ name = "wit-bindgen-rust-macro"
2184
+ version = "0.51.0"
2185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2186
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2187
+ dependencies = [
2188
+ "anyhow",
2189
+ "prettyplease",
2190
+ "proc-macro2",
2191
+ "quote",
2192
+ "syn",
2193
+ "wit-bindgen-core",
2194
+ "wit-bindgen-rust",
2195
+ ]
2196
+
2197
+ [[package]]
2198
+ name = "wit-component"
2199
+ version = "0.244.0"
2200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2201
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2202
+ dependencies = [
2203
+ "anyhow",
2204
+ "bitflags",
2205
+ "indexmap",
2206
+ "log",
2207
+ "serde",
2208
+ "serde_derive",
2209
+ "serde_json",
2210
+ "wasm-encoder",
2211
+ "wasm-metadata",
2212
+ "wasmparser",
2213
+ "wit-parser",
2214
+ ]
2215
+
2216
+ [[package]]
2217
+ name = "wit-parser"
2218
+ version = "0.244.0"
2219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2220
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2221
+ dependencies = [
2222
+ "anyhow",
2223
+ "id-arena",
2224
+ "indexmap",
2225
+ "log",
2226
+ "semver",
2227
+ "serde",
2228
+ "serde_derive",
2229
+ "serde_json",
2230
+ "unicode-xid",
2231
+ "wasmparser",
2232
+ ]
2233
+
1618
2234
  [[package]]
1619
2235
  name = "writeable"
1620
2236
  version = "0.6.2"