anyserve-runtime 0.3.0__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.
@@ -0,0 +1,2607 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "anstream"
16
+ version = "1.0.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
19
+ dependencies = [
20
+ "anstyle",
21
+ "anstyle-parse",
22
+ "anstyle-query",
23
+ "anstyle-wincon",
24
+ "colorchoice",
25
+ "is_terminal_polyfill",
26
+ "utf8parse",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "anstyle"
31
+ version = "1.0.14"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
34
+
35
+ [[package]]
36
+ name = "anstyle-parse"
37
+ version = "1.0.0"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
40
+ dependencies = [
41
+ "utf8parse",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle-query"
46
+ version = "1.1.5"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
49
+ dependencies = [
50
+ "windows-sys 0.61.2",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "anstyle-wincon"
55
+ version = "3.0.11"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
58
+ dependencies = [
59
+ "anstyle",
60
+ "once_cell_polyfill",
61
+ "windows-sys 0.61.2",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "anyhow"
66
+ version = "1.0.102"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
69
+
70
+ [[package]]
71
+ name = "anyserve"
72
+ version = "0.3.0"
73
+ dependencies = [
74
+ "anyhow",
75
+ "anyserve-client",
76
+ "anyserve-core",
77
+ "anyserve-proto",
78
+ "async-stream",
79
+ "axum",
80
+ "clap",
81
+ "futures",
82
+ "reqwest",
83
+ "serde",
84
+ "serde_json",
85
+ "tokio",
86
+ "toml",
87
+ "tonic",
88
+ "tonic-health",
89
+ "tracing",
90
+ "tracing-subscriber",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "anyserve-client"
95
+ version = "0.3.0"
96
+ dependencies = [
97
+ "anyhow",
98
+ "anyserve-proto",
99
+ "tokio-stream",
100
+ "tonic",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "anyserve-core"
105
+ version = "0.3.0"
106
+ dependencies = [
107
+ "anyhow",
108
+ "anyserve-proto",
109
+ "async-stream",
110
+ "async-trait",
111
+ "futures",
112
+ "serde",
113
+ "tokio",
114
+ "tokio-stream",
115
+ "tonic",
116
+ "uuid",
117
+ ]
118
+
119
+ [[package]]
120
+ name = "anyserve-demo"
121
+ version = "0.3.0"
122
+ dependencies = [
123
+ "anyhow",
124
+ "anyserve-client",
125
+ "clap",
126
+ "tokio",
127
+ "tokio-stream",
128
+ "tracing",
129
+ "tracing-subscriber",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "anyserve-proto"
134
+ version = "0.3.0"
135
+ dependencies = [
136
+ "prost",
137
+ "prost-build",
138
+ "tonic",
139
+ "tonic-build",
140
+ ]
141
+
142
+ [[package]]
143
+ name = "anyserve-python"
144
+ version = "0.3.0"
145
+ dependencies = [
146
+ "anyhow",
147
+ "anyserve-client",
148
+ "pyo3",
149
+ "tokio",
150
+ "tonic",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "async-stream"
155
+ version = "0.3.6"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
158
+ dependencies = [
159
+ "async-stream-impl",
160
+ "futures-core",
161
+ "pin-project-lite",
162
+ ]
163
+
164
+ [[package]]
165
+ name = "async-stream-impl"
166
+ version = "0.3.6"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
169
+ dependencies = [
170
+ "proc-macro2",
171
+ "quote",
172
+ "syn",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "async-trait"
177
+ version = "0.1.89"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
180
+ dependencies = [
181
+ "proc-macro2",
182
+ "quote",
183
+ "syn",
184
+ ]
185
+
186
+ [[package]]
187
+ name = "atomic-waker"
188
+ version = "1.1.2"
189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
190
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
191
+
192
+ [[package]]
193
+ name = "autocfg"
194
+ version = "1.5.0"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
197
+
198
+ [[package]]
199
+ name = "axum"
200
+ version = "0.7.9"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
203
+ dependencies = [
204
+ "async-trait",
205
+ "axum-core",
206
+ "bytes",
207
+ "futures-util",
208
+ "http",
209
+ "http-body",
210
+ "http-body-util",
211
+ "hyper",
212
+ "hyper-util",
213
+ "itoa",
214
+ "matchit",
215
+ "memchr",
216
+ "mime",
217
+ "percent-encoding",
218
+ "pin-project-lite",
219
+ "rustversion",
220
+ "serde",
221
+ "serde_json",
222
+ "serde_path_to_error",
223
+ "serde_urlencoded",
224
+ "sync_wrapper",
225
+ "tokio",
226
+ "tower 0.5.3",
227
+ "tower-layer",
228
+ "tower-service",
229
+ "tracing",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "axum-core"
234
+ version = "0.4.5"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
237
+ dependencies = [
238
+ "async-trait",
239
+ "bytes",
240
+ "futures-util",
241
+ "http",
242
+ "http-body",
243
+ "http-body-util",
244
+ "mime",
245
+ "pin-project-lite",
246
+ "rustversion",
247
+ "sync_wrapper",
248
+ "tower-layer",
249
+ "tower-service",
250
+ "tracing",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "base64"
255
+ version = "0.22.1"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
258
+
259
+ [[package]]
260
+ name = "bitflags"
261
+ version = "2.11.0"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
264
+
265
+ [[package]]
266
+ name = "bumpalo"
267
+ version = "3.20.2"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
270
+
271
+ [[package]]
272
+ name = "bytes"
273
+ version = "1.11.1"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
276
+
277
+ [[package]]
278
+ name = "cc"
279
+ version = "1.2.59"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
282
+ dependencies = [
283
+ "find-msvc-tools",
284
+ "shlex",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "cfg-if"
289
+ version = "1.0.4"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
292
+
293
+ [[package]]
294
+ name = "cfg_aliases"
295
+ version = "0.2.1"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
298
+
299
+ [[package]]
300
+ name = "clap"
301
+ version = "4.6.0"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
304
+ dependencies = [
305
+ "clap_builder",
306
+ "clap_derive",
307
+ ]
308
+
309
+ [[package]]
310
+ name = "clap_builder"
311
+ version = "4.6.0"
312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
313
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
314
+ dependencies = [
315
+ "anstream",
316
+ "anstyle",
317
+ "clap_lex",
318
+ "strsim",
319
+ ]
320
+
321
+ [[package]]
322
+ name = "clap_derive"
323
+ version = "4.6.0"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
326
+ dependencies = [
327
+ "heck",
328
+ "proc-macro2",
329
+ "quote",
330
+ "syn",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "clap_lex"
335
+ version = "1.1.0"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
338
+
339
+ [[package]]
340
+ name = "colorchoice"
341
+ version = "1.0.5"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
344
+
345
+ [[package]]
346
+ name = "displaydoc"
347
+ version = "0.2.5"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
350
+ dependencies = [
351
+ "proc-macro2",
352
+ "quote",
353
+ "syn",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "either"
358
+ version = "1.15.0"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
361
+
362
+ [[package]]
363
+ name = "equivalent"
364
+ version = "1.0.2"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
367
+
368
+ [[package]]
369
+ name = "errno"
370
+ version = "0.3.14"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
373
+ dependencies = [
374
+ "libc",
375
+ "windows-sys 0.61.2",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "fastrand"
380
+ version = "2.3.0"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
383
+
384
+ [[package]]
385
+ name = "find-msvc-tools"
386
+ version = "0.1.9"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
389
+
390
+ [[package]]
391
+ name = "fixedbitset"
392
+ version = "0.5.7"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
395
+
396
+ [[package]]
397
+ name = "fnv"
398
+ version = "1.0.7"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
401
+
402
+ [[package]]
403
+ name = "foldhash"
404
+ version = "0.1.5"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
407
+
408
+ [[package]]
409
+ name = "form_urlencoded"
410
+ version = "1.2.2"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
413
+ dependencies = [
414
+ "percent-encoding",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "futures"
419
+ version = "0.3.32"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
422
+ dependencies = [
423
+ "futures-channel",
424
+ "futures-core",
425
+ "futures-executor",
426
+ "futures-io",
427
+ "futures-sink",
428
+ "futures-task",
429
+ "futures-util",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "futures-channel"
434
+ version = "0.3.32"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
437
+ dependencies = [
438
+ "futures-core",
439
+ "futures-sink",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "futures-core"
444
+ version = "0.3.32"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
447
+
448
+ [[package]]
449
+ name = "futures-executor"
450
+ version = "0.3.32"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
453
+ dependencies = [
454
+ "futures-core",
455
+ "futures-task",
456
+ "futures-util",
457
+ ]
458
+
459
+ [[package]]
460
+ name = "futures-io"
461
+ version = "0.3.32"
462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
463
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
464
+
465
+ [[package]]
466
+ name = "futures-macro"
467
+ version = "0.3.32"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
470
+ dependencies = [
471
+ "proc-macro2",
472
+ "quote",
473
+ "syn",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "futures-sink"
478
+ version = "0.3.32"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
481
+
482
+ [[package]]
483
+ name = "futures-task"
484
+ version = "0.3.32"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
487
+
488
+ [[package]]
489
+ name = "futures-util"
490
+ version = "0.3.32"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
493
+ dependencies = [
494
+ "futures-channel",
495
+ "futures-core",
496
+ "futures-io",
497
+ "futures-macro",
498
+ "futures-sink",
499
+ "futures-task",
500
+ "memchr",
501
+ "pin-project-lite",
502
+ "slab",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "getrandom"
507
+ version = "0.2.17"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
510
+ dependencies = [
511
+ "cfg-if",
512
+ "js-sys",
513
+ "libc",
514
+ "wasi",
515
+ "wasm-bindgen",
516
+ ]
517
+
518
+ [[package]]
519
+ name = "getrandom"
520
+ version = "0.3.4"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
523
+ dependencies = [
524
+ "cfg-if",
525
+ "js-sys",
526
+ "libc",
527
+ "r-efi 5.3.0",
528
+ "wasip2",
529
+ "wasm-bindgen",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "getrandom"
534
+ version = "0.4.2"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
537
+ dependencies = [
538
+ "cfg-if",
539
+ "libc",
540
+ "r-efi 6.0.0",
541
+ "wasip2",
542
+ "wasip3",
543
+ ]
544
+
545
+ [[package]]
546
+ name = "h2"
547
+ version = "0.4.13"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
550
+ dependencies = [
551
+ "atomic-waker",
552
+ "bytes",
553
+ "fnv",
554
+ "futures-core",
555
+ "futures-sink",
556
+ "http",
557
+ "indexmap 2.13.1",
558
+ "slab",
559
+ "tokio",
560
+ "tokio-util",
561
+ "tracing",
562
+ ]
563
+
564
+ [[package]]
565
+ name = "hashbrown"
566
+ version = "0.12.3"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
569
+
570
+ [[package]]
571
+ name = "hashbrown"
572
+ version = "0.15.5"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
575
+ dependencies = [
576
+ "foldhash",
577
+ ]
578
+
579
+ [[package]]
580
+ name = "hashbrown"
581
+ version = "0.16.1"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
584
+
585
+ [[package]]
586
+ name = "heck"
587
+ version = "0.5.0"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
590
+
591
+ [[package]]
592
+ name = "http"
593
+ version = "1.4.0"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
596
+ dependencies = [
597
+ "bytes",
598
+ "itoa",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "http-body"
603
+ version = "1.0.1"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
606
+ dependencies = [
607
+ "bytes",
608
+ "http",
609
+ ]
610
+
611
+ [[package]]
612
+ name = "http-body-util"
613
+ version = "0.1.3"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
616
+ dependencies = [
617
+ "bytes",
618
+ "futures-core",
619
+ "http",
620
+ "http-body",
621
+ "pin-project-lite",
622
+ ]
623
+
624
+ [[package]]
625
+ name = "httparse"
626
+ version = "1.10.1"
627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
629
+
630
+ [[package]]
631
+ name = "httpdate"
632
+ version = "1.0.3"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
635
+
636
+ [[package]]
637
+ name = "hyper"
638
+ version = "1.9.0"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
641
+ dependencies = [
642
+ "atomic-waker",
643
+ "bytes",
644
+ "futures-channel",
645
+ "futures-core",
646
+ "h2",
647
+ "http",
648
+ "http-body",
649
+ "httparse",
650
+ "httpdate",
651
+ "itoa",
652
+ "pin-project-lite",
653
+ "smallvec",
654
+ "tokio",
655
+ "want",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "hyper-rustls"
660
+ version = "0.27.7"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
663
+ dependencies = [
664
+ "http",
665
+ "hyper",
666
+ "hyper-util",
667
+ "rustls",
668
+ "rustls-pki-types",
669
+ "tokio",
670
+ "tokio-rustls",
671
+ "tower-service",
672
+ "webpki-roots",
673
+ ]
674
+
675
+ [[package]]
676
+ name = "hyper-timeout"
677
+ version = "0.5.2"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
680
+ dependencies = [
681
+ "hyper",
682
+ "hyper-util",
683
+ "pin-project-lite",
684
+ "tokio",
685
+ "tower-service",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "hyper-util"
690
+ version = "0.1.20"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
693
+ dependencies = [
694
+ "base64",
695
+ "bytes",
696
+ "futures-channel",
697
+ "futures-util",
698
+ "http",
699
+ "http-body",
700
+ "hyper",
701
+ "ipnet",
702
+ "libc",
703
+ "percent-encoding",
704
+ "pin-project-lite",
705
+ "socket2 0.6.3",
706
+ "tokio",
707
+ "tower-service",
708
+ "tracing",
709
+ ]
710
+
711
+ [[package]]
712
+ name = "icu_collections"
713
+ version = "2.2.0"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
716
+ dependencies = [
717
+ "displaydoc",
718
+ "potential_utf",
719
+ "utf8_iter",
720
+ "yoke",
721
+ "zerofrom",
722
+ "zerovec",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "icu_locale_core"
727
+ version = "2.2.0"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
730
+ dependencies = [
731
+ "displaydoc",
732
+ "litemap",
733
+ "tinystr",
734
+ "writeable",
735
+ "zerovec",
736
+ ]
737
+
738
+ [[package]]
739
+ name = "icu_normalizer"
740
+ version = "2.2.0"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
743
+ dependencies = [
744
+ "icu_collections",
745
+ "icu_normalizer_data",
746
+ "icu_properties",
747
+ "icu_provider",
748
+ "smallvec",
749
+ "zerovec",
750
+ ]
751
+
752
+ [[package]]
753
+ name = "icu_normalizer_data"
754
+ version = "2.2.0"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
757
+
758
+ [[package]]
759
+ name = "icu_properties"
760
+ version = "2.2.0"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
763
+ dependencies = [
764
+ "icu_collections",
765
+ "icu_locale_core",
766
+ "icu_properties_data",
767
+ "icu_provider",
768
+ "zerotrie",
769
+ "zerovec",
770
+ ]
771
+
772
+ [[package]]
773
+ name = "icu_properties_data"
774
+ version = "2.2.0"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
777
+
778
+ [[package]]
779
+ name = "icu_provider"
780
+ version = "2.2.0"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
783
+ dependencies = [
784
+ "displaydoc",
785
+ "icu_locale_core",
786
+ "writeable",
787
+ "yoke",
788
+ "zerofrom",
789
+ "zerotrie",
790
+ "zerovec",
791
+ ]
792
+
793
+ [[package]]
794
+ name = "id-arena"
795
+ version = "2.3.0"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
798
+
799
+ [[package]]
800
+ name = "idna"
801
+ version = "1.1.0"
802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
803
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
804
+ dependencies = [
805
+ "idna_adapter",
806
+ "smallvec",
807
+ "utf8_iter",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "idna_adapter"
812
+ version = "1.2.1"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
815
+ dependencies = [
816
+ "icu_normalizer",
817
+ "icu_properties",
818
+ ]
819
+
820
+ [[package]]
821
+ name = "indexmap"
822
+ version = "1.9.3"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
825
+ dependencies = [
826
+ "autocfg",
827
+ "hashbrown 0.12.3",
828
+ ]
829
+
830
+ [[package]]
831
+ name = "indexmap"
832
+ version = "2.13.1"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
835
+ dependencies = [
836
+ "equivalent",
837
+ "hashbrown 0.16.1",
838
+ "serde",
839
+ "serde_core",
840
+ ]
841
+
842
+ [[package]]
843
+ name = "indoc"
844
+ version = "2.0.7"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
847
+ dependencies = [
848
+ "rustversion",
849
+ ]
850
+
851
+ [[package]]
852
+ name = "ipnet"
853
+ version = "2.12.0"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
856
+
857
+ [[package]]
858
+ name = "iri-string"
859
+ version = "0.7.12"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
862
+ dependencies = [
863
+ "memchr",
864
+ "serde",
865
+ ]
866
+
867
+ [[package]]
868
+ name = "is_terminal_polyfill"
869
+ version = "1.70.2"
870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
871
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
872
+
873
+ [[package]]
874
+ name = "itertools"
875
+ version = "0.14.0"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
878
+ dependencies = [
879
+ "either",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "itoa"
884
+ version = "1.0.18"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
887
+
888
+ [[package]]
889
+ name = "js-sys"
890
+ version = "0.3.94"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
893
+ dependencies = [
894
+ "cfg-if",
895
+ "futures-util",
896
+ "once_cell",
897
+ "wasm-bindgen",
898
+ ]
899
+
900
+ [[package]]
901
+ name = "lazy_static"
902
+ version = "1.5.0"
903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
904
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
905
+
906
+ [[package]]
907
+ name = "leb128fmt"
908
+ version = "0.1.0"
909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
910
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
911
+
912
+ [[package]]
913
+ name = "libc"
914
+ version = "0.2.184"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
917
+
918
+ [[package]]
919
+ name = "linux-raw-sys"
920
+ version = "0.12.1"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
923
+
924
+ [[package]]
925
+ name = "litemap"
926
+ version = "0.8.2"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
929
+
930
+ [[package]]
931
+ name = "log"
932
+ version = "0.4.29"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
935
+
936
+ [[package]]
937
+ name = "lru-slab"
938
+ version = "0.1.2"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
941
+
942
+ [[package]]
943
+ name = "matchers"
944
+ version = "0.2.0"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
947
+ dependencies = [
948
+ "regex-automata",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "matchit"
953
+ version = "0.7.3"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
956
+
957
+ [[package]]
958
+ name = "memchr"
959
+ version = "2.8.0"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
962
+
963
+ [[package]]
964
+ name = "memoffset"
965
+ version = "0.9.1"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
968
+ dependencies = [
969
+ "autocfg",
970
+ ]
971
+
972
+ [[package]]
973
+ name = "mime"
974
+ version = "0.3.17"
975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
976
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
977
+
978
+ [[package]]
979
+ name = "mio"
980
+ version = "1.2.0"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
983
+ dependencies = [
984
+ "libc",
985
+ "wasi",
986
+ "windows-sys 0.61.2",
987
+ ]
988
+
989
+ [[package]]
990
+ name = "multimap"
991
+ version = "0.10.1"
992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
993
+ checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
994
+
995
+ [[package]]
996
+ name = "nu-ansi-term"
997
+ version = "0.50.3"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1000
+ dependencies = [
1001
+ "windows-sys 0.61.2",
1002
+ ]
1003
+
1004
+ [[package]]
1005
+ name = "once_cell"
1006
+ version = "1.21.4"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1009
+
1010
+ [[package]]
1011
+ name = "once_cell_polyfill"
1012
+ version = "1.70.2"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1015
+
1016
+ [[package]]
1017
+ name = "percent-encoding"
1018
+ version = "2.3.2"
1019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1020
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1021
+
1022
+ [[package]]
1023
+ name = "petgraph"
1024
+ version = "0.7.1"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
1027
+ dependencies = [
1028
+ "fixedbitset",
1029
+ "indexmap 2.13.1",
1030
+ ]
1031
+
1032
+ [[package]]
1033
+ name = "pin-project"
1034
+ version = "1.1.11"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
1037
+ dependencies = [
1038
+ "pin-project-internal",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "pin-project-internal"
1043
+ version = "1.1.11"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
1046
+ dependencies = [
1047
+ "proc-macro2",
1048
+ "quote",
1049
+ "syn",
1050
+ ]
1051
+
1052
+ [[package]]
1053
+ name = "pin-project-lite"
1054
+ version = "0.2.17"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1057
+
1058
+ [[package]]
1059
+ name = "portable-atomic"
1060
+ version = "1.13.1"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1063
+
1064
+ [[package]]
1065
+ name = "potential_utf"
1066
+ version = "0.1.5"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1069
+ dependencies = [
1070
+ "zerovec",
1071
+ ]
1072
+
1073
+ [[package]]
1074
+ name = "ppv-lite86"
1075
+ version = "0.2.21"
1076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1078
+ dependencies = [
1079
+ "zerocopy",
1080
+ ]
1081
+
1082
+ [[package]]
1083
+ name = "prettyplease"
1084
+ version = "0.2.37"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1087
+ dependencies = [
1088
+ "proc-macro2",
1089
+ "syn",
1090
+ ]
1091
+
1092
+ [[package]]
1093
+ name = "proc-macro2"
1094
+ version = "1.0.106"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1097
+ dependencies = [
1098
+ "unicode-ident",
1099
+ ]
1100
+
1101
+ [[package]]
1102
+ name = "prost"
1103
+ version = "0.13.5"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
1106
+ dependencies = [
1107
+ "bytes",
1108
+ "prost-derive",
1109
+ ]
1110
+
1111
+ [[package]]
1112
+ name = "prost-build"
1113
+ version = "0.13.5"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
1116
+ dependencies = [
1117
+ "heck",
1118
+ "itertools",
1119
+ "log",
1120
+ "multimap",
1121
+ "once_cell",
1122
+ "petgraph",
1123
+ "prettyplease",
1124
+ "prost",
1125
+ "prost-types",
1126
+ "regex",
1127
+ "syn",
1128
+ "tempfile",
1129
+ ]
1130
+
1131
+ [[package]]
1132
+ name = "prost-derive"
1133
+ version = "0.13.5"
1134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1135
+ checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
1136
+ dependencies = [
1137
+ "anyhow",
1138
+ "itertools",
1139
+ "proc-macro2",
1140
+ "quote",
1141
+ "syn",
1142
+ ]
1143
+
1144
+ [[package]]
1145
+ name = "prost-types"
1146
+ version = "0.13.5"
1147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1148
+ checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
1149
+ dependencies = [
1150
+ "prost",
1151
+ ]
1152
+
1153
+ [[package]]
1154
+ name = "pyo3"
1155
+ version = "0.24.2"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
1158
+ dependencies = [
1159
+ "cfg-if",
1160
+ "indoc",
1161
+ "libc",
1162
+ "memoffset",
1163
+ "once_cell",
1164
+ "portable-atomic",
1165
+ "pyo3-build-config",
1166
+ "pyo3-ffi",
1167
+ "pyo3-macros",
1168
+ "unindent",
1169
+ ]
1170
+
1171
+ [[package]]
1172
+ name = "pyo3-build-config"
1173
+ version = "0.24.2"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
1176
+ dependencies = [
1177
+ "once_cell",
1178
+ "target-lexicon",
1179
+ ]
1180
+
1181
+ [[package]]
1182
+ name = "pyo3-ffi"
1183
+ version = "0.24.2"
1184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
1186
+ dependencies = [
1187
+ "libc",
1188
+ "pyo3-build-config",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "pyo3-macros"
1193
+ version = "0.24.2"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
1196
+ dependencies = [
1197
+ "proc-macro2",
1198
+ "pyo3-macros-backend",
1199
+ "quote",
1200
+ "syn",
1201
+ ]
1202
+
1203
+ [[package]]
1204
+ name = "pyo3-macros-backend"
1205
+ version = "0.24.2"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
1208
+ dependencies = [
1209
+ "heck",
1210
+ "proc-macro2",
1211
+ "pyo3-build-config",
1212
+ "quote",
1213
+ "syn",
1214
+ ]
1215
+
1216
+ [[package]]
1217
+ name = "quinn"
1218
+ version = "0.11.9"
1219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1220
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1221
+ dependencies = [
1222
+ "bytes",
1223
+ "cfg_aliases",
1224
+ "pin-project-lite",
1225
+ "quinn-proto",
1226
+ "quinn-udp",
1227
+ "rustc-hash",
1228
+ "rustls",
1229
+ "socket2 0.6.3",
1230
+ "thiserror",
1231
+ "tokio",
1232
+ "tracing",
1233
+ "web-time",
1234
+ ]
1235
+
1236
+ [[package]]
1237
+ name = "quinn-proto"
1238
+ version = "0.11.14"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1241
+ dependencies = [
1242
+ "bytes",
1243
+ "getrandom 0.3.4",
1244
+ "lru-slab",
1245
+ "rand 0.9.2",
1246
+ "ring",
1247
+ "rustc-hash",
1248
+ "rustls",
1249
+ "rustls-pki-types",
1250
+ "slab",
1251
+ "thiserror",
1252
+ "tinyvec",
1253
+ "tracing",
1254
+ "web-time",
1255
+ ]
1256
+
1257
+ [[package]]
1258
+ name = "quinn-udp"
1259
+ version = "0.5.14"
1260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1261
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1262
+ dependencies = [
1263
+ "cfg_aliases",
1264
+ "libc",
1265
+ "once_cell",
1266
+ "socket2 0.6.3",
1267
+ "tracing",
1268
+ "windows-sys 0.52.0",
1269
+ ]
1270
+
1271
+ [[package]]
1272
+ name = "quote"
1273
+ version = "1.0.45"
1274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1275
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1276
+ dependencies = [
1277
+ "proc-macro2",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "r-efi"
1282
+ version = "5.3.0"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1285
+
1286
+ [[package]]
1287
+ name = "r-efi"
1288
+ version = "6.0.0"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1291
+
1292
+ [[package]]
1293
+ name = "rand"
1294
+ version = "0.8.5"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1297
+ dependencies = [
1298
+ "libc",
1299
+ "rand_chacha 0.3.1",
1300
+ "rand_core 0.6.4",
1301
+ ]
1302
+
1303
+ [[package]]
1304
+ name = "rand"
1305
+ version = "0.9.2"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1308
+ dependencies = [
1309
+ "rand_chacha 0.9.0",
1310
+ "rand_core 0.9.5",
1311
+ ]
1312
+
1313
+ [[package]]
1314
+ name = "rand_chacha"
1315
+ version = "0.3.1"
1316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1318
+ dependencies = [
1319
+ "ppv-lite86",
1320
+ "rand_core 0.6.4",
1321
+ ]
1322
+
1323
+ [[package]]
1324
+ name = "rand_chacha"
1325
+ version = "0.9.0"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1328
+ dependencies = [
1329
+ "ppv-lite86",
1330
+ "rand_core 0.9.5",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "rand_core"
1335
+ version = "0.6.4"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1338
+ dependencies = [
1339
+ "getrandom 0.2.17",
1340
+ ]
1341
+
1342
+ [[package]]
1343
+ name = "rand_core"
1344
+ version = "0.9.5"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1347
+ dependencies = [
1348
+ "getrandom 0.3.4",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "regex"
1353
+ version = "1.12.3"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1356
+ dependencies = [
1357
+ "aho-corasick",
1358
+ "memchr",
1359
+ "regex-automata",
1360
+ "regex-syntax",
1361
+ ]
1362
+
1363
+ [[package]]
1364
+ name = "regex-automata"
1365
+ version = "0.4.14"
1366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1367
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1368
+ dependencies = [
1369
+ "aho-corasick",
1370
+ "memchr",
1371
+ "regex-syntax",
1372
+ ]
1373
+
1374
+ [[package]]
1375
+ name = "regex-syntax"
1376
+ version = "0.8.10"
1377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1378
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1379
+
1380
+ [[package]]
1381
+ name = "reqwest"
1382
+ version = "0.12.28"
1383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1384
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1385
+ dependencies = [
1386
+ "base64",
1387
+ "bytes",
1388
+ "futures-core",
1389
+ "futures-util",
1390
+ "http",
1391
+ "http-body",
1392
+ "http-body-util",
1393
+ "hyper",
1394
+ "hyper-rustls",
1395
+ "hyper-util",
1396
+ "js-sys",
1397
+ "log",
1398
+ "percent-encoding",
1399
+ "pin-project-lite",
1400
+ "quinn",
1401
+ "rustls",
1402
+ "rustls-pki-types",
1403
+ "serde",
1404
+ "serde_json",
1405
+ "serde_urlencoded",
1406
+ "sync_wrapper",
1407
+ "tokio",
1408
+ "tokio-rustls",
1409
+ "tokio-util",
1410
+ "tower 0.5.3",
1411
+ "tower-http",
1412
+ "tower-service",
1413
+ "url",
1414
+ "wasm-bindgen",
1415
+ "wasm-bindgen-futures",
1416
+ "wasm-streams",
1417
+ "web-sys",
1418
+ "webpki-roots",
1419
+ ]
1420
+
1421
+ [[package]]
1422
+ name = "ring"
1423
+ version = "0.17.14"
1424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1425
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1426
+ dependencies = [
1427
+ "cc",
1428
+ "cfg-if",
1429
+ "getrandom 0.2.17",
1430
+ "libc",
1431
+ "untrusted",
1432
+ "windows-sys 0.52.0",
1433
+ ]
1434
+
1435
+ [[package]]
1436
+ name = "rustc-hash"
1437
+ version = "2.1.2"
1438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1439
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1440
+
1441
+ [[package]]
1442
+ name = "rustix"
1443
+ version = "1.1.4"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1446
+ dependencies = [
1447
+ "bitflags",
1448
+ "errno",
1449
+ "libc",
1450
+ "linux-raw-sys",
1451
+ "windows-sys 0.61.2",
1452
+ ]
1453
+
1454
+ [[package]]
1455
+ name = "rustls"
1456
+ version = "0.23.37"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
1459
+ dependencies = [
1460
+ "log",
1461
+ "once_cell",
1462
+ "ring",
1463
+ "rustls-pki-types",
1464
+ "rustls-webpki",
1465
+ "subtle",
1466
+ "zeroize",
1467
+ ]
1468
+
1469
+ [[package]]
1470
+ name = "rustls-pemfile"
1471
+ version = "2.2.0"
1472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1473
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
1474
+ dependencies = [
1475
+ "rustls-pki-types",
1476
+ ]
1477
+
1478
+ [[package]]
1479
+ name = "rustls-pki-types"
1480
+ version = "1.14.0"
1481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1482
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1483
+ dependencies = [
1484
+ "web-time",
1485
+ "zeroize",
1486
+ ]
1487
+
1488
+ [[package]]
1489
+ name = "rustls-webpki"
1490
+ version = "0.103.10"
1491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1492
+ checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
1493
+ dependencies = [
1494
+ "ring",
1495
+ "rustls-pki-types",
1496
+ "untrusted",
1497
+ ]
1498
+
1499
+ [[package]]
1500
+ name = "rustversion"
1501
+ version = "1.0.22"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1504
+
1505
+ [[package]]
1506
+ name = "ryu"
1507
+ version = "1.0.23"
1508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1509
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1510
+
1511
+ [[package]]
1512
+ name = "semver"
1513
+ version = "1.0.28"
1514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1515
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1516
+
1517
+ [[package]]
1518
+ name = "serde"
1519
+ version = "1.0.228"
1520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1521
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1522
+ dependencies = [
1523
+ "serde_core",
1524
+ "serde_derive",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "serde_core"
1529
+ version = "1.0.228"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1532
+ dependencies = [
1533
+ "serde_derive",
1534
+ ]
1535
+
1536
+ [[package]]
1537
+ name = "serde_derive"
1538
+ version = "1.0.228"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1541
+ dependencies = [
1542
+ "proc-macro2",
1543
+ "quote",
1544
+ "syn",
1545
+ ]
1546
+
1547
+ [[package]]
1548
+ name = "serde_json"
1549
+ version = "1.0.149"
1550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1551
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1552
+ dependencies = [
1553
+ "itoa",
1554
+ "memchr",
1555
+ "serde",
1556
+ "serde_core",
1557
+ "zmij",
1558
+ ]
1559
+
1560
+ [[package]]
1561
+ name = "serde_path_to_error"
1562
+ version = "0.1.20"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1565
+ dependencies = [
1566
+ "itoa",
1567
+ "serde",
1568
+ "serde_core",
1569
+ ]
1570
+
1571
+ [[package]]
1572
+ name = "serde_spanned"
1573
+ version = "0.6.9"
1574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1576
+ dependencies = [
1577
+ "serde",
1578
+ ]
1579
+
1580
+ [[package]]
1581
+ name = "serde_urlencoded"
1582
+ version = "0.7.1"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1585
+ dependencies = [
1586
+ "form_urlencoded",
1587
+ "itoa",
1588
+ "ryu",
1589
+ "serde",
1590
+ ]
1591
+
1592
+ [[package]]
1593
+ name = "sharded-slab"
1594
+ version = "0.1.7"
1595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1596
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1597
+ dependencies = [
1598
+ "lazy_static",
1599
+ ]
1600
+
1601
+ [[package]]
1602
+ name = "shlex"
1603
+ version = "1.3.0"
1604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1605
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1606
+
1607
+ [[package]]
1608
+ name = "signal-hook-registry"
1609
+ version = "1.4.8"
1610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1611
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1612
+ dependencies = [
1613
+ "errno",
1614
+ "libc",
1615
+ ]
1616
+
1617
+ [[package]]
1618
+ name = "slab"
1619
+ version = "0.4.12"
1620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1621
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1622
+
1623
+ [[package]]
1624
+ name = "smallvec"
1625
+ version = "1.15.1"
1626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1628
+
1629
+ [[package]]
1630
+ name = "socket2"
1631
+ version = "0.5.10"
1632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1633
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1634
+ dependencies = [
1635
+ "libc",
1636
+ "windows-sys 0.52.0",
1637
+ ]
1638
+
1639
+ [[package]]
1640
+ name = "socket2"
1641
+ version = "0.6.3"
1642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1643
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1644
+ dependencies = [
1645
+ "libc",
1646
+ "windows-sys 0.61.2",
1647
+ ]
1648
+
1649
+ [[package]]
1650
+ name = "stable_deref_trait"
1651
+ version = "1.2.1"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1654
+
1655
+ [[package]]
1656
+ name = "strsim"
1657
+ version = "0.11.1"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1660
+
1661
+ [[package]]
1662
+ name = "subtle"
1663
+ version = "2.6.1"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1666
+
1667
+ [[package]]
1668
+ name = "syn"
1669
+ version = "2.0.117"
1670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1671
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1672
+ dependencies = [
1673
+ "proc-macro2",
1674
+ "quote",
1675
+ "unicode-ident",
1676
+ ]
1677
+
1678
+ [[package]]
1679
+ name = "sync_wrapper"
1680
+ version = "1.0.2"
1681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1682
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1683
+ dependencies = [
1684
+ "futures-core",
1685
+ ]
1686
+
1687
+ [[package]]
1688
+ name = "synstructure"
1689
+ version = "0.13.2"
1690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1692
+ dependencies = [
1693
+ "proc-macro2",
1694
+ "quote",
1695
+ "syn",
1696
+ ]
1697
+
1698
+ [[package]]
1699
+ name = "target-lexicon"
1700
+ version = "0.13.5"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1703
+
1704
+ [[package]]
1705
+ name = "tempfile"
1706
+ version = "3.27.0"
1707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1708
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1709
+ dependencies = [
1710
+ "fastrand",
1711
+ "getrandom 0.4.2",
1712
+ "once_cell",
1713
+ "rustix",
1714
+ "windows-sys 0.61.2",
1715
+ ]
1716
+
1717
+ [[package]]
1718
+ name = "thiserror"
1719
+ version = "2.0.18"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1722
+ dependencies = [
1723
+ "thiserror-impl",
1724
+ ]
1725
+
1726
+ [[package]]
1727
+ name = "thiserror-impl"
1728
+ version = "2.0.18"
1729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1730
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1731
+ dependencies = [
1732
+ "proc-macro2",
1733
+ "quote",
1734
+ "syn",
1735
+ ]
1736
+
1737
+ [[package]]
1738
+ name = "thread_local"
1739
+ version = "1.1.9"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1742
+ dependencies = [
1743
+ "cfg-if",
1744
+ ]
1745
+
1746
+ [[package]]
1747
+ name = "tinystr"
1748
+ version = "0.8.3"
1749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1750
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1751
+ dependencies = [
1752
+ "displaydoc",
1753
+ "zerovec",
1754
+ ]
1755
+
1756
+ [[package]]
1757
+ name = "tinyvec"
1758
+ version = "1.11.0"
1759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1760
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1761
+ dependencies = [
1762
+ "tinyvec_macros",
1763
+ ]
1764
+
1765
+ [[package]]
1766
+ name = "tinyvec_macros"
1767
+ version = "0.1.1"
1768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1769
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1770
+
1771
+ [[package]]
1772
+ name = "tokio"
1773
+ version = "1.51.0"
1774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
+ checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
1776
+ dependencies = [
1777
+ "bytes",
1778
+ "libc",
1779
+ "mio",
1780
+ "pin-project-lite",
1781
+ "signal-hook-registry",
1782
+ "socket2 0.6.3",
1783
+ "tokio-macros",
1784
+ "windows-sys 0.61.2",
1785
+ ]
1786
+
1787
+ [[package]]
1788
+ name = "tokio-macros"
1789
+ version = "2.7.0"
1790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1791
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1792
+ dependencies = [
1793
+ "proc-macro2",
1794
+ "quote",
1795
+ "syn",
1796
+ ]
1797
+
1798
+ [[package]]
1799
+ name = "tokio-rustls"
1800
+ version = "0.26.4"
1801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1802
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1803
+ dependencies = [
1804
+ "rustls",
1805
+ "tokio",
1806
+ ]
1807
+
1808
+ [[package]]
1809
+ name = "tokio-stream"
1810
+ version = "0.1.18"
1811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1812
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
1813
+ dependencies = [
1814
+ "futures-core",
1815
+ "pin-project-lite",
1816
+ "tokio",
1817
+ ]
1818
+
1819
+ [[package]]
1820
+ name = "tokio-util"
1821
+ version = "0.7.18"
1822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1823
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1824
+ dependencies = [
1825
+ "bytes",
1826
+ "futures-core",
1827
+ "futures-sink",
1828
+ "pin-project-lite",
1829
+ "tokio",
1830
+ ]
1831
+
1832
+ [[package]]
1833
+ name = "toml"
1834
+ version = "0.8.23"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1837
+ dependencies = [
1838
+ "serde",
1839
+ "serde_spanned",
1840
+ "toml_datetime",
1841
+ "toml_edit",
1842
+ ]
1843
+
1844
+ [[package]]
1845
+ name = "toml_datetime"
1846
+ version = "0.6.11"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1849
+ dependencies = [
1850
+ "serde",
1851
+ ]
1852
+
1853
+ [[package]]
1854
+ name = "toml_edit"
1855
+ version = "0.22.27"
1856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1857
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1858
+ dependencies = [
1859
+ "indexmap 2.13.1",
1860
+ "serde",
1861
+ "serde_spanned",
1862
+ "toml_datetime",
1863
+ "toml_write",
1864
+ "winnow",
1865
+ ]
1866
+
1867
+ [[package]]
1868
+ name = "toml_write"
1869
+ version = "0.1.2"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1872
+
1873
+ [[package]]
1874
+ name = "tonic"
1875
+ version = "0.12.3"
1876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1877
+ checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
1878
+ dependencies = [
1879
+ "async-stream",
1880
+ "async-trait",
1881
+ "axum",
1882
+ "base64",
1883
+ "bytes",
1884
+ "h2",
1885
+ "http",
1886
+ "http-body",
1887
+ "http-body-util",
1888
+ "hyper",
1889
+ "hyper-timeout",
1890
+ "hyper-util",
1891
+ "percent-encoding",
1892
+ "pin-project",
1893
+ "prost",
1894
+ "rustls-pemfile",
1895
+ "socket2 0.5.10",
1896
+ "tokio",
1897
+ "tokio-rustls",
1898
+ "tokio-stream",
1899
+ "tower 0.4.13",
1900
+ "tower-layer",
1901
+ "tower-service",
1902
+ "tracing",
1903
+ ]
1904
+
1905
+ [[package]]
1906
+ name = "tonic-build"
1907
+ version = "0.12.3"
1908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1909
+ checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11"
1910
+ dependencies = [
1911
+ "prettyplease",
1912
+ "proc-macro2",
1913
+ "prost-build",
1914
+ "prost-types",
1915
+ "quote",
1916
+ "syn",
1917
+ ]
1918
+
1919
+ [[package]]
1920
+ name = "tonic-health"
1921
+ version = "0.12.3"
1922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1923
+ checksum = "1eaf34ddb812120f5c601162d5429933c9b527d901ab0e7f930d3147e33a09b2"
1924
+ dependencies = [
1925
+ "async-stream",
1926
+ "prost",
1927
+ "tokio",
1928
+ "tokio-stream",
1929
+ "tonic",
1930
+ ]
1931
+
1932
+ [[package]]
1933
+ name = "tower"
1934
+ version = "0.4.13"
1935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1936
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
1937
+ dependencies = [
1938
+ "futures-core",
1939
+ "futures-util",
1940
+ "indexmap 1.9.3",
1941
+ "pin-project",
1942
+ "pin-project-lite",
1943
+ "rand 0.8.5",
1944
+ "slab",
1945
+ "tokio",
1946
+ "tokio-util",
1947
+ "tower-layer",
1948
+ "tower-service",
1949
+ "tracing",
1950
+ ]
1951
+
1952
+ [[package]]
1953
+ name = "tower"
1954
+ version = "0.5.3"
1955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1956
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1957
+ dependencies = [
1958
+ "futures-core",
1959
+ "futures-util",
1960
+ "pin-project-lite",
1961
+ "sync_wrapper",
1962
+ "tokio",
1963
+ "tower-layer",
1964
+ "tower-service",
1965
+ "tracing",
1966
+ ]
1967
+
1968
+ [[package]]
1969
+ name = "tower-http"
1970
+ version = "0.6.8"
1971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1972
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1973
+ dependencies = [
1974
+ "bitflags",
1975
+ "bytes",
1976
+ "futures-util",
1977
+ "http",
1978
+ "http-body",
1979
+ "iri-string",
1980
+ "pin-project-lite",
1981
+ "tower 0.5.3",
1982
+ "tower-layer",
1983
+ "tower-service",
1984
+ ]
1985
+
1986
+ [[package]]
1987
+ name = "tower-layer"
1988
+ version = "0.3.3"
1989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1990
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1991
+
1992
+ [[package]]
1993
+ name = "tower-service"
1994
+ version = "0.3.3"
1995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1996
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1997
+
1998
+ [[package]]
1999
+ name = "tracing"
2000
+ version = "0.1.44"
2001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2002
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2003
+ dependencies = [
2004
+ "log",
2005
+ "pin-project-lite",
2006
+ "tracing-attributes",
2007
+ "tracing-core",
2008
+ ]
2009
+
2010
+ [[package]]
2011
+ name = "tracing-attributes"
2012
+ version = "0.1.31"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2015
+ dependencies = [
2016
+ "proc-macro2",
2017
+ "quote",
2018
+ "syn",
2019
+ ]
2020
+
2021
+ [[package]]
2022
+ name = "tracing-core"
2023
+ version = "0.1.36"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2026
+ dependencies = [
2027
+ "once_cell",
2028
+ "valuable",
2029
+ ]
2030
+
2031
+ [[package]]
2032
+ name = "tracing-log"
2033
+ version = "0.2.0"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2036
+ dependencies = [
2037
+ "log",
2038
+ "once_cell",
2039
+ "tracing-core",
2040
+ ]
2041
+
2042
+ [[package]]
2043
+ name = "tracing-serde"
2044
+ version = "0.2.0"
2045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2046
+ checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
2047
+ dependencies = [
2048
+ "serde",
2049
+ "tracing-core",
2050
+ ]
2051
+
2052
+ [[package]]
2053
+ name = "tracing-subscriber"
2054
+ version = "0.3.23"
2055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2056
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2057
+ dependencies = [
2058
+ "matchers",
2059
+ "nu-ansi-term",
2060
+ "once_cell",
2061
+ "regex-automata",
2062
+ "serde",
2063
+ "serde_json",
2064
+ "sharded-slab",
2065
+ "smallvec",
2066
+ "thread_local",
2067
+ "tracing",
2068
+ "tracing-core",
2069
+ "tracing-log",
2070
+ "tracing-serde",
2071
+ ]
2072
+
2073
+ [[package]]
2074
+ name = "try-lock"
2075
+ version = "0.2.5"
2076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2077
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2078
+
2079
+ [[package]]
2080
+ name = "unicode-ident"
2081
+ version = "1.0.24"
2082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2083
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2084
+
2085
+ [[package]]
2086
+ name = "unicode-xid"
2087
+ version = "0.2.6"
2088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2089
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2090
+
2091
+ [[package]]
2092
+ name = "unindent"
2093
+ version = "0.2.4"
2094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2095
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2096
+
2097
+ [[package]]
2098
+ name = "untrusted"
2099
+ version = "0.9.0"
2100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2102
+
2103
+ [[package]]
2104
+ name = "url"
2105
+ version = "2.5.8"
2106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2107
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2108
+ dependencies = [
2109
+ "form_urlencoded",
2110
+ "idna",
2111
+ "percent-encoding",
2112
+ "serde",
2113
+ ]
2114
+
2115
+ [[package]]
2116
+ name = "utf8_iter"
2117
+ version = "1.0.4"
2118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2119
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2120
+
2121
+ [[package]]
2122
+ name = "utf8parse"
2123
+ version = "0.2.2"
2124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2125
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2126
+
2127
+ [[package]]
2128
+ name = "uuid"
2129
+ version = "1.23.0"
2130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2131
+ checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
2132
+ dependencies = [
2133
+ "getrandom 0.4.2",
2134
+ "js-sys",
2135
+ "serde_core",
2136
+ "wasm-bindgen",
2137
+ ]
2138
+
2139
+ [[package]]
2140
+ name = "valuable"
2141
+ version = "0.1.1"
2142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2143
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2144
+
2145
+ [[package]]
2146
+ name = "want"
2147
+ version = "0.3.1"
2148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2149
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2150
+ dependencies = [
2151
+ "try-lock",
2152
+ ]
2153
+
2154
+ [[package]]
2155
+ name = "wasi"
2156
+ version = "0.11.1+wasi-snapshot-preview1"
2157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2158
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2159
+
2160
+ [[package]]
2161
+ name = "wasip2"
2162
+ version = "1.0.2+wasi-0.2.9"
2163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2164
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2165
+ dependencies = [
2166
+ "wit-bindgen",
2167
+ ]
2168
+
2169
+ [[package]]
2170
+ name = "wasip3"
2171
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2173
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2174
+ dependencies = [
2175
+ "wit-bindgen",
2176
+ ]
2177
+
2178
+ [[package]]
2179
+ name = "wasm-bindgen"
2180
+ version = "0.2.117"
2181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2182
+ checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
2183
+ dependencies = [
2184
+ "cfg-if",
2185
+ "once_cell",
2186
+ "rustversion",
2187
+ "wasm-bindgen-macro",
2188
+ "wasm-bindgen-shared",
2189
+ ]
2190
+
2191
+ [[package]]
2192
+ name = "wasm-bindgen-futures"
2193
+ version = "0.4.67"
2194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2195
+ checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
2196
+ dependencies = [
2197
+ "js-sys",
2198
+ "wasm-bindgen",
2199
+ ]
2200
+
2201
+ [[package]]
2202
+ name = "wasm-bindgen-macro"
2203
+ version = "0.2.117"
2204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2205
+ checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
2206
+ dependencies = [
2207
+ "quote",
2208
+ "wasm-bindgen-macro-support",
2209
+ ]
2210
+
2211
+ [[package]]
2212
+ name = "wasm-bindgen-macro-support"
2213
+ version = "0.2.117"
2214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2215
+ checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
2216
+ dependencies = [
2217
+ "bumpalo",
2218
+ "proc-macro2",
2219
+ "quote",
2220
+ "syn",
2221
+ "wasm-bindgen-shared",
2222
+ ]
2223
+
2224
+ [[package]]
2225
+ name = "wasm-bindgen-shared"
2226
+ version = "0.2.117"
2227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2228
+ checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
2229
+ dependencies = [
2230
+ "unicode-ident",
2231
+ ]
2232
+
2233
+ [[package]]
2234
+ name = "wasm-encoder"
2235
+ version = "0.244.0"
2236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2237
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2238
+ dependencies = [
2239
+ "leb128fmt",
2240
+ "wasmparser",
2241
+ ]
2242
+
2243
+ [[package]]
2244
+ name = "wasm-metadata"
2245
+ version = "0.244.0"
2246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2247
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2248
+ dependencies = [
2249
+ "anyhow",
2250
+ "indexmap 2.13.1",
2251
+ "wasm-encoder",
2252
+ "wasmparser",
2253
+ ]
2254
+
2255
+ [[package]]
2256
+ name = "wasm-streams"
2257
+ version = "0.4.2"
2258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2259
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2260
+ dependencies = [
2261
+ "futures-util",
2262
+ "js-sys",
2263
+ "wasm-bindgen",
2264
+ "wasm-bindgen-futures",
2265
+ "web-sys",
2266
+ ]
2267
+
2268
+ [[package]]
2269
+ name = "wasmparser"
2270
+ version = "0.244.0"
2271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2272
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2273
+ dependencies = [
2274
+ "bitflags",
2275
+ "hashbrown 0.15.5",
2276
+ "indexmap 2.13.1",
2277
+ "semver",
2278
+ ]
2279
+
2280
+ [[package]]
2281
+ name = "web-sys"
2282
+ version = "0.3.94"
2283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2284
+ checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
2285
+ dependencies = [
2286
+ "js-sys",
2287
+ "wasm-bindgen",
2288
+ ]
2289
+
2290
+ [[package]]
2291
+ name = "web-time"
2292
+ version = "1.1.0"
2293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2294
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2295
+ dependencies = [
2296
+ "js-sys",
2297
+ "wasm-bindgen",
2298
+ ]
2299
+
2300
+ [[package]]
2301
+ name = "webpki-roots"
2302
+ version = "1.0.6"
2303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2304
+ checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
2305
+ dependencies = [
2306
+ "rustls-pki-types",
2307
+ ]
2308
+
2309
+ [[package]]
2310
+ name = "windows-link"
2311
+ version = "0.2.1"
2312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2313
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2314
+
2315
+ [[package]]
2316
+ name = "windows-sys"
2317
+ version = "0.52.0"
2318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2319
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2320
+ dependencies = [
2321
+ "windows-targets",
2322
+ ]
2323
+
2324
+ [[package]]
2325
+ name = "windows-sys"
2326
+ version = "0.61.2"
2327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2328
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2329
+ dependencies = [
2330
+ "windows-link",
2331
+ ]
2332
+
2333
+ [[package]]
2334
+ name = "windows-targets"
2335
+ version = "0.52.6"
2336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2337
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2338
+ dependencies = [
2339
+ "windows_aarch64_gnullvm",
2340
+ "windows_aarch64_msvc",
2341
+ "windows_i686_gnu",
2342
+ "windows_i686_gnullvm",
2343
+ "windows_i686_msvc",
2344
+ "windows_x86_64_gnu",
2345
+ "windows_x86_64_gnullvm",
2346
+ "windows_x86_64_msvc",
2347
+ ]
2348
+
2349
+ [[package]]
2350
+ name = "windows_aarch64_gnullvm"
2351
+ version = "0.52.6"
2352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2353
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2354
+
2355
+ [[package]]
2356
+ name = "windows_aarch64_msvc"
2357
+ version = "0.52.6"
2358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2359
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2360
+
2361
+ [[package]]
2362
+ name = "windows_i686_gnu"
2363
+ version = "0.52.6"
2364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2365
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2366
+
2367
+ [[package]]
2368
+ name = "windows_i686_gnullvm"
2369
+ version = "0.52.6"
2370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2371
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2372
+
2373
+ [[package]]
2374
+ name = "windows_i686_msvc"
2375
+ version = "0.52.6"
2376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2377
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2378
+
2379
+ [[package]]
2380
+ name = "windows_x86_64_gnu"
2381
+ version = "0.52.6"
2382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2383
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2384
+
2385
+ [[package]]
2386
+ name = "windows_x86_64_gnullvm"
2387
+ version = "0.52.6"
2388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2389
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2390
+
2391
+ [[package]]
2392
+ name = "windows_x86_64_msvc"
2393
+ version = "0.52.6"
2394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2396
+
2397
+ [[package]]
2398
+ name = "winnow"
2399
+ version = "0.7.15"
2400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2401
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2402
+ dependencies = [
2403
+ "memchr",
2404
+ ]
2405
+
2406
+ [[package]]
2407
+ name = "wit-bindgen"
2408
+ version = "0.51.0"
2409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2410
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2411
+ dependencies = [
2412
+ "wit-bindgen-rust-macro",
2413
+ ]
2414
+
2415
+ [[package]]
2416
+ name = "wit-bindgen-core"
2417
+ version = "0.51.0"
2418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2419
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2420
+ dependencies = [
2421
+ "anyhow",
2422
+ "heck",
2423
+ "wit-parser",
2424
+ ]
2425
+
2426
+ [[package]]
2427
+ name = "wit-bindgen-rust"
2428
+ version = "0.51.0"
2429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2430
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2431
+ dependencies = [
2432
+ "anyhow",
2433
+ "heck",
2434
+ "indexmap 2.13.1",
2435
+ "prettyplease",
2436
+ "syn",
2437
+ "wasm-metadata",
2438
+ "wit-bindgen-core",
2439
+ "wit-component",
2440
+ ]
2441
+
2442
+ [[package]]
2443
+ name = "wit-bindgen-rust-macro"
2444
+ version = "0.51.0"
2445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2446
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2447
+ dependencies = [
2448
+ "anyhow",
2449
+ "prettyplease",
2450
+ "proc-macro2",
2451
+ "quote",
2452
+ "syn",
2453
+ "wit-bindgen-core",
2454
+ "wit-bindgen-rust",
2455
+ ]
2456
+
2457
+ [[package]]
2458
+ name = "wit-component"
2459
+ version = "0.244.0"
2460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2461
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2462
+ dependencies = [
2463
+ "anyhow",
2464
+ "bitflags",
2465
+ "indexmap 2.13.1",
2466
+ "log",
2467
+ "serde",
2468
+ "serde_derive",
2469
+ "serde_json",
2470
+ "wasm-encoder",
2471
+ "wasm-metadata",
2472
+ "wasmparser",
2473
+ "wit-parser",
2474
+ ]
2475
+
2476
+ [[package]]
2477
+ name = "wit-parser"
2478
+ version = "0.244.0"
2479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2480
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2481
+ dependencies = [
2482
+ "anyhow",
2483
+ "id-arena",
2484
+ "indexmap 2.13.1",
2485
+ "log",
2486
+ "semver",
2487
+ "serde",
2488
+ "serde_derive",
2489
+ "serde_json",
2490
+ "unicode-xid",
2491
+ "wasmparser",
2492
+ ]
2493
+
2494
+ [[package]]
2495
+ name = "writeable"
2496
+ version = "0.6.3"
2497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2498
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2499
+
2500
+ [[package]]
2501
+ name = "yoke"
2502
+ version = "0.8.2"
2503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2504
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2505
+ dependencies = [
2506
+ "stable_deref_trait",
2507
+ "yoke-derive",
2508
+ "zerofrom",
2509
+ ]
2510
+
2511
+ [[package]]
2512
+ name = "yoke-derive"
2513
+ version = "0.8.2"
2514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2515
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2516
+ dependencies = [
2517
+ "proc-macro2",
2518
+ "quote",
2519
+ "syn",
2520
+ "synstructure",
2521
+ ]
2522
+
2523
+ [[package]]
2524
+ name = "zerocopy"
2525
+ version = "0.8.48"
2526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2527
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2528
+ dependencies = [
2529
+ "zerocopy-derive",
2530
+ ]
2531
+
2532
+ [[package]]
2533
+ name = "zerocopy-derive"
2534
+ version = "0.8.48"
2535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2536
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
2537
+ dependencies = [
2538
+ "proc-macro2",
2539
+ "quote",
2540
+ "syn",
2541
+ ]
2542
+
2543
+ [[package]]
2544
+ name = "zerofrom"
2545
+ version = "0.1.7"
2546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2547
+ checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
2548
+ dependencies = [
2549
+ "zerofrom-derive",
2550
+ ]
2551
+
2552
+ [[package]]
2553
+ name = "zerofrom-derive"
2554
+ version = "0.1.7"
2555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2556
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2557
+ dependencies = [
2558
+ "proc-macro2",
2559
+ "quote",
2560
+ "syn",
2561
+ "synstructure",
2562
+ ]
2563
+
2564
+ [[package]]
2565
+ name = "zeroize"
2566
+ version = "1.8.2"
2567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2568
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2569
+
2570
+ [[package]]
2571
+ name = "zerotrie"
2572
+ version = "0.2.4"
2573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2574
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2575
+ dependencies = [
2576
+ "displaydoc",
2577
+ "yoke",
2578
+ "zerofrom",
2579
+ ]
2580
+
2581
+ [[package]]
2582
+ name = "zerovec"
2583
+ version = "0.11.6"
2584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2585
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2586
+ dependencies = [
2587
+ "yoke",
2588
+ "zerofrom",
2589
+ "zerovec-derive",
2590
+ ]
2591
+
2592
+ [[package]]
2593
+ name = "zerovec-derive"
2594
+ version = "0.11.3"
2595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2596
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2597
+ dependencies = [
2598
+ "proc-macro2",
2599
+ "quote",
2600
+ "syn",
2601
+ ]
2602
+
2603
+ [[package]]
2604
+ name = "zmij"
2605
+ version = "1.0.21"
2606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2607
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"