agent-message 0.1.3 → 0.1.4

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.
@@ -0,0 +1,1867 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "anstream"
7
+ version = "1.0.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
10
+ dependencies = [
11
+ "anstyle",
12
+ "anstyle-parse",
13
+ "anstyle-query",
14
+ "anstyle-wincon",
15
+ "colorchoice",
16
+ "is_terminal_polyfill",
17
+ "utf8parse",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anstyle"
22
+ version = "1.0.14"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
25
+
26
+ [[package]]
27
+ name = "anstyle-parse"
28
+ version = "1.0.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
31
+ dependencies = [
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle-query"
37
+ version = "1.1.5"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
40
+ dependencies = [
41
+ "windows-sys 0.61.2",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle-wincon"
46
+ version = "3.0.11"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
49
+ dependencies = [
50
+ "anstyle",
51
+ "once_cell_polyfill",
52
+ "windows-sys 0.61.2",
53
+ ]
54
+
55
+ [[package]]
56
+ name = "anyhow"
57
+ version = "1.0.102"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
60
+
61
+ [[package]]
62
+ name = "atomic-waker"
63
+ version = "1.1.2"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
66
+
67
+ [[package]]
68
+ name = "base64"
69
+ version = "0.22.1"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
72
+
73
+ [[package]]
74
+ name = "bitflags"
75
+ version = "2.11.0"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
78
+
79
+ [[package]]
80
+ name = "bumpalo"
81
+ version = "3.20.2"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
84
+
85
+ [[package]]
86
+ name = "bytes"
87
+ version = "1.11.1"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
90
+
91
+ [[package]]
92
+ name = "cc"
93
+ version = "1.2.58"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
96
+ dependencies = [
97
+ "find-msvc-tools",
98
+ "shlex",
99
+ ]
100
+
101
+ [[package]]
102
+ name = "cfg-if"
103
+ version = "1.0.4"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
106
+
107
+ [[package]]
108
+ name = "cfg_aliases"
109
+ version = "0.2.1"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
112
+
113
+ [[package]]
114
+ name = "clap"
115
+ version = "4.6.0"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
118
+ dependencies = [
119
+ "clap_builder",
120
+ "clap_derive",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "clap_builder"
125
+ version = "4.6.0"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
128
+ dependencies = [
129
+ "anstream",
130
+ "anstyle",
131
+ "clap_lex",
132
+ "strsim",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "clap_derive"
137
+ version = "4.6.0"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
140
+ dependencies = [
141
+ "heck",
142
+ "proc-macro2",
143
+ "quote",
144
+ "syn",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "clap_lex"
149
+ version = "1.1.0"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
152
+
153
+ [[package]]
154
+ name = "codex-message"
155
+ version = "0.1.0"
156
+ dependencies = [
157
+ "anyhow",
158
+ "clap",
159
+ "futures-util",
160
+ "rand",
161
+ "reqwest",
162
+ "serde",
163
+ "serde_json",
164
+ "tokio",
165
+ "tokio-util",
166
+ "url",
167
+ "uuid",
168
+ ]
169
+
170
+ [[package]]
171
+ name = "colorchoice"
172
+ version = "1.0.5"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
175
+
176
+ [[package]]
177
+ name = "displaydoc"
178
+ version = "0.2.5"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
181
+ dependencies = [
182
+ "proc-macro2",
183
+ "quote",
184
+ "syn",
185
+ ]
186
+
187
+ [[package]]
188
+ name = "equivalent"
189
+ version = "1.0.2"
190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
191
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
192
+
193
+ [[package]]
194
+ name = "errno"
195
+ version = "0.3.14"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
198
+ dependencies = [
199
+ "libc",
200
+ "windows-sys 0.61.2",
201
+ ]
202
+
203
+ [[package]]
204
+ name = "find-msvc-tools"
205
+ version = "0.1.9"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
208
+
209
+ [[package]]
210
+ name = "foldhash"
211
+ version = "0.1.5"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
214
+
215
+ [[package]]
216
+ name = "form_urlencoded"
217
+ version = "1.2.2"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
220
+ dependencies = [
221
+ "percent-encoding",
222
+ ]
223
+
224
+ [[package]]
225
+ name = "futures-channel"
226
+ version = "0.3.32"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
229
+ dependencies = [
230
+ "futures-core",
231
+ ]
232
+
233
+ [[package]]
234
+ name = "futures-core"
235
+ version = "0.3.32"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
238
+
239
+ [[package]]
240
+ name = "futures-io"
241
+ version = "0.3.32"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
244
+
245
+ [[package]]
246
+ name = "futures-macro"
247
+ version = "0.3.32"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
250
+ dependencies = [
251
+ "proc-macro2",
252
+ "quote",
253
+ "syn",
254
+ ]
255
+
256
+ [[package]]
257
+ name = "futures-sink"
258
+ version = "0.3.32"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
261
+
262
+ [[package]]
263
+ name = "futures-task"
264
+ version = "0.3.32"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
267
+
268
+ [[package]]
269
+ name = "futures-util"
270
+ version = "0.3.32"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
273
+ dependencies = [
274
+ "futures-core",
275
+ "futures-io",
276
+ "futures-macro",
277
+ "futures-sink",
278
+ "futures-task",
279
+ "memchr",
280
+ "pin-project-lite",
281
+ "slab",
282
+ ]
283
+
284
+ [[package]]
285
+ name = "getrandom"
286
+ version = "0.2.17"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
289
+ dependencies = [
290
+ "cfg-if",
291
+ "js-sys",
292
+ "libc",
293
+ "wasi",
294
+ "wasm-bindgen",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "getrandom"
299
+ version = "0.3.4"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
302
+ dependencies = [
303
+ "cfg-if",
304
+ "js-sys",
305
+ "libc",
306
+ "r-efi 5.3.0",
307
+ "wasip2",
308
+ "wasm-bindgen",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "getrandom"
313
+ version = "0.4.2"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
316
+ dependencies = [
317
+ "cfg-if",
318
+ "libc",
319
+ "r-efi 6.0.0",
320
+ "wasip2",
321
+ "wasip3",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "hashbrown"
326
+ version = "0.15.5"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
329
+ dependencies = [
330
+ "foldhash",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "hashbrown"
335
+ version = "0.16.1"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
338
+
339
+ [[package]]
340
+ name = "heck"
341
+ version = "0.5.0"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
344
+
345
+ [[package]]
346
+ name = "http"
347
+ version = "1.4.0"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
350
+ dependencies = [
351
+ "bytes",
352
+ "itoa",
353
+ ]
354
+
355
+ [[package]]
356
+ name = "http-body"
357
+ version = "1.0.1"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
360
+ dependencies = [
361
+ "bytes",
362
+ "http",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "http-body-util"
367
+ version = "0.1.3"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
370
+ dependencies = [
371
+ "bytes",
372
+ "futures-core",
373
+ "http",
374
+ "http-body",
375
+ "pin-project-lite",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "httparse"
380
+ version = "1.10.1"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
383
+
384
+ [[package]]
385
+ name = "hyper"
386
+ version = "1.9.0"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
389
+ dependencies = [
390
+ "atomic-waker",
391
+ "bytes",
392
+ "futures-channel",
393
+ "futures-core",
394
+ "http",
395
+ "http-body",
396
+ "httparse",
397
+ "itoa",
398
+ "pin-project-lite",
399
+ "smallvec",
400
+ "tokio",
401
+ "want",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "hyper-rustls"
406
+ version = "0.27.7"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
409
+ dependencies = [
410
+ "http",
411
+ "hyper",
412
+ "hyper-util",
413
+ "rustls",
414
+ "rustls-pki-types",
415
+ "tokio",
416
+ "tokio-rustls",
417
+ "tower-service",
418
+ "webpki-roots",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "hyper-util"
423
+ version = "0.1.20"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
426
+ dependencies = [
427
+ "base64",
428
+ "bytes",
429
+ "futures-channel",
430
+ "futures-util",
431
+ "http",
432
+ "http-body",
433
+ "hyper",
434
+ "ipnet",
435
+ "libc",
436
+ "percent-encoding",
437
+ "pin-project-lite",
438
+ "socket2",
439
+ "tokio",
440
+ "tower-service",
441
+ "tracing",
442
+ ]
443
+
444
+ [[package]]
445
+ name = "icu_collections"
446
+ version = "2.1.1"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
449
+ dependencies = [
450
+ "displaydoc",
451
+ "potential_utf",
452
+ "yoke",
453
+ "zerofrom",
454
+ "zerovec",
455
+ ]
456
+
457
+ [[package]]
458
+ name = "icu_locale_core"
459
+ version = "2.1.1"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
462
+ dependencies = [
463
+ "displaydoc",
464
+ "litemap",
465
+ "tinystr",
466
+ "writeable",
467
+ "zerovec",
468
+ ]
469
+
470
+ [[package]]
471
+ name = "icu_normalizer"
472
+ version = "2.1.1"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
475
+ dependencies = [
476
+ "icu_collections",
477
+ "icu_normalizer_data",
478
+ "icu_properties",
479
+ "icu_provider",
480
+ "smallvec",
481
+ "zerovec",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "icu_normalizer_data"
486
+ version = "2.1.1"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
489
+
490
+ [[package]]
491
+ name = "icu_properties"
492
+ version = "2.1.2"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
495
+ dependencies = [
496
+ "icu_collections",
497
+ "icu_locale_core",
498
+ "icu_properties_data",
499
+ "icu_provider",
500
+ "zerotrie",
501
+ "zerovec",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "icu_properties_data"
506
+ version = "2.1.2"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
509
+
510
+ [[package]]
511
+ name = "icu_provider"
512
+ version = "2.1.1"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
515
+ dependencies = [
516
+ "displaydoc",
517
+ "icu_locale_core",
518
+ "writeable",
519
+ "yoke",
520
+ "zerofrom",
521
+ "zerotrie",
522
+ "zerovec",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "id-arena"
527
+ version = "2.3.0"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
530
+
531
+ [[package]]
532
+ name = "idna"
533
+ version = "1.1.0"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
536
+ dependencies = [
537
+ "idna_adapter",
538
+ "smallvec",
539
+ "utf8_iter",
540
+ ]
541
+
542
+ [[package]]
543
+ name = "idna_adapter"
544
+ version = "1.2.1"
545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
546
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
547
+ dependencies = [
548
+ "icu_normalizer",
549
+ "icu_properties",
550
+ ]
551
+
552
+ [[package]]
553
+ name = "indexmap"
554
+ version = "2.13.0"
555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
556
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
557
+ dependencies = [
558
+ "equivalent",
559
+ "hashbrown 0.16.1",
560
+ "serde",
561
+ "serde_core",
562
+ ]
563
+
564
+ [[package]]
565
+ name = "ipnet"
566
+ version = "2.12.0"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
569
+
570
+ [[package]]
571
+ name = "iri-string"
572
+ version = "0.7.12"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
575
+ dependencies = [
576
+ "memchr",
577
+ "serde",
578
+ ]
579
+
580
+ [[package]]
581
+ name = "is_terminal_polyfill"
582
+ version = "1.70.2"
583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
584
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
585
+
586
+ [[package]]
587
+ name = "itoa"
588
+ version = "1.0.18"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
591
+
592
+ [[package]]
593
+ name = "js-sys"
594
+ version = "0.3.94"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
597
+ dependencies = [
598
+ "cfg-if",
599
+ "futures-util",
600
+ "once_cell",
601
+ "wasm-bindgen",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "leb128fmt"
606
+ version = "0.1.0"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
609
+
610
+ [[package]]
611
+ name = "libc"
612
+ version = "0.2.183"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
615
+
616
+ [[package]]
617
+ name = "litemap"
618
+ version = "0.8.1"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
621
+
622
+ [[package]]
623
+ name = "lock_api"
624
+ version = "0.4.14"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
627
+ dependencies = [
628
+ "scopeguard",
629
+ ]
630
+
631
+ [[package]]
632
+ name = "log"
633
+ version = "0.4.29"
634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
635
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
636
+
637
+ [[package]]
638
+ name = "lru-slab"
639
+ version = "0.1.2"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
642
+
643
+ [[package]]
644
+ name = "memchr"
645
+ version = "2.8.0"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
648
+
649
+ [[package]]
650
+ name = "mio"
651
+ version = "1.2.0"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
654
+ dependencies = [
655
+ "libc",
656
+ "wasi",
657
+ "windows-sys 0.61.2",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "once_cell"
662
+ version = "1.21.4"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
665
+
666
+ [[package]]
667
+ name = "once_cell_polyfill"
668
+ version = "1.70.2"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
671
+
672
+ [[package]]
673
+ name = "parking_lot"
674
+ version = "0.12.5"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
677
+ dependencies = [
678
+ "lock_api",
679
+ "parking_lot_core",
680
+ ]
681
+
682
+ [[package]]
683
+ name = "parking_lot_core"
684
+ version = "0.9.12"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
687
+ dependencies = [
688
+ "cfg-if",
689
+ "libc",
690
+ "redox_syscall",
691
+ "smallvec",
692
+ "windows-link",
693
+ ]
694
+
695
+ [[package]]
696
+ name = "percent-encoding"
697
+ version = "2.3.2"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
700
+
701
+ [[package]]
702
+ name = "pin-project-lite"
703
+ version = "0.2.17"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
706
+
707
+ [[package]]
708
+ name = "potential_utf"
709
+ version = "0.1.4"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
712
+ dependencies = [
713
+ "zerovec",
714
+ ]
715
+
716
+ [[package]]
717
+ name = "ppv-lite86"
718
+ version = "0.2.21"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
721
+ dependencies = [
722
+ "zerocopy",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "prettyplease"
727
+ version = "0.2.37"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
730
+ dependencies = [
731
+ "proc-macro2",
732
+ "syn",
733
+ ]
734
+
735
+ [[package]]
736
+ name = "proc-macro2"
737
+ version = "1.0.106"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
740
+ dependencies = [
741
+ "unicode-ident",
742
+ ]
743
+
744
+ [[package]]
745
+ name = "quinn"
746
+ version = "0.11.9"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
749
+ dependencies = [
750
+ "bytes",
751
+ "cfg_aliases",
752
+ "pin-project-lite",
753
+ "quinn-proto",
754
+ "quinn-udp",
755
+ "rustc-hash",
756
+ "rustls",
757
+ "socket2",
758
+ "thiserror",
759
+ "tokio",
760
+ "tracing",
761
+ "web-time",
762
+ ]
763
+
764
+ [[package]]
765
+ name = "quinn-proto"
766
+ version = "0.11.14"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
769
+ dependencies = [
770
+ "bytes",
771
+ "getrandom 0.3.4",
772
+ "lru-slab",
773
+ "rand",
774
+ "ring",
775
+ "rustc-hash",
776
+ "rustls",
777
+ "rustls-pki-types",
778
+ "slab",
779
+ "thiserror",
780
+ "tinyvec",
781
+ "tracing",
782
+ "web-time",
783
+ ]
784
+
785
+ [[package]]
786
+ name = "quinn-udp"
787
+ version = "0.5.14"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
790
+ dependencies = [
791
+ "cfg_aliases",
792
+ "libc",
793
+ "once_cell",
794
+ "socket2",
795
+ "tracing",
796
+ "windows-sys 0.60.2",
797
+ ]
798
+
799
+ [[package]]
800
+ name = "quote"
801
+ version = "1.0.45"
802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
803
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
804
+ dependencies = [
805
+ "proc-macro2",
806
+ ]
807
+
808
+ [[package]]
809
+ name = "r-efi"
810
+ version = "5.3.0"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
813
+
814
+ [[package]]
815
+ name = "r-efi"
816
+ version = "6.0.0"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
819
+
820
+ [[package]]
821
+ name = "rand"
822
+ version = "0.9.2"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
825
+ dependencies = [
826
+ "rand_chacha",
827
+ "rand_core",
828
+ ]
829
+
830
+ [[package]]
831
+ name = "rand_chacha"
832
+ version = "0.9.0"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
835
+ dependencies = [
836
+ "ppv-lite86",
837
+ "rand_core",
838
+ ]
839
+
840
+ [[package]]
841
+ name = "rand_core"
842
+ version = "0.9.5"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
845
+ dependencies = [
846
+ "getrandom 0.3.4",
847
+ ]
848
+
849
+ [[package]]
850
+ name = "redox_syscall"
851
+ version = "0.5.18"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
854
+ dependencies = [
855
+ "bitflags",
856
+ ]
857
+
858
+ [[package]]
859
+ name = "reqwest"
860
+ version = "0.12.28"
861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
862
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
863
+ dependencies = [
864
+ "base64",
865
+ "bytes",
866
+ "futures-core",
867
+ "futures-util",
868
+ "http",
869
+ "http-body",
870
+ "http-body-util",
871
+ "hyper",
872
+ "hyper-rustls",
873
+ "hyper-util",
874
+ "js-sys",
875
+ "log",
876
+ "percent-encoding",
877
+ "pin-project-lite",
878
+ "quinn",
879
+ "rustls",
880
+ "rustls-pki-types",
881
+ "serde",
882
+ "serde_json",
883
+ "serde_urlencoded",
884
+ "sync_wrapper",
885
+ "tokio",
886
+ "tokio-rustls",
887
+ "tokio-util",
888
+ "tower",
889
+ "tower-http",
890
+ "tower-service",
891
+ "url",
892
+ "wasm-bindgen",
893
+ "wasm-bindgen-futures",
894
+ "wasm-streams",
895
+ "web-sys",
896
+ "webpki-roots",
897
+ ]
898
+
899
+ [[package]]
900
+ name = "ring"
901
+ version = "0.17.14"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
904
+ dependencies = [
905
+ "cc",
906
+ "cfg-if",
907
+ "getrandom 0.2.17",
908
+ "libc",
909
+ "untrusted",
910
+ "windows-sys 0.52.0",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "rustc-hash"
915
+ version = "2.1.2"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
918
+
919
+ [[package]]
920
+ name = "rustls"
921
+ version = "0.23.37"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
924
+ dependencies = [
925
+ "once_cell",
926
+ "ring",
927
+ "rustls-pki-types",
928
+ "rustls-webpki",
929
+ "subtle",
930
+ "zeroize",
931
+ ]
932
+
933
+ [[package]]
934
+ name = "rustls-pki-types"
935
+ version = "1.14.0"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
938
+ dependencies = [
939
+ "web-time",
940
+ "zeroize",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "rustls-webpki"
945
+ version = "0.103.10"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
948
+ dependencies = [
949
+ "ring",
950
+ "rustls-pki-types",
951
+ "untrusted",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "rustversion"
956
+ version = "1.0.22"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
959
+
960
+ [[package]]
961
+ name = "ryu"
962
+ version = "1.0.23"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
965
+
966
+ [[package]]
967
+ name = "scopeguard"
968
+ version = "1.2.0"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
971
+
972
+ [[package]]
973
+ name = "semver"
974
+ version = "1.0.27"
975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
976
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
977
+
978
+ [[package]]
979
+ name = "serde"
980
+ version = "1.0.228"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
983
+ dependencies = [
984
+ "serde_core",
985
+ "serde_derive",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "serde_core"
990
+ version = "1.0.228"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
993
+ dependencies = [
994
+ "serde_derive",
995
+ ]
996
+
997
+ [[package]]
998
+ name = "serde_derive"
999
+ version = "1.0.228"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1002
+ dependencies = [
1003
+ "proc-macro2",
1004
+ "quote",
1005
+ "syn",
1006
+ ]
1007
+
1008
+ [[package]]
1009
+ name = "serde_json"
1010
+ version = "1.0.149"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1013
+ dependencies = [
1014
+ "itoa",
1015
+ "memchr",
1016
+ "serde",
1017
+ "serde_core",
1018
+ "zmij",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "serde_urlencoded"
1023
+ version = "0.7.1"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1026
+ dependencies = [
1027
+ "form_urlencoded",
1028
+ "itoa",
1029
+ "ryu",
1030
+ "serde",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "shlex"
1035
+ version = "1.3.0"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1038
+
1039
+ [[package]]
1040
+ name = "signal-hook-registry"
1041
+ version = "1.4.8"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1044
+ dependencies = [
1045
+ "errno",
1046
+ "libc",
1047
+ ]
1048
+
1049
+ [[package]]
1050
+ name = "slab"
1051
+ version = "0.4.12"
1052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1053
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1054
+
1055
+ [[package]]
1056
+ name = "smallvec"
1057
+ version = "1.15.1"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1060
+
1061
+ [[package]]
1062
+ name = "socket2"
1063
+ version = "0.6.3"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1066
+ dependencies = [
1067
+ "libc",
1068
+ "windows-sys 0.61.2",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "stable_deref_trait"
1073
+ version = "1.2.1"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1076
+
1077
+ [[package]]
1078
+ name = "strsim"
1079
+ version = "0.11.1"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1082
+
1083
+ [[package]]
1084
+ name = "subtle"
1085
+ version = "2.6.1"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1088
+
1089
+ [[package]]
1090
+ name = "syn"
1091
+ version = "2.0.117"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1094
+ dependencies = [
1095
+ "proc-macro2",
1096
+ "quote",
1097
+ "unicode-ident",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "sync_wrapper"
1102
+ version = "1.0.2"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1105
+ dependencies = [
1106
+ "futures-core",
1107
+ ]
1108
+
1109
+ [[package]]
1110
+ name = "synstructure"
1111
+ version = "0.13.2"
1112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1113
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1114
+ dependencies = [
1115
+ "proc-macro2",
1116
+ "quote",
1117
+ "syn",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "thiserror"
1122
+ version = "2.0.18"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1125
+ dependencies = [
1126
+ "thiserror-impl",
1127
+ ]
1128
+
1129
+ [[package]]
1130
+ name = "thiserror-impl"
1131
+ version = "2.0.18"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1134
+ dependencies = [
1135
+ "proc-macro2",
1136
+ "quote",
1137
+ "syn",
1138
+ ]
1139
+
1140
+ [[package]]
1141
+ name = "tinystr"
1142
+ version = "0.8.2"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1145
+ dependencies = [
1146
+ "displaydoc",
1147
+ "zerovec",
1148
+ ]
1149
+
1150
+ [[package]]
1151
+ name = "tinyvec"
1152
+ version = "1.11.0"
1153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1155
+ dependencies = [
1156
+ "tinyvec_macros",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "tinyvec_macros"
1161
+ version = "0.1.1"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1164
+
1165
+ [[package]]
1166
+ name = "tokio"
1167
+ version = "1.50.0"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
1170
+ dependencies = [
1171
+ "bytes",
1172
+ "libc",
1173
+ "mio",
1174
+ "parking_lot",
1175
+ "pin-project-lite",
1176
+ "signal-hook-registry",
1177
+ "socket2",
1178
+ "tokio-macros",
1179
+ "windows-sys 0.61.2",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "tokio-macros"
1184
+ version = "2.6.1"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
1187
+ dependencies = [
1188
+ "proc-macro2",
1189
+ "quote",
1190
+ "syn",
1191
+ ]
1192
+
1193
+ [[package]]
1194
+ name = "tokio-rustls"
1195
+ version = "0.26.4"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1198
+ dependencies = [
1199
+ "rustls",
1200
+ "tokio",
1201
+ ]
1202
+
1203
+ [[package]]
1204
+ name = "tokio-util"
1205
+ version = "0.7.18"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1208
+ dependencies = [
1209
+ "bytes",
1210
+ "futures-core",
1211
+ "futures-sink",
1212
+ "pin-project-lite",
1213
+ "tokio",
1214
+ ]
1215
+
1216
+ [[package]]
1217
+ name = "tower"
1218
+ version = "0.5.3"
1219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1220
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1221
+ dependencies = [
1222
+ "futures-core",
1223
+ "futures-util",
1224
+ "pin-project-lite",
1225
+ "sync_wrapper",
1226
+ "tokio",
1227
+ "tower-layer",
1228
+ "tower-service",
1229
+ ]
1230
+
1231
+ [[package]]
1232
+ name = "tower-http"
1233
+ version = "0.6.8"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1236
+ dependencies = [
1237
+ "bitflags",
1238
+ "bytes",
1239
+ "futures-util",
1240
+ "http",
1241
+ "http-body",
1242
+ "iri-string",
1243
+ "pin-project-lite",
1244
+ "tower",
1245
+ "tower-layer",
1246
+ "tower-service",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "tower-layer"
1251
+ version = "0.3.3"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1254
+
1255
+ [[package]]
1256
+ name = "tower-service"
1257
+ version = "0.3.3"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1260
+
1261
+ [[package]]
1262
+ name = "tracing"
1263
+ version = "0.1.44"
1264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1266
+ dependencies = [
1267
+ "pin-project-lite",
1268
+ "tracing-core",
1269
+ ]
1270
+
1271
+ [[package]]
1272
+ name = "tracing-core"
1273
+ version = "0.1.36"
1274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1275
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1276
+ dependencies = [
1277
+ "once_cell",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "try-lock"
1282
+ version = "0.2.5"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1285
+
1286
+ [[package]]
1287
+ name = "unicode-ident"
1288
+ version = "1.0.24"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1291
+
1292
+ [[package]]
1293
+ name = "unicode-xid"
1294
+ version = "0.2.6"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1297
+
1298
+ [[package]]
1299
+ name = "untrusted"
1300
+ version = "0.9.0"
1301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1303
+
1304
+ [[package]]
1305
+ name = "url"
1306
+ version = "2.5.8"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1309
+ dependencies = [
1310
+ "form_urlencoded",
1311
+ "idna",
1312
+ "percent-encoding",
1313
+ "serde",
1314
+ "serde_derive",
1315
+ ]
1316
+
1317
+ [[package]]
1318
+ name = "utf8_iter"
1319
+ version = "1.0.4"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1322
+
1323
+ [[package]]
1324
+ name = "utf8parse"
1325
+ version = "0.2.2"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1328
+
1329
+ [[package]]
1330
+ name = "uuid"
1331
+ version = "1.23.0"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
1334
+ dependencies = [
1335
+ "getrandom 0.4.2",
1336
+ "js-sys",
1337
+ "wasm-bindgen",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "want"
1342
+ version = "0.3.1"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1345
+ dependencies = [
1346
+ "try-lock",
1347
+ ]
1348
+
1349
+ [[package]]
1350
+ name = "wasi"
1351
+ version = "0.11.1+wasi-snapshot-preview1"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1354
+
1355
+ [[package]]
1356
+ name = "wasip2"
1357
+ version = "1.0.2+wasi-0.2.9"
1358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1360
+ dependencies = [
1361
+ "wit-bindgen",
1362
+ ]
1363
+
1364
+ [[package]]
1365
+ name = "wasip3"
1366
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1369
+ dependencies = [
1370
+ "wit-bindgen",
1371
+ ]
1372
+
1373
+ [[package]]
1374
+ name = "wasm-bindgen"
1375
+ version = "0.2.117"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
1378
+ dependencies = [
1379
+ "cfg-if",
1380
+ "once_cell",
1381
+ "rustversion",
1382
+ "wasm-bindgen-macro",
1383
+ "wasm-bindgen-shared",
1384
+ ]
1385
+
1386
+ [[package]]
1387
+ name = "wasm-bindgen-futures"
1388
+ version = "0.4.67"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
1391
+ dependencies = [
1392
+ "js-sys",
1393
+ "wasm-bindgen",
1394
+ ]
1395
+
1396
+ [[package]]
1397
+ name = "wasm-bindgen-macro"
1398
+ version = "0.2.117"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
1401
+ dependencies = [
1402
+ "quote",
1403
+ "wasm-bindgen-macro-support",
1404
+ ]
1405
+
1406
+ [[package]]
1407
+ name = "wasm-bindgen-macro-support"
1408
+ version = "0.2.117"
1409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1410
+ checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
1411
+ dependencies = [
1412
+ "bumpalo",
1413
+ "proc-macro2",
1414
+ "quote",
1415
+ "syn",
1416
+ "wasm-bindgen-shared",
1417
+ ]
1418
+
1419
+ [[package]]
1420
+ name = "wasm-bindgen-shared"
1421
+ version = "0.2.117"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
1424
+ dependencies = [
1425
+ "unicode-ident",
1426
+ ]
1427
+
1428
+ [[package]]
1429
+ name = "wasm-encoder"
1430
+ version = "0.244.0"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1433
+ dependencies = [
1434
+ "leb128fmt",
1435
+ "wasmparser",
1436
+ ]
1437
+
1438
+ [[package]]
1439
+ name = "wasm-metadata"
1440
+ version = "0.244.0"
1441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1442
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1443
+ dependencies = [
1444
+ "anyhow",
1445
+ "indexmap",
1446
+ "wasm-encoder",
1447
+ "wasmparser",
1448
+ ]
1449
+
1450
+ [[package]]
1451
+ name = "wasm-streams"
1452
+ version = "0.4.2"
1453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1454
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
1455
+ dependencies = [
1456
+ "futures-util",
1457
+ "js-sys",
1458
+ "wasm-bindgen",
1459
+ "wasm-bindgen-futures",
1460
+ "web-sys",
1461
+ ]
1462
+
1463
+ [[package]]
1464
+ name = "wasmparser"
1465
+ version = "0.244.0"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1468
+ dependencies = [
1469
+ "bitflags",
1470
+ "hashbrown 0.15.5",
1471
+ "indexmap",
1472
+ "semver",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "web-sys"
1477
+ version = "0.3.94"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
1480
+ dependencies = [
1481
+ "js-sys",
1482
+ "wasm-bindgen",
1483
+ ]
1484
+
1485
+ [[package]]
1486
+ name = "web-time"
1487
+ version = "1.1.0"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1490
+ dependencies = [
1491
+ "js-sys",
1492
+ "wasm-bindgen",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "webpki-roots"
1497
+ version = "1.0.6"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
1500
+ dependencies = [
1501
+ "rustls-pki-types",
1502
+ ]
1503
+
1504
+ [[package]]
1505
+ name = "windows-link"
1506
+ version = "0.2.1"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1509
+
1510
+ [[package]]
1511
+ name = "windows-sys"
1512
+ version = "0.52.0"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1515
+ dependencies = [
1516
+ "windows-targets 0.52.6",
1517
+ ]
1518
+
1519
+ [[package]]
1520
+ name = "windows-sys"
1521
+ version = "0.60.2"
1522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1523
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1524
+ dependencies = [
1525
+ "windows-targets 0.53.5",
1526
+ ]
1527
+
1528
+ [[package]]
1529
+ name = "windows-sys"
1530
+ version = "0.61.2"
1531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1532
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1533
+ dependencies = [
1534
+ "windows-link",
1535
+ ]
1536
+
1537
+ [[package]]
1538
+ name = "windows-targets"
1539
+ version = "0.52.6"
1540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1541
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1542
+ dependencies = [
1543
+ "windows_aarch64_gnullvm 0.52.6",
1544
+ "windows_aarch64_msvc 0.52.6",
1545
+ "windows_i686_gnu 0.52.6",
1546
+ "windows_i686_gnullvm 0.52.6",
1547
+ "windows_i686_msvc 0.52.6",
1548
+ "windows_x86_64_gnu 0.52.6",
1549
+ "windows_x86_64_gnullvm 0.52.6",
1550
+ "windows_x86_64_msvc 0.52.6",
1551
+ ]
1552
+
1553
+ [[package]]
1554
+ name = "windows-targets"
1555
+ version = "0.53.5"
1556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1557
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1558
+ dependencies = [
1559
+ "windows-link",
1560
+ "windows_aarch64_gnullvm 0.53.1",
1561
+ "windows_aarch64_msvc 0.53.1",
1562
+ "windows_i686_gnu 0.53.1",
1563
+ "windows_i686_gnullvm 0.53.1",
1564
+ "windows_i686_msvc 0.53.1",
1565
+ "windows_x86_64_gnu 0.53.1",
1566
+ "windows_x86_64_gnullvm 0.53.1",
1567
+ "windows_x86_64_msvc 0.53.1",
1568
+ ]
1569
+
1570
+ [[package]]
1571
+ name = "windows_aarch64_gnullvm"
1572
+ version = "0.52.6"
1573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1574
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1575
+
1576
+ [[package]]
1577
+ name = "windows_aarch64_gnullvm"
1578
+ version = "0.53.1"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1581
+
1582
+ [[package]]
1583
+ name = "windows_aarch64_msvc"
1584
+ version = "0.52.6"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1587
+
1588
+ [[package]]
1589
+ name = "windows_aarch64_msvc"
1590
+ version = "0.53.1"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1593
+
1594
+ [[package]]
1595
+ name = "windows_i686_gnu"
1596
+ version = "0.52.6"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1599
+
1600
+ [[package]]
1601
+ name = "windows_i686_gnu"
1602
+ version = "0.53.1"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1605
+
1606
+ [[package]]
1607
+ name = "windows_i686_gnullvm"
1608
+ version = "0.52.6"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1611
+
1612
+ [[package]]
1613
+ name = "windows_i686_gnullvm"
1614
+ version = "0.53.1"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1617
+
1618
+ [[package]]
1619
+ name = "windows_i686_msvc"
1620
+ version = "0.52.6"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1623
+
1624
+ [[package]]
1625
+ name = "windows_i686_msvc"
1626
+ version = "0.53.1"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1629
+
1630
+ [[package]]
1631
+ name = "windows_x86_64_gnu"
1632
+ version = "0.52.6"
1633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1634
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1635
+
1636
+ [[package]]
1637
+ name = "windows_x86_64_gnu"
1638
+ version = "0.53.1"
1639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1640
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1641
+
1642
+ [[package]]
1643
+ name = "windows_x86_64_gnullvm"
1644
+ version = "0.52.6"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1647
+
1648
+ [[package]]
1649
+ name = "windows_x86_64_gnullvm"
1650
+ version = "0.53.1"
1651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1652
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1653
+
1654
+ [[package]]
1655
+ name = "windows_x86_64_msvc"
1656
+ version = "0.52.6"
1657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1658
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1659
+
1660
+ [[package]]
1661
+ name = "windows_x86_64_msvc"
1662
+ version = "0.53.1"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1665
+
1666
+ [[package]]
1667
+ name = "wit-bindgen"
1668
+ version = "0.51.0"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1671
+ dependencies = [
1672
+ "wit-bindgen-rust-macro",
1673
+ ]
1674
+
1675
+ [[package]]
1676
+ name = "wit-bindgen-core"
1677
+ version = "0.51.0"
1678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1679
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1680
+ dependencies = [
1681
+ "anyhow",
1682
+ "heck",
1683
+ "wit-parser",
1684
+ ]
1685
+
1686
+ [[package]]
1687
+ name = "wit-bindgen-rust"
1688
+ version = "0.51.0"
1689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1690
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1691
+ dependencies = [
1692
+ "anyhow",
1693
+ "heck",
1694
+ "indexmap",
1695
+ "prettyplease",
1696
+ "syn",
1697
+ "wasm-metadata",
1698
+ "wit-bindgen-core",
1699
+ "wit-component",
1700
+ ]
1701
+
1702
+ [[package]]
1703
+ name = "wit-bindgen-rust-macro"
1704
+ version = "0.51.0"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1707
+ dependencies = [
1708
+ "anyhow",
1709
+ "prettyplease",
1710
+ "proc-macro2",
1711
+ "quote",
1712
+ "syn",
1713
+ "wit-bindgen-core",
1714
+ "wit-bindgen-rust",
1715
+ ]
1716
+
1717
+ [[package]]
1718
+ name = "wit-component"
1719
+ version = "0.244.0"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1722
+ dependencies = [
1723
+ "anyhow",
1724
+ "bitflags",
1725
+ "indexmap",
1726
+ "log",
1727
+ "serde",
1728
+ "serde_derive",
1729
+ "serde_json",
1730
+ "wasm-encoder",
1731
+ "wasm-metadata",
1732
+ "wasmparser",
1733
+ "wit-parser",
1734
+ ]
1735
+
1736
+ [[package]]
1737
+ name = "wit-parser"
1738
+ version = "0.244.0"
1739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1740
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1741
+ dependencies = [
1742
+ "anyhow",
1743
+ "id-arena",
1744
+ "indexmap",
1745
+ "log",
1746
+ "semver",
1747
+ "serde",
1748
+ "serde_derive",
1749
+ "serde_json",
1750
+ "unicode-xid",
1751
+ "wasmparser",
1752
+ ]
1753
+
1754
+ [[package]]
1755
+ name = "writeable"
1756
+ version = "0.6.2"
1757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1759
+
1760
+ [[package]]
1761
+ name = "yoke"
1762
+ version = "0.8.1"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
1765
+ dependencies = [
1766
+ "stable_deref_trait",
1767
+ "yoke-derive",
1768
+ "zerofrom",
1769
+ ]
1770
+
1771
+ [[package]]
1772
+ name = "yoke-derive"
1773
+ version = "0.8.1"
1774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
1776
+ dependencies = [
1777
+ "proc-macro2",
1778
+ "quote",
1779
+ "syn",
1780
+ "synstructure",
1781
+ ]
1782
+
1783
+ [[package]]
1784
+ name = "zerocopy"
1785
+ version = "0.8.48"
1786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1787
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
1788
+ dependencies = [
1789
+ "zerocopy-derive",
1790
+ ]
1791
+
1792
+ [[package]]
1793
+ name = "zerocopy-derive"
1794
+ version = "0.8.48"
1795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1796
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
1797
+ dependencies = [
1798
+ "proc-macro2",
1799
+ "quote",
1800
+ "syn",
1801
+ ]
1802
+
1803
+ [[package]]
1804
+ name = "zerofrom"
1805
+ version = "0.1.6"
1806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1807
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1808
+ dependencies = [
1809
+ "zerofrom-derive",
1810
+ ]
1811
+
1812
+ [[package]]
1813
+ name = "zerofrom-derive"
1814
+ version = "0.1.6"
1815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1816
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1817
+ dependencies = [
1818
+ "proc-macro2",
1819
+ "quote",
1820
+ "syn",
1821
+ "synstructure",
1822
+ ]
1823
+
1824
+ [[package]]
1825
+ name = "zeroize"
1826
+ version = "1.8.2"
1827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1828
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1829
+
1830
+ [[package]]
1831
+ name = "zerotrie"
1832
+ version = "0.2.3"
1833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1834
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
1835
+ dependencies = [
1836
+ "displaydoc",
1837
+ "yoke",
1838
+ "zerofrom",
1839
+ ]
1840
+
1841
+ [[package]]
1842
+ name = "zerovec"
1843
+ version = "0.11.5"
1844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1845
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
1846
+ dependencies = [
1847
+ "yoke",
1848
+ "zerofrom",
1849
+ "zerovec-derive",
1850
+ ]
1851
+
1852
+ [[package]]
1853
+ name = "zerovec-derive"
1854
+ version = "0.11.2"
1855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1856
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
1857
+ dependencies = [
1858
+ "proc-macro2",
1859
+ "quote",
1860
+ "syn",
1861
+ ]
1862
+
1863
+ [[package]]
1864
+ name = "zmij"
1865
+ version = "1.0.21"
1866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1867
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"