Monorepo for Tangled
tangled.org
132 kB
5448 lines
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "ahash"
13version = "0.8.12"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16dependencies = [
17 "cfg-if",
18 "getrandom 0.3.4",
19 "once_cell",
20 "version_check",
21 "zerocopy",
22]
23
24[[package]]
25name = "aho-corasick"
26version = "1.1.4"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
29dependencies = [
30 "memchr",
31]
32
33[[package]]
34name = "aliasable"
35version = "0.1.3"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
38
39[[package]]
40name = "alloca"
41version = "0.4.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4"
44dependencies = [
45 "cc",
46]
47
48[[package]]
49name = "allocator-api2"
50version = "0.2.21"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
53
54[[package]]
55name = "android_system_properties"
56version = "0.1.5"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
59dependencies = [
60 "libc",
61]
62
63[[package]]
64name = "anes"
65version = "0.1.6"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
68
69[[package]]
70name = "anstream"
71version = "1.0.0"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
74dependencies = [
75 "anstyle",
76 "anstyle-parse",
77 "anstyle-query",
78 "anstyle-wincon",
79 "colorchoice",
80 "is_terminal_polyfill",
81 "utf8parse",
82]
83
84[[package]]
85name = "anstyle"
86version = "1.0.14"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
89
90[[package]]
91name = "anstyle-parse"
92version = "1.0.0"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
95dependencies = [
96 "utf8parse",
97]
98
99[[package]]
100name = "anstyle-query"
101version = "1.1.5"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
104dependencies = [
105 "windows-sys 0.61.2",
106]
107
108[[package]]
109name = "anstyle-wincon"
110version = "3.0.11"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
113dependencies = [
114 "anstyle",
115 "once_cell_polyfill",
116 "windows-sys 0.61.2",
117]
118
119[[package]]
120name = "antlr4rust"
121version = "0.5.2"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "093d520274bfff7278d776f7ea12981a0a0a6f96db90964658e0f38fc6e9a6a6"
124dependencies = [
125 "better_any",
126 "bit-set",
127 "byteorder",
128 "lazy_static",
129 "murmur3",
130 "once_cell",
131 "parking_lot",
132 "typed-arena",
133 "uuid",
134]
135
136[[package]]
137name = "anyhow"
138version = "1.0.102"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
141
142[[package]]
143name = "arc-swap"
144version = "1.9.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
147dependencies = [
148 "rustversion",
149]
150
151[[package]]
152name = "assert-json-diff"
153version = "2.0.2"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
156dependencies = [
157 "serde",
158 "serde_json",
159]
160
161[[package]]
162name = "async-compression"
163version = "0.4.42"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
166dependencies = [
167 "compression-codecs",
168 "compression-core",
169 "pin-project-lite",
170 "tokio",
171]
172
173[[package]]
174name = "async-trait"
175version = "0.1.89"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
178dependencies = [
179 "proc-macro2",
180 "quote",
181 "syn",
182]
183
184[[package]]
185name = "atomic-polyfill"
186version = "1.0.3"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
189dependencies = [
190 "critical-section",
191]
192
193[[package]]
194name = "atomic-waker"
195version = "1.1.2"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
198
199[[package]]
200name = "autocfg"
201version = "1.5.1"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
204
205[[package]]
206name = "axum"
207version = "0.8.9"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
210dependencies = [
211 "axum-core",
212 "bytes",
213 "form_urlencoded",
214 "futures-util",
215 "http",
216 "http-body",
217 "http-body-util",
218 "hyper",
219 "hyper-util",
220 "itoa",
221 "matchit",
222 "memchr",
223 "mime",
224 "percent-encoding",
225 "pin-project-lite",
226 "serde_core",
227 "serde_json",
228 "serde_path_to_error",
229 "serde_urlencoded",
230 "sync_wrapper",
231 "tokio",
232 "tower",
233 "tower-layer",
234 "tower-service",
235 "tracing",
236]
237
238[[package]]
239name = "axum-core"
240version = "0.5.6"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
243dependencies = [
244 "bytes",
245 "futures-core",
246 "http",
247 "http-body",
248 "http-body-util",
249 "mime",
250 "pin-project-lite",
251 "sync_wrapper",
252 "tower-layer",
253 "tower-service",
254 "tracing",
255]
256
257[[package]]
258name = "base-x"
259version = "0.2.11"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
262
263[[package]]
264name = "base16ct"
265version = "0.2.0"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
268
269[[package]]
270name = "base256emoji"
271version = "1.0.2"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
274dependencies = [
275 "const-str",
276 "match-lookup",
277]
278
279[[package]]
280name = "base64"
281version = "0.22.1"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
284
285[[package]]
286name = "base64ct"
287version = "1.8.3"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
290
291[[package]]
292name = "better_any"
293version = "0.2.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "4372b9543397a4b86050cc5e7ee36953edf4bac9518e8a774c2da694977fb6e4"
296
297[[package]]
298name = "bit-set"
299version = "0.8.0"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
302dependencies = [
303 "bit-vec",
304]
305
306[[package]]
307name = "bit-vec"
308version = "0.8.0"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
311
312[[package]]
313name = "bitflags"
314version = "2.11.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
317
318[[package]]
319name = "bitpacking"
320version = "0.9.3"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "96a7139abd3d9cebf8cd6f920a389cf3dc9576172e32f4563f188cae3c3eb019"
323dependencies = [
324 "crunchy",
325]
326
327[[package]]
328name = "block-buffer"
329version = "0.10.4"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
332dependencies = [
333 "generic-array",
334]
335
336[[package]]
337name = "bobbin"
338version = "0.0.1"
339dependencies = [
340 "anyhow",
341 "axum",
342 "bobbin-edge-index",
343 "bobbin-ingest",
344 "bobbin-knot-ingest",
345 "bobbin-knot-proxy",
346 "bobbin-record-lru",
347 "bobbin-runtime",
348 "bobbin-search",
349 "bobbin-slingshot-client",
350 "bobbin-xrpc",
351 "clap",
352 "confique",
353 "futures",
354 "jacquard-common",
355 "jacquard-identity",
356 "serde",
357 "socket2",
358 "thiserror 2.0.18",
359 "tikv-jemalloc-ctl",
360 "tikv-jemallocator",
361 "tokio",
362 "tokio-util",
363 "toml",
364 "tracing",
365 "tracing-subscriber",
366 "url",
367]
368
369[[package]]
370name = "bobbin-edge-index"
371version = "0.0.1"
372dependencies = [
373 "bobbin-runtime",
374 "bobbin-types",
375 "either",
376 "itertools 0.14.0",
377 "jacquard-common",
378 "lasso",
379 "scc",
380 "smallvec",
381 "thiserror 2.0.18",
382 "tokio",
383]
384
385[[package]]
386name = "bobbin-ingest"
387version = "0.0.1"
388dependencies = [
389 "bobbin-edge-index",
390 "bobbin-knot-ingest",
391 "bobbin-record-lru",
392 "bobbin-resolver",
393 "bobbin-runtime",
394 "bobbin-slingshot-client",
395 "bobbin-types",
396 "bytes",
397 "chrono",
398 "criterion",
399 "futures",
400 "jacquard-common",
401 "scc",
402 "serde",
403 "serde_json",
404 "thiserror 2.0.18",
405 "tokio",
406 "tokio-stream",
407 "tokio-util",
408 "tracing",
409 "tracing-subscriber",
410 "url",
411 "wiremock",
412]
413
414[[package]]
415name = "bobbin-knot-ingest"
416version = "0.0.1"
417dependencies = [
418 "bobbin-edge-index",
419 "bobbin-knot-proxy",
420 "bobbin-runtime",
421 "bobbin-types",
422 "bytes",
423 "chrono",
424 "futures",
425 "http",
426 "jacquard-common",
427 "reqwest",
428 "serde",
429 "serde_json",
430 "thiserror 2.0.18",
431 "tokio",
432 "tokio-util",
433 "tracing",
434 "url",
435 "wiremock",
436]
437
438[[package]]
439name = "bobbin-knot-proxy"
440version = "0.0.1"
441dependencies = [
442 "bobbin-runtime",
443 "bytes",
444 "futures",
445 "http",
446 "jacquard-common",
447 "reqwest",
448 "scc",
449 "thiserror 2.0.18",
450 "tokio",
451 "url",
452 "wiremock",
453]
454
455[[package]]
456name = "bobbin-record-lru"
457version = "0.0.1"
458dependencies = [
459 "bobbin-types",
460 "bytes",
461 "jacquard-common",
462 "quick_cache",
463 "zstd",
464]
465
466[[package]]
467name = "bobbin-resolver"
468version = "0.0.1"
469dependencies = [
470 "bobbin-runtime",
471 "bobbin-slingshot-client",
472 "bobbin-types",
473 "jacquard-common",
474 "scc",
475 "serde_json",
476 "tokio",
477 "tracing",
478 "url",
479 "wiremock",
480]
481
482[[package]]
483name = "bobbin-runtime"
484version = "0.0.1"
485dependencies = [
486 "ahash",
487 "bytes",
488 "futures",
489 "getrandom 0.3.4",
490 "http",
491 "reqwest",
492 "thiserror 2.0.18",
493 "tokio",
494 "tokio-tungstenite 0.29.0",
495 "url",
496]
497
498[[package]]
499name = "bobbin-search"
500version = "0.0.1"
501dependencies = [
502 "bobbin-runtime",
503 "bobbin-types",
504 "jacquard-common",
505 "tantivy",
506 "thiserror 2.0.18",
507 "tokio",
508 "tracing",
509]
510
511[[package]]
512name = "bobbin-sim"
513version = "0.0.1"
514dependencies = [
515 "bobbin-edge-index",
516 "bobbin-ingest",
517 "bobbin-record-lru",
518 "bobbin-runtime",
519 "bobbin-search",
520 "bobbin-slingshot-client",
521 "bobbin-types",
522 "bytes",
523 "clap",
524 "futures",
525 "http",
526 "jacquard-common",
527 "serde",
528 "serde_json",
529 "thiserror 2.0.18",
530 "tokio",
531 "tokio-util",
532 "tracing",
533 "tracing-subscriber",
534 "url",
535]
536
537[[package]]
538name = "bobbin-slingshot-client"
539version = "0.0.1"
540dependencies = [
541 "bobbin-runtime",
542 "bobbin-types",
543 "bytes",
544 "cid",
545 "futures",
546 "http",
547 "jacquard-common",
548 "reqwest",
549 "serde",
550 "serde_json",
551 "thiserror 2.0.18",
552 "tokio",
553 "url",
554 "wiremock",
555]
556
557[[package]]
558name = "bobbin-types"
559version = "0.0.1"
560dependencies = [
561 "anyhow",
562 "bytes",
563 "chrono",
564 "cid",
565 "jacquard-common",
566 "jacquard-derive",
567 "jacquard-lexicon",
568 "miette",
569 "serde",
570 "serde_json",
571 "thiserror 2.0.18",
572 "walkdir",
573]
574
575[[package]]
576name = "bobbin-xrpc"
577version = "0.0.1"
578dependencies = [
579 "axum",
580 "bobbin-edge-index",
581 "bobbin-knot-proxy",
582 "bobbin-record-lru",
583 "bobbin-resolver",
584 "bobbin-runtime",
585 "bobbin-search",
586 "bobbin-slingshot-client",
587 "bobbin-types",
588 "chrono",
589 "futures",
590 "http",
591 "jacquard-common",
592 "jacquard-identity",
593 "serde",
594 "serde_json",
595 "thiserror 2.0.18",
596 "tokio",
597 "tower",
598 "tower-http",
599 "tracing",
600 "url",
601 "wiremock",
602]
603
604[[package]]
605name = "bon"
606version = "3.9.1"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe"
609dependencies = [
610 "bon-macros",
611 "rustversion",
612]
613
614[[package]]
615name = "bon-macros"
616version = "3.9.1"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c"
619dependencies = [
620 "darling",
621 "ident_case",
622 "prettyplease",
623 "proc-macro2",
624 "quote",
625 "rustversion",
626 "syn",
627]
628
629[[package]]
630name = "borrow-or-share"
631version = "0.2.4"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
634
635[[package]]
636name = "borsh"
637version = "1.6.1"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a"
640dependencies = [
641 "bytes",
642 "cfg_aliases",
643]
644
645[[package]]
646name = "bs58"
647version = "0.5.1"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
650dependencies = [
651 "tinyvec",
652]
653
654[[package]]
655name = "bumpalo"
656version = "3.20.3"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
659
660[[package]]
661name = "byteorder"
662version = "1.5.0"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
665
666[[package]]
667name = "bytes"
668version = "1.11.1"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
671dependencies = [
672 "serde",
673]
674
675[[package]]
676name = "cast"
677version = "0.3.0"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
680
681[[package]]
682name = "cbor4ii"
683version = "0.2.14"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
686dependencies = [
687 "serde",
688]
689
690[[package]]
691name = "cc"
692version = "1.2.62"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
695dependencies = [
696 "find-msvc-tools",
697 "jobserver",
698 "libc",
699 "shlex",
700]
701
702[[package]]
703name = "cel"
704version = "0.12.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "ca1e5eda1b0f8476181bed1bfc9232a91d62ff0b9f1bc0e48afff3cbcb5b0b5c"
707dependencies = [
708 "antlr4rust",
709 "base64",
710 "chrono",
711 "lazy_static",
712 "nom",
713 "paste",
714 "regex",
715 "serde",
716 "serde_json",
717 "thiserror 1.0.69",
718]
719
720[[package]]
721name = "census"
722version = "0.4.2"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0"
725
726[[package]]
727name = "cfg-if"
728version = "1.0.4"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
731
732[[package]]
733name = "cfg_aliases"
734version = "0.2.1"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
737
738[[package]]
739name = "chrono"
740version = "0.4.44"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
743dependencies = [
744 "iana-time-zone",
745 "js-sys",
746 "num-traits",
747 "serde",
748 "wasm-bindgen",
749 "windows-link",
750]
751
752[[package]]
753name = "ciborium"
754version = "0.2.2"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
757dependencies = [
758 "ciborium-io",
759 "ciborium-ll",
760 "serde",
761]
762
763[[package]]
764name = "ciborium-io"
765version = "0.2.2"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
768
769[[package]]
770name = "ciborium-ll"
771version = "0.2.2"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
774dependencies = [
775 "ciborium-io",
776 "half",
777]
778
779[[package]]
780name = "cid"
781version = "0.11.3"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971"
784dependencies = [
785 "multibase",
786 "multihash",
787 "serde",
788 "serde_bytes",
789 "unsigned-varint",
790]
791
792[[package]]
793name = "clap"
794version = "4.6.1"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
797dependencies = [
798 "clap_builder",
799 "clap_derive",
800]
801
802[[package]]
803name = "clap_builder"
804version = "4.6.0"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
807dependencies = [
808 "anstream",
809 "anstyle",
810 "clap_lex",
811 "strsim",
812]
813
814[[package]]
815name = "clap_derive"
816version = "4.6.1"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
819dependencies = [
820 "heck 0.5.0",
821 "proc-macro2",
822 "quote",
823 "syn",
824]
825
826[[package]]
827name = "clap_lex"
828version = "1.1.0"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
831
832[[package]]
833name = "cobs"
834version = "0.3.0"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
837dependencies = [
838 "thiserror 2.0.18",
839]
840
841[[package]]
842name = "colorchoice"
843version = "1.0.5"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
846
847[[package]]
848name = "compression-codecs"
849version = "0.4.38"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
852dependencies = [
853 "compression-core",
854 "flate2",
855 "memchr",
856]
857
858[[package]]
859name = "compression-core"
860version = "0.4.32"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
863
864[[package]]
865name = "confique"
866version = "0.4.0"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "06b4f5ec222421e22bb0a8cbaa36b1d2b50fd45cdd30c915ded34108da78b29f"
869dependencies = [
870 "confique-macro",
871 "serde",
872 "toml",
873]
874
875[[package]]
876name = "confique-macro"
877version = "0.0.13"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "e4d1754680cd218e7bcb4c960cc9bae3444b5197d64563dccccfdf83cab9e1a7"
880dependencies = [
881 "heck 0.5.0",
882 "proc-macro2",
883 "quote",
884 "syn",
885]
886
887[[package]]
888name = "const-oid"
889version = "0.9.6"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
892
893[[package]]
894name = "const-str"
895version = "0.4.3"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
898
899[[package]]
900name = "cordyceps"
901version = "0.3.4"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
904dependencies = [
905 "loom",
906 "tracing",
907]
908
909[[package]]
910name = "core-foundation"
911version = "0.9.4"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
914dependencies = [
915 "core-foundation-sys",
916 "libc",
917]
918
919[[package]]
920name = "core-foundation"
921version = "0.10.1"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
924dependencies = [
925 "core-foundation-sys",
926 "libc",
927]
928
929[[package]]
930name = "core-foundation-sys"
931version = "0.8.7"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
934
935[[package]]
936name = "cpufeatures"
937version = "0.2.17"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
940dependencies = [
941 "libc",
942]
943
944[[package]]
945name = "crc32fast"
946version = "1.5.0"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
949dependencies = [
950 "cfg-if",
951]
952
953[[package]]
954name = "criterion"
955version = "0.8.2"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
958dependencies = [
959 "alloca",
960 "anes",
961 "cast",
962 "ciborium",
963 "clap",
964 "criterion-plot",
965 "itertools 0.13.0",
966 "num-traits",
967 "oorandom",
968 "page_size",
969 "regex",
970 "serde",
971 "serde_json",
972 "tinytemplate",
973 "walkdir",
974]
975
976[[package]]
977name = "criterion-plot"
978version = "0.8.2"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
981dependencies = [
982 "cast",
983 "itertools 0.13.0",
984]
985
986[[package]]
987name = "critical-section"
988version = "1.2.0"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
991
992[[package]]
993name = "crossbeam-channel"
994version = "0.5.15"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
997dependencies = [
998 "crossbeam-utils",
999]
1000
1001[[package]]
1002name = "crossbeam-deque"
1003version = "0.8.6"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
1006dependencies = [
1007 "crossbeam-epoch",
1008 "crossbeam-utils",
1009]
1010
1011[[package]]
1012name = "crossbeam-epoch"
1013version = "0.9.18"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1016dependencies = [
1017 "crossbeam-utils",
1018]
1019
1020[[package]]
1021name = "crossbeam-utils"
1022version = "0.8.21"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1025
1026[[package]]
1027name = "crunchy"
1028version = "0.2.4"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1031
1032[[package]]
1033name = "crypto-bigint"
1034version = "0.5.5"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1037dependencies = [
1038 "generic-array",
1039 "rand_core 0.6.4",
1040 "subtle",
1041 "zeroize",
1042]
1043
1044[[package]]
1045name = "crypto-common"
1046version = "0.1.6"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1049dependencies = [
1050 "generic-array",
1051 "typenum",
1052]
1053
1054[[package]]
1055name = "darling"
1056version = "0.23.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
1059dependencies = [
1060 "darling_core",
1061 "darling_macro",
1062]
1063
1064[[package]]
1065name = "darling_core"
1066version = "0.23.0"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
1069dependencies = [
1070 "ident_case",
1071 "proc-macro2",
1072 "quote",
1073 "strsim",
1074 "syn",
1075]
1076
1077[[package]]
1078name = "darling_macro"
1079version = "0.23.0"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1082dependencies = [
1083 "darling_core",
1084 "quote",
1085 "syn",
1086]
1087
1088[[package]]
1089name = "dashmap"
1090version = "6.2.1"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
1093dependencies = [
1094 "cfg-if",
1095 "crossbeam-utils",
1096 "hashbrown 0.14.5",
1097 "lock_api",
1098 "once_cell",
1099 "parking_lot_core",
1100]
1101
1102[[package]]
1103name = "data-encoding"
1104version = "2.11.0"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
1107
1108[[package]]
1109name = "data-encoding-macro"
1110version = "0.1.20"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c"
1113dependencies = [
1114 "data-encoding",
1115 "data-encoding-macro-internal",
1116]
1117
1118[[package]]
1119name = "data-encoding-macro-internal"
1120version = "0.1.18"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090"
1123dependencies = [
1124 "data-encoding",
1125 "syn",
1126]
1127
1128[[package]]
1129name = "datasketches"
1130version = "0.2.0"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "c286de4e81ea2590afc24d754e0f83810c566f50a1388fa75ebd57928c0d9745"
1133
1134[[package]]
1135name = "deadpool"
1136version = "0.12.3"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
1139dependencies = [
1140 "deadpool-runtime",
1141 "lazy_static",
1142 "num_cpus",
1143 "tokio",
1144]
1145
1146[[package]]
1147name = "deadpool-runtime"
1148version = "0.1.4"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
1151
1152[[package]]
1153name = "der"
1154version = "0.7.10"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1157dependencies = [
1158 "const-oid",
1159 "pem-rfc7468",
1160 "zeroize",
1161]
1162
1163[[package]]
1164name = "deranged"
1165version = "0.5.8"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
1168dependencies = [
1169 "powerfmt",
1170 "serde_core",
1171]
1172
1173[[package]]
1174name = "derive_more"
1175version = "1.0.0"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
1178dependencies = [
1179 "derive_more-impl",
1180]
1181
1182[[package]]
1183name = "derive_more-impl"
1184version = "1.0.0"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
1187dependencies = [
1188 "proc-macro2",
1189 "quote",
1190 "syn",
1191 "unicode-xid",
1192]
1193
1194[[package]]
1195name = "diatomic-waker"
1196version = "0.2.3"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1199
1200[[package]]
1201name = "digest"
1202version = "0.10.7"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1205dependencies = [
1206 "block-buffer",
1207 "const-oid",
1208 "crypto-common",
1209 "subtle",
1210]
1211
1212[[package]]
1213name = "displaydoc"
1214version = "0.2.6"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
1217dependencies = [
1218 "proc-macro2",
1219 "quote",
1220 "syn",
1221]
1222
1223[[package]]
1224name = "downcast-rs"
1225version = "2.0.2"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc"
1228
1229[[package]]
1230name = "ecdsa"
1231version = "0.16.9"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1234dependencies = [
1235 "der",
1236 "digest",
1237 "elliptic-curve",
1238 "rfc6979",
1239 "signature",
1240 "spki",
1241]
1242
1243[[package]]
1244name = "either"
1245version = "1.16.0"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
1248
1249[[package]]
1250name = "elliptic-curve"
1251version = "0.13.8"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1254dependencies = [
1255 "base16ct",
1256 "crypto-bigint",
1257 "digest",
1258 "ff",
1259 "generic-array",
1260 "group",
1261 "pem-rfc7468",
1262 "pkcs8",
1263 "rand_core 0.6.4",
1264 "sec1",
1265 "subtle",
1266 "zeroize",
1267]
1268
1269[[package]]
1270name = "embedded-io"
1271version = "0.4.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1274
1275[[package]]
1276name = "embedded-io"
1277version = "0.6.1"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
1280
1281[[package]]
1282name = "encoding_rs"
1283version = "0.8.35"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1286dependencies = [
1287 "cfg-if",
1288]
1289
1290[[package]]
1291name = "equivalent"
1292version = "1.0.2"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1295
1296[[package]]
1297name = "erased-serde"
1298version = "0.4.10"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec"
1301dependencies = [
1302 "serde",
1303 "serde_core",
1304 "typeid",
1305]
1306
1307[[package]]
1308name = "errno"
1309version = "0.3.14"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1312dependencies = [
1313 "libc",
1314 "windows-sys 0.61.2",
1315]
1316
1317[[package]]
1318name = "fastdivide"
1319version = "0.4.2"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "9afc2bd4d5a73106dd53d10d73d3401c2f32730ba2c0b93ddb888a8983680471"
1322
1323[[package]]
1324name = "fastrand"
1325version = "2.4.1"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
1328
1329[[package]]
1330name = "ff"
1331version = "0.13.1"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1334dependencies = [
1335 "rand_core 0.6.4",
1336 "subtle",
1337]
1338
1339[[package]]
1340name = "find-msvc-tools"
1341version = "0.1.9"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1344
1345[[package]]
1346name = "fixedbitset"
1347version = "0.5.7"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
1350
1351[[package]]
1352name = "flate2"
1353version = "1.1.9"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1356dependencies = [
1357 "crc32fast",
1358 "miniz_oxide",
1359]
1360
1361[[package]]
1362name = "fluent-uri"
1363version = "0.4.1"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
1366dependencies = [
1367 "borrow-or-share",
1368 "ref-cast",
1369 "serde",
1370]
1371
1372[[package]]
1373name = "fnv"
1374version = "1.0.7"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1377
1378[[package]]
1379name = "foldhash"
1380version = "0.1.5"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1383
1384[[package]]
1385name = "foldhash"
1386version = "0.2.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1389
1390[[package]]
1391name = "form_urlencoded"
1392version = "1.2.2"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1395dependencies = [
1396 "percent-encoding",
1397]
1398
1399[[package]]
1400name = "fs4"
1401version = "0.13.1"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4"
1404dependencies = [
1405 "rustix",
1406 "windows-sys 0.59.0",
1407]
1408
1409[[package]]
1410name = "futures"
1411version = "0.3.32"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1414dependencies = [
1415 "futures-channel",
1416 "futures-core",
1417 "futures-executor",
1418 "futures-io",
1419 "futures-sink",
1420 "futures-task",
1421 "futures-util",
1422]
1423
1424[[package]]
1425name = "futures-buffered"
1426version = "0.2.13"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
1429dependencies = [
1430 "cordyceps",
1431 "diatomic-waker",
1432 "futures-core",
1433 "pin-project-lite",
1434 "spin 0.10.0",
1435]
1436
1437[[package]]
1438name = "futures-channel"
1439version = "0.3.32"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1442dependencies = [
1443 "futures-core",
1444 "futures-sink",
1445]
1446
1447[[package]]
1448name = "futures-core"
1449version = "0.3.32"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1452
1453[[package]]
1454name = "futures-executor"
1455version = "0.3.32"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1458dependencies = [
1459 "futures-core",
1460 "futures-task",
1461 "futures-util",
1462]
1463
1464[[package]]
1465name = "futures-io"
1466version = "0.3.32"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1469
1470[[package]]
1471name = "futures-lite"
1472version = "2.6.1"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1475dependencies = [
1476 "fastrand",
1477 "futures-core",
1478 "futures-io",
1479 "parking",
1480 "pin-project-lite",
1481]
1482
1483[[package]]
1484name = "futures-macro"
1485version = "0.3.32"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1488dependencies = [
1489 "proc-macro2",
1490 "quote",
1491 "syn",
1492]
1493
1494[[package]]
1495name = "futures-sink"
1496version = "0.3.32"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1499
1500[[package]]
1501name = "futures-task"
1502version = "0.3.32"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1505
1506[[package]]
1507name = "futures-util"
1508version = "0.3.32"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1511dependencies = [
1512 "futures-channel",
1513 "futures-core",
1514 "futures-io",
1515 "futures-macro",
1516 "futures-sink",
1517 "futures-task",
1518 "memchr",
1519 "pin-project-lite",
1520 "slab",
1521]
1522
1523[[package]]
1524name = "generator"
1525version = "0.8.8"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9"
1528dependencies = [
1529 "cc",
1530 "cfg-if",
1531 "libc",
1532 "log",
1533 "rustversion",
1534 "windows-link",
1535 "windows-result",
1536]
1537
1538[[package]]
1539name = "generic-array"
1540version = "0.14.9"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1543dependencies = [
1544 "typenum",
1545 "version_check",
1546 "zeroize",
1547]
1548
1549[[package]]
1550name = "getrandom"
1551version = "0.2.17"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1554dependencies = [
1555 "cfg-if",
1556 "js-sys",
1557 "libc",
1558 "wasi",
1559 "wasm-bindgen",
1560]
1561
1562[[package]]
1563name = "getrandom"
1564version = "0.3.4"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1567dependencies = [
1568 "cfg-if",
1569 "js-sys",
1570 "libc",
1571 "r-efi 5.3.0",
1572 "wasip2",
1573 "wasm-bindgen",
1574]
1575
1576[[package]]
1577name = "getrandom"
1578version = "0.4.2"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1581dependencies = [
1582 "cfg-if",
1583 "libc",
1584 "r-efi 6.0.0",
1585 "wasip2",
1586 "wasip3",
1587]
1588
1589[[package]]
1590name = "group"
1591version = "0.13.0"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1594dependencies = [
1595 "ff",
1596 "rand_core 0.6.4",
1597 "subtle",
1598]
1599
1600[[package]]
1601name = "h2"
1602version = "0.4.14"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733"
1605dependencies = [
1606 "atomic-waker",
1607 "bytes",
1608 "fnv",
1609 "futures-core",
1610 "futures-sink",
1611 "http",
1612 "indexmap",
1613 "slab",
1614 "tokio",
1615 "tokio-util",
1616 "tracing",
1617]
1618
1619[[package]]
1620name = "half"
1621version = "2.7.1"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1624dependencies = [
1625 "cfg-if",
1626 "crunchy",
1627 "zerocopy",
1628]
1629
1630[[package]]
1631name = "hash32"
1632version = "0.2.1"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
1635dependencies = [
1636 "byteorder",
1637]
1638
1639[[package]]
1640name = "hashbrown"
1641version = "0.14.5"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1644dependencies = [
1645 "ahash",
1646 "allocator-api2",
1647]
1648
1649[[package]]
1650name = "hashbrown"
1651version = "0.15.5"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1654dependencies = [
1655 "allocator-api2",
1656 "equivalent",
1657 "foldhash 0.1.5",
1658]
1659
1660[[package]]
1661name = "hashbrown"
1662version = "0.16.1"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1665dependencies = [
1666 "allocator-api2",
1667 "equivalent",
1668 "foldhash 0.2.0",
1669]
1670
1671[[package]]
1672name = "hashbrown"
1673version = "0.17.1"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1676
1677[[package]]
1678name = "heapless"
1679version = "0.7.17"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
1682dependencies = [
1683 "atomic-polyfill",
1684 "hash32",
1685 "rustc_version",
1686 "serde",
1687 "spin 0.9.8",
1688 "stable_deref_trait",
1689]
1690
1691[[package]]
1692name = "heck"
1693version = "0.4.1"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1696
1697[[package]]
1698name = "heck"
1699version = "0.5.0"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1702
1703[[package]]
1704name = "hermit-abi"
1705version = "0.5.2"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1708
1709[[package]]
1710name = "hex"
1711version = "0.4.3"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1714
1715[[package]]
1716name = "hmac"
1717version = "0.12.1"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1720dependencies = [
1721 "digest",
1722]
1723
1724[[package]]
1725name = "htmlescape"
1726version = "0.3.1"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
1729
1730[[package]]
1731name = "http"
1732version = "1.4.1"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
1735dependencies = [
1736 "bytes",
1737 "itoa",
1738]
1739
1740[[package]]
1741name = "http-body"
1742version = "1.0.1"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1745dependencies = [
1746 "bytes",
1747 "http",
1748]
1749
1750[[package]]
1751name = "http-body-util"
1752version = "0.1.3"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1755dependencies = [
1756 "bytes",
1757 "futures-core",
1758 "http",
1759 "http-body",
1760 "pin-project-lite",
1761]
1762
1763[[package]]
1764name = "httparse"
1765version = "1.10.1"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1768
1769[[package]]
1770name = "httpdate"
1771version = "1.0.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1774
1775[[package]]
1776name = "hyper"
1777version = "1.10.0"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "eb92f162bf56536459fc83c79b974bb12837acfed43d6bc370a7916d0ae15ecc"
1780dependencies = [
1781 "atomic-waker",
1782 "bytes",
1783 "futures-channel",
1784 "futures-core",
1785 "h2",
1786 "http",
1787 "http-body",
1788 "httparse",
1789 "httpdate",
1790 "itoa",
1791 "pin-project-lite",
1792 "smallvec",
1793 "tokio",
1794 "want",
1795]
1796
1797[[package]]
1798name = "hyper-rustls"
1799version = "0.27.9"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1802dependencies = [
1803 "http",
1804 "hyper",
1805 "hyper-util",
1806 "rustls",
1807 "tokio",
1808 "tokio-rustls",
1809 "tower-service",
1810 "webpki-roots 1.0.7",
1811]
1812
1813[[package]]
1814name = "hyper-util"
1815version = "0.1.20"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1818dependencies = [
1819 "base64",
1820 "bytes",
1821 "futures-channel",
1822 "futures-util",
1823 "http",
1824 "http-body",
1825 "hyper",
1826 "ipnet",
1827 "libc",
1828 "percent-encoding",
1829 "pin-project-lite",
1830 "socket2",
1831 "system-configuration",
1832 "tokio",
1833 "tower-service",
1834 "tracing",
1835 "windows-registry",
1836]
1837
1838[[package]]
1839name = "iana-time-zone"
1840version = "0.1.65"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1843dependencies = [
1844 "android_system_properties",
1845 "core-foundation-sys",
1846 "iana-time-zone-haiku",
1847 "js-sys",
1848 "log",
1849 "wasm-bindgen",
1850 "windows-core",
1851]
1852
1853[[package]]
1854name = "iana-time-zone-haiku"
1855version = "0.1.2"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1858dependencies = [
1859 "cc",
1860]
1861
1862[[package]]
1863name = "icu_collections"
1864version = "2.2.0"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1867dependencies = [
1868 "displaydoc",
1869 "potential_utf",
1870 "utf8_iter",
1871 "yoke",
1872 "zerofrom",
1873 "zerovec",
1874]
1875
1876[[package]]
1877name = "icu_locale_core"
1878version = "2.2.0"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1881dependencies = [
1882 "displaydoc",
1883 "litemap",
1884 "tinystr",
1885 "writeable",
1886 "zerovec",
1887]
1888
1889[[package]]
1890name = "icu_normalizer"
1891version = "2.2.0"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1894dependencies = [
1895 "icu_collections",
1896 "icu_normalizer_data",
1897 "icu_properties",
1898 "icu_provider",
1899 "smallvec",
1900 "zerovec",
1901]
1902
1903[[package]]
1904name = "icu_normalizer_data"
1905version = "2.2.0"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1908
1909[[package]]
1910name = "icu_properties"
1911version = "2.2.0"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1914dependencies = [
1915 "icu_collections",
1916 "icu_locale_core",
1917 "icu_properties_data",
1918 "icu_provider",
1919 "zerotrie",
1920 "zerovec",
1921]
1922
1923[[package]]
1924name = "icu_properties_data"
1925version = "2.2.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1928
1929[[package]]
1930name = "icu_provider"
1931version = "2.2.0"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1934dependencies = [
1935 "displaydoc",
1936 "icu_locale_core",
1937 "writeable",
1938 "yoke",
1939 "zerofrom",
1940 "zerotrie",
1941 "zerovec",
1942]
1943
1944[[package]]
1945name = "id-arena"
1946version = "2.3.0"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1949
1950[[package]]
1951name = "ident_case"
1952version = "1.0.1"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1955
1956[[package]]
1957name = "idna"
1958version = "1.1.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1961dependencies = [
1962 "idna_adapter",
1963 "smallvec",
1964 "utf8_iter",
1965]
1966
1967[[package]]
1968name = "idna_adapter"
1969version = "1.2.2"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1972dependencies = [
1973 "icu_normalizer",
1974 "icu_properties",
1975]
1976
1977[[package]]
1978name = "indexmap"
1979version = "2.14.0"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1982dependencies = [
1983 "equivalent",
1984 "hashbrown 0.17.1",
1985 "serde",
1986 "serde_core",
1987]
1988
1989[[package]]
1990name = "inventory"
1991version = "0.3.24"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
1994dependencies = [
1995 "rustversion",
1996]
1997
1998[[package]]
1999name = "ipld-core"
2000version = "0.4.3"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
2003dependencies = [
2004 "cid",
2005 "serde",
2006 "serde_bytes",
2007]
2008
2009[[package]]
2010name = "ipnet"
2011version = "2.12.0"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
2014
2015[[package]]
2016name = "is_terminal_polyfill"
2017version = "1.70.2"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
2020
2021[[package]]
2022name = "itertools"
2023version = "0.13.0"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2026dependencies = [
2027 "either",
2028]
2029
2030[[package]]
2031name = "itertools"
2032version = "0.14.0"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2035dependencies = [
2036 "either",
2037]
2038
2039[[package]]
2040name = "itoa"
2041version = "1.0.18"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
2044
2045[[package]]
2046name = "jacquard-common"
2047version = "0.12.0-beta.2"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "e830579811d60e29209c9466d034225d5e045ecdc2b3c55282709bd07da97869"
2050dependencies = [
2051 "base64",
2052 "bon",
2053 "bytes",
2054 "chrono",
2055 "ciborium",
2056 "ciborium-io",
2057 "cid",
2058 "fluent-uri",
2059 "futures",
2060 "getrandom 0.2.17",
2061 "getrandom 0.3.4",
2062 "hashbrown 0.15.5",
2063 "http",
2064 "ipld-core",
2065 "k256",
2066 "maitake-sync",
2067 "miette",
2068 "multibase",
2069 "multihash",
2070 "n0-future",
2071 "ouroboros",
2072 "oxilangtag",
2073 "p256",
2074 "phf",
2075 "postcard",
2076 "rand 0.9.4",
2077 "regex",
2078 "regex-automata",
2079 "regex-lite",
2080 "reqwest",
2081 "rustversion",
2082 "serde",
2083 "serde_bytes",
2084 "serde_html_form",
2085 "serde_ipld_dagcbor",
2086 "serde_json",
2087 "signature",
2088 "smol_str",
2089 "spin 0.10.0",
2090 "thiserror 2.0.18",
2091 "tokio",
2092 "tokio-tungstenite-wasm",
2093 "tokio-util",
2094 "trait-variant",
2095 "unicode-segmentation",
2096]
2097
2098[[package]]
2099name = "jacquard-derive"
2100version = "0.12.0-beta.2"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "93f83b8049e4e7916e0f6764c3deaf5e55a7ffbab26c379415e9b1d4d645d957"
2103dependencies = [
2104 "heck 0.5.0",
2105 "jacquard-lexicon",
2106 "proc-macro2",
2107 "quote",
2108 "syn",
2109]
2110
2111[[package]]
2112name = "jacquard-identity"
2113version = "0.12.0-beta.2"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "49da1f0a0487051529a70891dac0d1c6699f47b95854514402b2642e66d96c7c"
2116dependencies = [
2117 "bon",
2118 "bytes",
2119 "http",
2120 "jacquard-common",
2121 "jacquard-lexicon",
2122 "miette",
2123 "mini-moka-wasm",
2124 "n0-future",
2125 "reqwest",
2126 "serde",
2127 "serde_html_form",
2128 "serde_json",
2129 "thiserror 2.0.18",
2130 "tokio",
2131 "trait-variant",
2132]
2133
2134[[package]]
2135name = "jacquard-lexicon"
2136version = "0.12.0-beta.2"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "64935ef85dd24f60f467082c21ad52f739a02dd402a2adf40e5794e3de949e1f"
2139dependencies = [
2140 "cid",
2141 "dashmap",
2142 "heck 0.5.0",
2143 "inventory",
2144 "jacquard-common",
2145 "miette",
2146 "multihash",
2147 "prettyplease",
2148 "proc-macro2",
2149 "quote",
2150 "serde",
2151 "serde_ipld_dagcbor",
2152 "serde_json",
2153 "serde_path_to_error",
2154 "serde_repr",
2155 "serde_with",
2156 "sha2",
2157 "syn",
2158 "thiserror 2.0.18",
2159 "unicode-segmentation",
2160]
2161
2162[[package]]
2163name = "jobserver"
2164version = "0.1.34"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2167dependencies = [
2168 "getrandom 0.3.4",
2169 "libc",
2170]
2171
2172[[package]]
2173name = "js-sys"
2174version = "0.3.99"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
2177dependencies = [
2178 "cfg-if",
2179 "futures-util",
2180 "once_cell",
2181 "wasm-bindgen",
2182]
2183
2184[[package]]
2185name = "k256"
2186version = "0.13.4"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2189dependencies = [
2190 "cfg-if",
2191 "ecdsa",
2192 "elliptic-curve",
2193 "sha2",
2194]
2195
2196[[package]]
2197name = "lasso"
2198version = "0.7.3"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
2201dependencies = [
2202 "dashmap",
2203 "hashbrown 0.14.5",
2204]
2205
2206[[package]]
2207name = "lazy_static"
2208version = "1.5.0"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2211
2212[[package]]
2213name = "leb128fmt"
2214version = "0.1.0"
2215source = "registry+https://github.com/rust-lang/crates.io-index"
2216checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
2217
2218[[package]]
2219name = "levenshtein_automata"
2220version = "0.2.1"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
2223
2224[[package]]
2225name = "libc"
2226version = "0.2.186"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
2229
2230[[package]]
2231name = "linux-raw-sys"
2232version = "0.12.1"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
2235
2236[[package]]
2237name = "litemap"
2238version = "0.8.2"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
2241
2242[[package]]
2243name = "lock_api"
2244version = "0.4.14"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2247dependencies = [
2248 "scopeguard",
2249]
2250
2251[[package]]
2252name = "log"
2253version = "0.4.30"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
2256
2257[[package]]
2258name = "loom"
2259version = "0.7.2"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2262dependencies = [
2263 "cfg-if",
2264 "generator",
2265 "scoped-tls",
2266 "tracing",
2267 "tracing-subscriber",
2268]
2269
2270[[package]]
2271name = "lru"
2272version = "0.16.4"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
2275dependencies = [
2276 "hashbrown 0.16.1",
2277]
2278
2279[[package]]
2280name = "lru-slab"
2281version = "0.1.2"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2284
2285[[package]]
2286name = "lz4_flex"
2287version = "0.13.1"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
2290
2291[[package]]
2292name = "maitake-sync"
2293version = "0.1.2"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
2296dependencies = [
2297 "cordyceps",
2298 "loom",
2299 "mycelium-bitfield",
2300 "pin-project",
2301 "portable-atomic",
2302]
2303
2304[[package]]
2305name = "match-lookup"
2306version = "0.1.2"
2307source = "registry+https://github.com/rust-lang/crates.io-index"
2308checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
2309dependencies = [
2310 "proc-macro2",
2311 "quote",
2312 "syn",
2313]
2314
2315[[package]]
2316name = "matchers"
2317version = "0.2.0"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2320dependencies = [
2321 "regex-automata",
2322]
2323
2324[[package]]
2325name = "matchit"
2326version = "0.8.4"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2329
2330[[package]]
2331name = "measure_time"
2332version = "0.9.0"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "51c55d61e72fc3ab704396c5fa16f4c184db37978ae4e94ca8959693a235fc0e"
2335dependencies = [
2336 "log",
2337]
2338
2339[[package]]
2340name = "memchr"
2341version = "2.8.1"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
2344
2345[[package]]
2346name = "memmap2"
2347version = "0.9.10"
2348source = "registry+https://github.com/rust-lang/crates.io-index"
2349checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
2350dependencies = [
2351 "libc",
2352]
2353
2354[[package]]
2355name = "memoffset"
2356version = "0.9.1"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2359dependencies = [
2360 "autocfg",
2361]
2362
2363[[package]]
2364name = "miette"
2365version = "7.6.0"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
2368dependencies = [
2369 "cfg-if",
2370 "miette-derive",
2371 "unicode-width",
2372]
2373
2374[[package]]
2375name = "miette-derive"
2376version = "7.6.0"
2377source = "registry+https://github.com/rust-lang/crates.io-index"
2378checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
2379dependencies = [
2380 "proc-macro2",
2381 "quote",
2382 "syn",
2383]
2384
2385[[package]]
2386name = "mime"
2387version = "0.3.17"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2390
2391[[package]]
2392name = "mini-moka-wasm"
2393version = "0.10.99"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "0102b9a2ad50fa47ca89eead2316c8222285ecfbd3f69ce99564fbe4253866e8"
2396dependencies = [
2397 "crossbeam-channel",
2398 "crossbeam-utils",
2399 "dashmap",
2400 "smallvec",
2401 "tagptr",
2402 "triomphe",
2403 "web-time",
2404]
2405
2406[[package]]
2407name = "minimal-lexical"
2408version = "0.2.1"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2411
2412[[package]]
2413name = "miniz_oxide"
2414version = "0.8.9"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2417dependencies = [
2418 "adler2",
2419 "simd-adler32",
2420]
2421
2422[[package]]
2423name = "mio"
2424version = "1.2.0"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
2427dependencies = [
2428 "libc",
2429 "wasi",
2430 "windows-sys 0.61.2",
2431]
2432
2433[[package]]
2434name = "multibase"
2435version = "0.9.2"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
2438dependencies = [
2439 "base-x",
2440 "base256emoji",
2441 "data-encoding",
2442 "data-encoding-macro",
2443]
2444
2445[[package]]
2446name = "multihash"
2447version = "0.19.5"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447"
2450dependencies = [
2451 "serde",
2452 "unsigned-varint",
2453]
2454
2455[[package]]
2456name = "multimap"
2457version = "0.10.1"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
2460
2461[[package]]
2462name = "murmur3"
2463version = "0.4.1"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "a198f9589efc03f544388dfc4a19fe8af4323662b62f598b8dcfdac62c14771c"
2466dependencies = [
2467 "byteorder",
2468]
2469
2470[[package]]
2471name = "murmurhash32"
2472version = "0.3.1"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b"
2475
2476[[package]]
2477name = "mycelium-bitfield"
2478version = "0.1.5"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
2481
2482[[package]]
2483name = "n0-future"
2484version = "0.1.3"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
2487dependencies = [
2488 "cfg_aliases",
2489 "derive_more",
2490 "futures-buffered",
2491 "futures-lite",
2492 "futures-util",
2493 "js-sys",
2494 "pin-project",
2495 "send_wrapper",
2496 "tokio",
2497 "tokio-util",
2498 "wasm-bindgen",
2499 "wasm-bindgen-futures",
2500 "web-time",
2501]
2502
2503[[package]]
2504name = "nix"
2505version = "0.31.3"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
2508dependencies = [
2509 "bitflags",
2510 "cfg-if",
2511 "cfg_aliases",
2512 "libc",
2513 "memoffset",
2514]
2515
2516[[package]]
2517name = "nom"
2518version = "7.1.3"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2521dependencies = [
2522 "memchr",
2523 "minimal-lexical",
2524]
2525
2526[[package]]
2527name = "nu-ansi-term"
2528version = "0.50.3"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2531dependencies = [
2532 "windows-sys 0.61.2",
2533]
2534
2535[[package]]
2536name = "num-conv"
2537version = "0.2.2"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
2540
2541[[package]]
2542name = "num-traits"
2543version = "0.2.19"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2546dependencies = [
2547 "autocfg",
2548]
2549
2550[[package]]
2551name = "num_cpus"
2552version = "1.17.0"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2555dependencies = [
2556 "hermit-abi",
2557 "libc",
2558]
2559
2560[[package]]
2561name = "once_cell"
2562version = "1.21.4"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2565
2566[[package]]
2567name = "once_cell_polyfill"
2568version = "1.70.2"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2571
2572[[package]]
2573name = "oneshot"
2574version = "0.1.13"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "269bca4c2591a28585d6bf10d9ed0332b7d76900a1b02bec41bdc3a2cdcda107"
2577
2578[[package]]
2579name = "oorandom"
2580version = "11.1.5"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
2583
2584[[package]]
2585name = "openssl-probe"
2586version = "0.2.1"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
2589
2590[[package]]
2591name = "ordered-float"
2592version = "2.10.1"
2593source = "registry+https://github.com/rust-lang/crates.io-index"
2594checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2595dependencies = [
2596 "num-traits",
2597]
2598
2599[[package]]
2600name = "ordered-float"
2601version = "5.3.0"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
2604dependencies = [
2605 "num-traits",
2606]
2607
2608[[package]]
2609name = "ouroboros"
2610version = "0.18.5"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
2613dependencies = [
2614 "aliasable",
2615 "ouroboros_macro",
2616 "static_assertions",
2617]
2618
2619[[package]]
2620name = "ouroboros_macro"
2621version = "0.18.5"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
2624dependencies = [
2625 "heck 0.4.1",
2626 "proc-macro2",
2627 "proc-macro2-diagnostics",
2628 "quote",
2629 "syn",
2630]
2631
2632[[package]]
2633name = "ownedbytes"
2634version = "0.9.0"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "2fbd56f7631767e61784dc43f8580f403f4475bd4aaa4da003e6295e1bab4a7e"
2637dependencies = [
2638 "stable_deref_trait",
2639]
2640
2641[[package]]
2642name = "oxilangtag"
2643version = "0.1.6"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f"
2646dependencies = [
2647 "serde",
2648]
2649
2650[[package]]
2651name = "p256"
2652version = "0.13.2"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2655dependencies = [
2656 "ecdsa",
2657 "elliptic-curve",
2658 "primeorder",
2659 "sha2",
2660]
2661
2662[[package]]
2663name = "page_size"
2664version = "0.6.0"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
2667dependencies = [
2668 "libc",
2669 "winapi",
2670]
2671
2672[[package]]
2673name = "parking"
2674version = "2.2.1"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2677
2678[[package]]
2679name = "parking_lot"
2680version = "0.12.5"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2683dependencies = [
2684 "lock_api",
2685 "parking_lot_core",
2686]
2687
2688[[package]]
2689name = "parking_lot_core"
2690version = "0.9.12"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2693dependencies = [
2694 "cfg-if",
2695 "libc",
2696 "redox_syscall",
2697 "smallvec",
2698 "windows-link",
2699]
2700
2701[[package]]
2702name = "paste"
2703version = "1.0.15"
2704source = "registry+https://github.com/rust-lang/crates.io-index"
2705checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2706
2707[[package]]
2708name = "pem-rfc7468"
2709version = "0.7.0"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2712dependencies = [
2713 "base64ct",
2714]
2715
2716[[package]]
2717name = "percent-encoding"
2718version = "2.3.2"
2719source = "registry+https://github.com/rust-lang/crates.io-index"
2720checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2721
2722[[package]]
2723name = "petgraph"
2724version = "0.8.3"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
2727dependencies = [
2728 "fixedbitset",
2729 "hashbrown 0.15.5",
2730 "indexmap",
2731]
2732
2733[[package]]
2734name = "phf"
2735version = "0.11.3"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2738dependencies = [
2739 "phf_macros",
2740 "phf_shared",
2741]
2742
2743[[package]]
2744name = "phf_generator"
2745version = "0.11.3"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2748dependencies = [
2749 "phf_shared",
2750 "rand 0.8.6",
2751]
2752
2753[[package]]
2754name = "phf_macros"
2755version = "0.11.3"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2758dependencies = [
2759 "phf_generator",
2760 "phf_shared",
2761 "proc-macro2",
2762 "quote",
2763 "syn",
2764]
2765
2766[[package]]
2767name = "phf_shared"
2768version = "0.11.3"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2771dependencies = [
2772 "siphasher",
2773]
2774
2775[[package]]
2776name = "pin-project"
2777version = "1.1.13"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
2780dependencies = [
2781 "pin-project-internal",
2782]
2783
2784[[package]]
2785name = "pin-project-internal"
2786version = "1.1.13"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
2789dependencies = [
2790 "proc-macro2",
2791 "quote",
2792 "syn",
2793]
2794
2795[[package]]
2796name = "pin-project-lite"
2797version = "0.2.17"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2800
2801[[package]]
2802name = "pkcs8"
2803version = "0.10.2"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2806dependencies = [
2807 "der",
2808 "spki",
2809]
2810
2811[[package]]
2812name = "pkg-config"
2813version = "0.3.33"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
2816
2817[[package]]
2818name = "portable-atomic"
2819version = "1.13.1"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2822
2823[[package]]
2824name = "postcard"
2825version = "1.1.3"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
2828dependencies = [
2829 "cobs",
2830 "embedded-io 0.4.0",
2831 "embedded-io 0.6.1",
2832 "heapless",
2833 "serde",
2834]
2835
2836[[package]]
2837name = "potential_utf"
2838version = "0.1.5"
2839source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2841dependencies = [
2842 "zerovec",
2843]
2844
2845[[package]]
2846name = "powerfmt"
2847version = "0.2.0"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2850
2851[[package]]
2852name = "ppv-lite86"
2853version = "0.2.21"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2856dependencies = [
2857 "zerocopy",
2858]
2859
2860[[package]]
2861name = "prettyplease"
2862version = "0.2.37"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2865dependencies = [
2866 "proc-macro2",
2867 "syn",
2868]
2869
2870[[package]]
2871name = "primeorder"
2872version = "0.13.6"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2875dependencies = [
2876 "elliptic-curve",
2877]
2878
2879[[package]]
2880name = "proc-macro2"
2881version = "1.0.106"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2884dependencies = [
2885 "unicode-ident",
2886]
2887
2888[[package]]
2889name = "proc-macro2-diagnostics"
2890version = "0.10.1"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2893dependencies = [
2894 "proc-macro2",
2895 "quote",
2896 "syn",
2897 "version_check",
2898 "yansi",
2899]
2900
2901[[package]]
2902name = "prost"
2903version = "0.14.3"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
2906dependencies = [
2907 "bytes",
2908 "prost-derive",
2909]
2910
2911[[package]]
2912name = "prost-build"
2913version = "0.14.3"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
2916dependencies = [
2917 "heck 0.5.0",
2918 "itertools 0.14.0",
2919 "log",
2920 "multimap",
2921 "petgraph",
2922 "prettyplease",
2923 "prost",
2924 "prost-types",
2925 "regex",
2926 "syn",
2927 "tempfile",
2928]
2929
2930[[package]]
2931name = "prost-derive"
2932version = "0.14.3"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
2935dependencies = [
2936 "anyhow",
2937 "itertools 0.14.0",
2938 "proc-macro2",
2939 "quote",
2940 "syn",
2941]
2942
2943[[package]]
2944name = "prost-protovalidate"
2945version = "0.3.0"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "c3807965edce2730437ec19f99eae81064d152421c4c875a3e8f9e80cf2dd234"
2948dependencies = [
2949 "cel",
2950 "chrono",
2951 "fluent-uri",
2952 "prost",
2953 "prost-protovalidate-types",
2954 "prost-reflect",
2955 "prost-types",
2956 "regex",
2957 "serde_json",
2958 "thiserror 2.0.18",
2959]
2960
2961[[package]]
2962name = "prost-protovalidate-types"
2963version = "0.3.0"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "ddb5c8151aa3da0ea9ba5d91b170c7763b6c7c7352c3643d57b2b28de29afde9"
2966dependencies = [
2967 "prost",
2968 "prost-build",
2969 "prost-reflect",
2970 "prost-reflect-build",
2971 "prost-types",
2972 "thiserror 2.0.18",
2973]
2974
2975[[package]]
2976name = "prost-reflect"
2977version = "0.16.4"
2978source = "registry+https://github.com/rust-lang/crates.io-index"
2979checksum = "590aa145fee8f7a26b5a6055365e7c5e89a5c1caae9869de76ec0ee73181a2f9"
2980dependencies = [
2981 "base64",
2982 "prost",
2983 "prost-reflect-derive",
2984 "prost-types",
2985 "serde",
2986 "serde-value",
2987]
2988
2989[[package]]
2990name = "prost-reflect-build"
2991version = "0.16.0"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "8214ae2c30bbac390db0134d08300e770ef89b6d4e5abf855e8d300eded87e28"
2994dependencies = [
2995 "prost-build",
2996 "prost-reflect",
2997]
2998
2999[[package]]
3000name = "prost-reflect-derive"
3001version = "0.16.0"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "7b6d90e29fa6c0d13c2c19ba5e4b3fb0efbf5975d27bcf4e260b7b15455bcabe"
3004dependencies = [
3005 "proc-macro2",
3006 "quote",
3007 "syn",
3008]
3009
3010[[package]]
3011name = "prost-types"
3012version = "0.14.3"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
3015dependencies = [
3016 "prost",
3017]
3018
3019[[package]]
3020name = "quick_cache"
3021version = "0.6.22"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "d1c821816e9b928e20e92ed59bb3ac4aab321d16ca2316871c9fe7ca739cd477"
3024dependencies = [
3025 "ahash",
3026 "equivalent",
3027 "hashbrown 0.16.1",
3028 "parking_lot",
3029]
3030
3031[[package]]
3032name = "quinn"
3033version = "0.11.9"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
3036dependencies = [
3037 "bytes",
3038 "cfg_aliases",
3039 "pin-project-lite",
3040 "quinn-proto",
3041 "quinn-udp",
3042 "rustc-hash",
3043 "rustls",
3044 "socket2",
3045 "thiserror 2.0.18",
3046 "tokio",
3047 "tracing",
3048 "web-time",
3049]
3050
3051[[package]]
3052name = "quinn-proto"
3053version = "0.11.14"
3054source = "registry+https://github.com/rust-lang/crates.io-index"
3055checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
3056dependencies = [
3057 "bytes",
3058 "getrandom 0.3.4",
3059 "lru-slab",
3060 "rand 0.9.4",
3061 "ring",
3062 "rustc-hash",
3063 "rustls",
3064 "rustls-pki-types",
3065 "slab",
3066 "thiserror 2.0.18",
3067 "tinyvec",
3068 "tracing",
3069 "web-time",
3070]
3071
3072[[package]]
3073name = "quinn-udp"
3074version = "0.5.14"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
3077dependencies = [
3078 "cfg_aliases",
3079 "libc",
3080 "once_cell",
3081 "socket2",
3082 "tracing",
3083 "windows-sys 0.60.2",
3084]
3085
3086[[package]]
3087name = "quote"
3088version = "1.0.45"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
3091dependencies = [
3092 "proc-macro2",
3093]
3094
3095[[package]]
3096name = "r-efi"
3097version = "5.3.0"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3100
3101[[package]]
3102name = "r-efi"
3103version = "6.0.0"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
3106
3107[[package]]
3108name = "rand"
3109version = "0.8.6"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
3112dependencies = [
3113 "libc",
3114 "rand_chacha 0.3.1",
3115 "rand_core 0.6.4",
3116]
3117
3118[[package]]
3119name = "rand"
3120version = "0.9.4"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
3123dependencies = [
3124 "rand_chacha 0.9.0",
3125 "rand_core 0.9.5",
3126]
3127
3128[[package]]
3129name = "rand_chacha"
3130version = "0.3.1"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3133dependencies = [
3134 "ppv-lite86",
3135 "rand_core 0.6.4",
3136]
3137
3138[[package]]
3139name = "rand_chacha"
3140version = "0.9.0"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3143dependencies = [
3144 "ppv-lite86",
3145 "rand_core 0.9.5",
3146]
3147
3148[[package]]
3149name = "rand_core"
3150version = "0.6.4"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3153dependencies = [
3154 "getrandom 0.2.17",
3155]
3156
3157[[package]]
3158name = "rand_core"
3159version = "0.9.5"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
3162dependencies = [
3163 "getrandom 0.3.4",
3164]
3165
3166[[package]]
3167name = "rayon"
3168version = "1.12.0"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
3171dependencies = [
3172 "either",
3173 "rayon-core",
3174]
3175
3176[[package]]
3177name = "rayon-core"
3178version = "1.13.0"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
3181dependencies = [
3182 "crossbeam-deque",
3183 "crossbeam-utils",
3184]
3185
3186[[package]]
3187name = "redox_syscall"
3188version = "0.5.18"
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3191dependencies = [
3192 "bitflags",
3193]
3194
3195[[package]]
3196name = "ref-cast"
3197version = "1.0.25"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
3200dependencies = [
3201 "ref-cast-impl",
3202]
3203
3204[[package]]
3205name = "ref-cast-impl"
3206version = "1.0.25"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
3209dependencies = [
3210 "proc-macro2",
3211 "quote",
3212 "syn",
3213]
3214
3215[[package]]
3216name = "regex"
3217version = "1.12.3"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
3220dependencies = [
3221 "aho-corasick",
3222 "memchr",
3223 "regex-automata",
3224 "regex-syntax",
3225]
3226
3227[[package]]
3228name = "regex-automata"
3229version = "0.4.14"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
3232dependencies = [
3233 "aho-corasick",
3234 "memchr",
3235 "regex-syntax",
3236]
3237
3238[[package]]
3239name = "regex-lite"
3240version = "0.1.9"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
3243
3244[[package]]
3245name = "regex-syntax"
3246version = "0.8.10"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
3249
3250[[package]]
3251name = "reqwest"
3252version = "0.12.28"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
3255dependencies = [
3256 "base64",
3257 "bytes",
3258 "encoding_rs",
3259 "futures-core",
3260 "futures-util",
3261 "h2",
3262 "http",
3263 "http-body",
3264 "http-body-util",
3265 "hyper",
3266 "hyper-rustls",
3267 "hyper-util",
3268 "js-sys",
3269 "log",
3270 "mime",
3271 "percent-encoding",
3272 "pin-project-lite",
3273 "quinn",
3274 "rustls",
3275 "rustls-pki-types",
3276 "serde",
3277 "serde_json",
3278 "serde_urlencoded",
3279 "sync_wrapper",
3280 "tokio",
3281 "tokio-rustls",
3282 "tokio-util",
3283 "tower",
3284 "tower-http",
3285 "tower-service",
3286 "url",
3287 "wasm-bindgen",
3288 "wasm-bindgen-futures",
3289 "wasm-streams",
3290 "web-sys",
3291 "webpki-roots 1.0.7",
3292]
3293
3294[[package]]
3295name = "rfc6979"
3296version = "0.4.0"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3299dependencies = [
3300 "hmac",
3301 "subtle",
3302]
3303
3304[[package]]
3305name = "ring"
3306version = "0.17.14"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3309dependencies = [
3310 "cc",
3311 "cfg-if",
3312 "getrandom 0.2.17",
3313 "libc",
3314 "untrusted",
3315 "windows-sys 0.52.0",
3316]
3317
3318[[package]]
3319name = "rust-stemmers"
3320version = "1.2.0"
3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
3323dependencies = [
3324 "serde",
3325 "serde_derive",
3326]
3327
3328[[package]]
3329name = "rustc-hash"
3330version = "2.1.2"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
3333
3334[[package]]
3335name = "rustc_version"
3336version = "0.4.1"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3339dependencies = [
3340 "semver",
3341]
3342
3343[[package]]
3344name = "rustix"
3345version = "1.1.4"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
3348dependencies = [
3349 "bitflags",
3350 "errno",
3351 "libc",
3352 "linux-raw-sys",
3353 "windows-sys 0.61.2",
3354]
3355
3356[[package]]
3357name = "rustls"
3358version = "0.23.40"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
3361dependencies = [
3362 "once_cell",
3363 "ring",
3364 "rustls-pki-types",
3365 "rustls-webpki",
3366 "subtle",
3367 "zeroize",
3368]
3369
3370[[package]]
3371name = "rustls-native-certs"
3372version = "0.8.3"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
3375dependencies = [
3376 "openssl-probe",
3377 "rustls-pki-types",
3378 "schannel",
3379 "security-framework",
3380]
3381
3382[[package]]
3383name = "rustls-pki-types"
3384version = "1.14.1"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
3387dependencies = [
3388 "web-time",
3389 "zeroize",
3390]
3391
3392[[package]]
3393name = "rustls-webpki"
3394version = "0.103.13"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
3397dependencies = [
3398 "ring",
3399 "rustls-pki-types",
3400 "untrusted",
3401]
3402
3403[[package]]
3404name = "rustversion"
3405version = "1.0.22"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3408
3409[[package]]
3410name = "ryu"
3411version = "1.0.23"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3414
3415[[package]]
3416name = "saa"
3417version = "5.6.0"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "68f5acb362a0e75c2a963532fa7fabf13dff81626dc494df16488d30befcbea0"
3420
3421[[package]]
3422name = "same-file"
3423version = "1.0.6"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3426dependencies = [
3427 "winapi-util",
3428]
3429
3430[[package]]
3431name = "scc"
3432version = "3.7.1"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "5bcd12b6caff5213cc3c03123cde8c3db5e413008a63b0c0ba35e6275825ea92"
3435dependencies = [
3436 "saa",
3437 "sdd",
3438]
3439
3440[[package]]
3441name = "schannel"
3442version = "0.1.29"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
3445dependencies = [
3446 "windows-sys 0.61.2",
3447]
3448
3449[[package]]
3450name = "scoped-tls"
3451version = "1.0.1"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3454
3455[[package]]
3456name = "scopeguard"
3457version = "1.2.0"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3460
3461[[package]]
3462name = "sdd"
3463version = "4.8.6"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "e5f0e40a01b94e35d1dacbcfbe5bfd3d31e37d9590b2e6d86a82b0e87bd4f551"
3466dependencies = [
3467 "saa",
3468]
3469
3470[[package]]
3471name = "sec1"
3472version = "0.7.3"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3475dependencies = [
3476 "base16ct",
3477 "der",
3478 "generic-array",
3479 "pkcs8",
3480 "subtle",
3481 "zeroize",
3482]
3483
3484[[package]]
3485name = "security-framework"
3486version = "3.7.0"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
3489dependencies = [
3490 "bitflags",
3491 "core-foundation 0.10.1",
3492 "core-foundation-sys",
3493 "libc",
3494 "security-framework-sys",
3495]
3496
3497[[package]]
3498name = "security-framework-sys"
3499version = "2.17.0"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
3502dependencies = [
3503 "core-foundation-sys",
3504 "libc",
3505]
3506
3507[[package]]
3508name = "semver"
3509version = "1.0.28"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
3512
3513[[package]]
3514name = "send_wrapper"
3515version = "0.6.0"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
3518
3519[[package]]
3520name = "serde"
3521version = "1.0.228"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3524dependencies = [
3525 "serde_core",
3526 "serde_derive",
3527]
3528
3529[[package]]
3530name = "serde-value"
3531version = "0.7.0"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
3534dependencies = [
3535 "ordered-float 2.10.1",
3536 "serde",
3537]
3538
3539[[package]]
3540name = "serde_bytes"
3541version = "0.11.19"
3542source = "registry+https://github.com/rust-lang/crates.io-index"
3543checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
3544dependencies = [
3545 "serde",
3546 "serde_core",
3547]
3548
3549[[package]]
3550name = "serde_core"
3551version = "1.0.228"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3554dependencies = [
3555 "serde_derive",
3556]
3557
3558[[package]]
3559name = "serde_derive"
3560version = "1.0.228"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3563dependencies = [
3564 "proc-macro2",
3565 "quote",
3566 "syn",
3567]
3568
3569[[package]]
3570name = "serde_html_form"
3571version = "0.3.2"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
3574dependencies = [
3575 "form_urlencoded",
3576 "indexmap",
3577 "itoa",
3578 "serde_core",
3579]
3580
3581[[package]]
3582name = "serde_ipld_dagcbor"
3583version = "0.6.4"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
3586dependencies = [
3587 "cbor4ii",
3588 "ipld-core",
3589 "scopeguard",
3590 "serde",
3591]
3592
3593[[package]]
3594name = "serde_json"
3595version = "1.0.150"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
3598dependencies = [
3599 "itoa",
3600 "memchr",
3601 "serde",
3602 "serde_core",
3603 "zmij",
3604]
3605
3606[[package]]
3607name = "serde_path_to_error"
3608version = "0.1.20"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3611dependencies = [
3612 "itoa",
3613 "serde",
3614 "serde_core",
3615]
3616
3617[[package]]
3618name = "serde_repr"
3619version = "0.1.20"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3622dependencies = [
3623 "proc-macro2",
3624 "quote",
3625 "syn",
3626]
3627
3628[[package]]
3629name = "serde_spanned"
3630version = "1.1.1"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
3633dependencies = [
3634 "serde_core",
3635]
3636
3637[[package]]
3638name = "serde_urlencoded"
3639version = "0.7.1"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3642dependencies = [
3643 "form_urlencoded",
3644 "itoa",
3645 "ryu",
3646 "serde",
3647]
3648
3649[[package]]
3650name = "serde_with"
3651version = "3.20.0"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "e72c1c2cb7b223fafb600a619537a871c2818583d619401b785e7c0b746ccde2"
3654dependencies = [
3655 "base64",
3656 "bs58",
3657 "chrono",
3658 "hex",
3659 "serde_core",
3660 "serde_json",
3661 "serde_with_macros",
3662 "time",
3663]
3664
3665[[package]]
3666name = "serde_with_macros"
3667version = "3.20.0"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "b90c488738ecb4fb0262f41f43bc40efc5868d9fb744319ddf5f5317f417bfac"
3670dependencies = [
3671 "darling",
3672 "proc-macro2",
3673 "quote",
3674 "syn",
3675]
3676
3677[[package]]
3678name = "sha1"
3679version = "0.10.6"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3682dependencies = [
3683 "cfg-if",
3684 "cpufeatures",
3685 "digest",
3686]
3687
3688[[package]]
3689name = "sha2"
3690version = "0.10.9"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3693dependencies = [
3694 "cfg-if",
3695 "cpufeatures",
3696 "digest",
3697]
3698
3699[[package]]
3700name = "sharded-slab"
3701version = "0.1.7"
3702source = "registry+https://github.com/rust-lang/crates.io-index"
3703checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3704dependencies = [
3705 "lazy_static",
3706]
3707
3708[[package]]
3709name = "shlex"
3710version = "1.3.0"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3713
3714[[package]]
3715name = "shuttle"
3716version = "0.1.0"
3717dependencies = [
3718 "anyhow",
3719 "base64",
3720 "nix",
3721 "once_cell",
3722 "prost",
3723 "prost-protovalidate",
3724 "prost-reflect",
3725 "serde",
3726 "serde_json",
3727 "tempfile",
3728 "tokio",
3729 "tokio-vsock",
3730 "tracing",
3731 "tracing-subscriber",
3732]
3733
3734[[package]]
3735name = "signal-hook-registry"
3736version = "1.4.8"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3739dependencies = [
3740 "errno",
3741 "libc",
3742]
3743
3744[[package]]
3745name = "signature"
3746version = "2.2.0"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3749dependencies = [
3750 "digest",
3751 "rand_core 0.6.4",
3752]
3753
3754[[package]]
3755name = "simd-adler32"
3756version = "0.3.9"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
3759
3760[[package]]
3761name = "siphasher"
3762version = "1.0.3"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
3765
3766[[package]]
3767name = "sketches-ddsketch"
3768version = "0.4.0"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "05e40b6cf54d988dc1a2223531b969c9a9e30906ad90ef64890c27b4bfbb46ea"
3771dependencies = [
3772 "serde",
3773]
3774
3775[[package]]
3776name = "slab"
3777version = "0.4.12"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3780
3781[[package]]
3782name = "smallvec"
3783version = "1.15.1"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3786
3787[[package]]
3788name = "smol_str"
3789version = "0.3.6"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
3792dependencies = [
3793 "borsh",
3794 "serde_core",
3795]
3796
3797[[package]]
3798name = "socket2"
3799version = "0.6.3"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
3802dependencies = [
3803 "libc",
3804 "windows-sys 0.61.2",
3805]
3806
3807[[package]]
3808name = "spin"
3809version = "0.9.8"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3812dependencies = [
3813 "lock_api",
3814]
3815
3816[[package]]
3817name = "spin"
3818version = "0.10.0"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
3821
3822[[package]]
3823name = "spki"
3824version = "0.7.3"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3827dependencies = [
3828 "base64ct",
3829 "der",
3830]
3831
3832[[package]]
3833name = "stable_deref_trait"
3834version = "1.2.1"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3837
3838[[package]]
3839name = "static_assertions"
3840version = "1.1.0"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3843
3844[[package]]
3845name = "strsim"
3846version = "0.11.1"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3849
3850[[package]]
3851name = "subtle"
3852version = "2.6.1"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3855
3856[[package]]
3857name = "syn"
3858version = "2.0.117"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
3861dependencies = [
3862 "proc-macro2",
3863 "quote",
3864 "unicode-ident",
3865]
3866
3867[[package]]
3868name = "sync_wrapper"
3869version = "1.0.2"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3872dependencies = [
3873 "futures-core",
3874]
3875
3876[[package]]
3877name = "synstructure"
3878version = "0.13.2"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3881dependencies = [
3882 "proc-macro2",
3883 "quote",
3884 "syn",
3885]
3886
3887[[package]]
3888name = "system-configuration"
3889version = "0.7.0"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
3892dependencies = [
3893 "bitflags",
3894 "core-foundation 0.9.4",
3895 "system-configuration-sys",
3896]
3897
3898[[package]]
3899name = "system-configuration-sys"
3900version = "0.6.0"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3903dependencies = [
3904 "core-foundation-sys",
3905 "libc",
3906]
3907
3908[[package]]
3909name = "tagptr"
3910version = "0.2.0"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3913
3914[[package]]
3915name = "tantivy"
3916version = "0.26.1"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "edde6a10743fff00a4e1a8c9ef020bf5f3cbad301b7d2d39f2b07f123c4eac07"
3919dependencies = [
3920 "aho-corasick",
3921 "arc-swap",
3922 "base64",
3923 "bitpacking",
3924 "bon",
3925 "byteorder",
3926 "census",
3927 "crc32fast",
3928 "crossbeam-channel",
3929 "datasketches",
3930 "downcast-rs",
3931 "fastdivide",
3932 "fnv",
3933 "fs4",
3934 "htmlescape",
3935 "itertools 0.14.0",
3936 "levenshtein_automata",
3937 "log",
3938 "lru",
3939 "lz4_flex",
3940 "measure_time",
3941 "memmap2",
3942 "once_cell",
3943 "oneshot",
3944 "rayon",
3945 "regex",
3946 "rust-stemmers",
3947 "rustc-hash",
3948 "serde",
3949 "serde_json",
3950 "sketches-ddsketch",
3951 "smallvec",
3952 "tantivy-bitpacker",
3953 "tantivy-columnar",
3954 "tantivy-common",
3955 "tantivy-fst",
3956 "tantivy-query-grammar",
3957 "tantivy-stacker",
3958 "tantivy-tokenizer-api",
3959 "tempfile",
3960 "thiserror 2.0.18",
3961 "time",
3962 "typetag",
3963 "uuid",
3964 "winapi",
3965]
3966
3967[[package]]
3968name = "tantivy-bitpacker"
3969version = "0.10.0"
3970source = "registry+https://github.com/rust-lang/crates.io-index"
3971checksum = "4fed3d674429bcd2de5d0a6d1aa5495fed8afd9c5ecce993019caf7615f53fa4"
3972dependencies = [
3973 "bitpacking",
3974]
3975
3976[[package]]
3977name = "tantivy-columnar"
3978version = "0.7.0"
3979source = "registry+https://github.com/rust-lang/crates.io-index"
3980checksum = "c57166f5bcfd478f370ab8445afb4678dce44801fa5ce5c451aaf8595583c5dc"
3981dependencies = [
3982 "downcast-rs",
3983 "fastdivide",
3984 "itertools 0.14.0",
3985 "serde",
3986 "tantivy-bitpacker",
3987 "tantivy-common",
3988 "tantivy-sstable",
3989 "tantivy-stacker",
3990]
3991
3992[[package]]
3993name = "tantivy-common"
3994version = "0.11.0"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "bbf10915aa75da3c3b0d58b58853d2e889efbaf32d4982a4c3715dde6bba23e5"
3997dependencies = [
3998 "async-trait",
3999 "byteorder",
4000 "ownedbytes",
4001 "serde",
4002 "time",
4003]
4004
4005[[package]]
4006name = "tantivy-fst"
4007version = "0.5.0"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18"
4010dependencies = [
4011 "byteorder",
4012 "regex-syntax",
4013 "utf8-ranges",
4014]
4015
4016[[package]]
4017name = "tantivy-query-grammar"
4018version = "0.26.0"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "dfadb8526b6da90704feb293b0701a6aae62ea14983143344be2dc5ce30f1d82"
4021dependencies = [
4022 "fnv",
4023 "nom",
4024 "ordered-float 5.3.0",
4025 "serde",
4026 "serde_json",
4027]
4028
4029[[package]]
4030name = "tantivy-sstable"
4031version = "0.7.0"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "8a2cfc3ac5164cbadc28965ffb145a8f47582a60ae5897859ad8d4316596c606"
4034dependencies = [
4035 "futures-util",
4036 "itertools 0.14.0",
4037 "tantivy-bitpacker",
4038 "tantivy-common",
4039 "tantivy-fst",
4040 "zstd",
4041]
4042
4043[[package]]
4044name = "tantivy-stacker"
4045version = "0.7.0"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "6cbb051742da9d53ca9e8fff43a9b10e319338b24e2c0e15d0372df19ffeb951"
4048dependencies = [
4049 "murmurhash32",
4050 "tantivy-common",
4051]
4052
4053[[package]]
4054name = "tantivy-tokenizer-api"
4055version = "0.7.0"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "eac258c2c6390673f2685813afeeafcb8c4e0ee7de8dd3fc46838dcc37263f98"
4058dependencies = [
4059 "serde",
4060]
4061
4062[[package]]
4063name = "tempfile"
4064version = "3.27.0"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
4067dependencies = [
4068 "fastrand",
4069 "getrandom 0.4.2",
4070 "once_cell",
4071 "rustix",
4072 "windows-sys 0.61.2",
4073]
4074
4075[[package]]
4076name = "thiserror"
4077version = "1.0.69"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4080dependencies = [
4081 "thiserror-impl 1.0.69",
4082]
4083
4084[[package]]
4085name = "thiserror"
4086version = "2.0.18"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
4089dependencies = [
4090 "thiserror-impl 2.0.18",
4091]
4092
4093[[package]]
4094name = "thiserror-impl"
4095version = "1.0.69"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4098dependencies = [
4099 "proc-macro2",
4100 "quote",
4101 "syn",
4102]
4103
4104[[package]]
4105name = "thiserror-impl"
4106version = "2.0.18"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
4109dependencies = [
4110 "proc-macro2",
4111 "quote",
4112 "syn",
4113]
4114
4115[[package]]
4116name = "thread_local"
4117version = "1.1.9"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4120dependencies = [
4121 "cfg-if",
4122]
4123
4124[[package]]
4125name = "tikv-jemalloc-ctl"
4126version = "0.7.0"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "3a184c43b8ab2f41df2733b55556e3f5f632f4aeaa205b1bb018f574b7f5f142"
4129dependencies = [
4130 "libc",
4131 "paste",
4132 "tikv-jemalloc-sys",
4133]
4134
4135[[package]]
4136name = "tikv-jemalloc-sys"
4137version = "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "1a2825c78386b4ae0314074867860ba9577875de945f05992c38815cbec327f0"
4140dependencies = [
4141 "cc",
4142 "libc",
4143]
4144
4145[[package]]
4146name = "tikv-jemallocator"
4147version = "0.7.0"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "249f09e49ab1609436f34c776e84231bead18d6a955f119f939bdc1d847561bd"
4150dependencies = [
4151 "libc",
4152 "tikv-jemalloc-sys",
4153]
4154
4155[[package]]
4156name = "time"
4157version = "0.3.47"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
4160dependencies = [
4161 "deranged",
4162 "itoa",
4163 "num-conv",
4164 "powerfmt",
4165 "serde_core",
4166 "time-core",
4167 "time-macros",
4168]
4169
4170[[package]]
4171name = "time-core"
4172version = "0.1.8"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
4175
4176[[package]]
4177name = "time-macros"
4178version = "0.2.27"
4179source = "registry+https://github.com/rust-lang/crates.io-index"
4180checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
4181dependencies = [
4182 "num-conv",
4183 "time-core",
4184]
4185
4186[[package]]
4187name = "tinystr"
4188version = "0.8.3"
4189source = "registry+https://github.com/rust-lang/crates.io-index"
4190checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
4191dependencies = [
4192 "displaydoc",
4193 "zerovec",
4194]
4195
4196[[package]]
4197name = "tinytemplate"
4198version = "1.2.1"
4199source = "registry+https://github.com/rust-lang/crates.io-index"
4200checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
4201dependencies = [
4202 "serde",
4203 "serde_json",
4204]
4205
4206[[package]]
4207name = "tinyvec"
4208version = "1.11.0"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
4211dependencies = [
4212 "tinyvec_macros",
4213]
4214
4215[[package]]
4216name = "tinyvec_macros"
4217version = "0.1.1"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4220
4221[[package]]
4222name = "tokio"
4223version = "1.52.3"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
4226dependencies = [
4227 "bytes",
4228 "libc",
4229 "mio",
4230 "pin-project-lite",
4231 "signal-hook-registry",
4232 "socket2",
4233 "tokio-macros",
4234 "windows-sys 0.61.2",
4235]
4236
4237[[package]]
4238name = "tokio-macros"
4239version = "2.7.0"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
4242dependencies = [
4243 "proc-macro2",
4244 "quote",
4245 "syn",
4246]
4247
4248[[package]]
4249name = "tokio-rustls"
4250version = "0.26.4"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
4253dependencies = [
4254 "rustls",
4255 "tokio",
4256]
4257
4258[[package]]
4259name = "tokio-stream"
4260version = "0.1.18"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
4263dependencies = [
4264 "futures-core",
4265 "pin-project-lite",
4266 "tokio",
4267]
4268
4269[[package]]
4270name = "tokio-tungstenite"
4271version = "0.24.0"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
4274dependencies = [
4275 "futures-util",
4276 "log",
4277 "rustls",
4278 "rustls-native-certs",
4279 "rustls-pki-types",
4280 "tokio",
4281 "tokio-rustls",
4282 "tungstenite 0.24.0",
4283]
4284
4285[[package]]
4286name = "tokio-tungstenite"
4287version = "0.29.0"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
4290dependencies = [
4291 "futures-util",
4292 "log",
4293 "rustls",
4294 "rustls-pki-types",
4295 "tokio",
4296 "tokio-rustls",
4297 "tungstenite 0.29.0",
4298 "webpki-roots 0.26.11",
4299]
4300
4301[[package]]
4302name = "tokio-tungstenite-wasm"
4303version = "0.4.0"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
4306dependencies = [
4307 "futures-channel",
4308 "futures-util",
4309 "http",
4310 "httparse",
4311 "js-sys",
4312 "rustls",
4313 "thiserror 1.0.69",
4314 "tokio",
4315 "tokio-tungstenite 0.24.0",
4316 "wasm-bindgen",
4317 "web-sys",
4318]
4319
4320[[package]]
4321name = "tokio-util"
4322version = "0.7.18"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
4325dependencies = [
4326 "bytes",
4327 "futures-core",
4328 "futures-sink",
4329 "futures-util",
4330 "pin-project-lite",
4331 "tokio",
4332]
4333
4334[[package]]
4335name = "tokio-vsock"
4336version = "0.7.2"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "8b319ef9394889dab2e1b4f0085b45ba11d0c79dc9d1a9d1afc057d009d0f1c7"
4339dependencies = [
4340 "bytes",
4341 "futures",
4342 "libc",
4343 "tokio",
4344 "vsock",
4345]
4346
4347[[package]]
4348name = "toml"
4349version = "0.9.12+spec-1.1.0"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
4352dependencies = [
4353 "indexmap",
4354 "serde_core",
4355 "serde_spanned",
4356 "toml_datetime",
4357 "toml_parser",
4358 "toml_writer",
4359 "winnow 0.7.15",
4360]
4361
4362[[package]]
4363name = "toml_datetime"
4364version = "0.7.5+spec-1.1.0"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
4367dependencies = [
4368 "serde_core",
4369]
4370
4371[[package]]
4372name = "toml_parser"
4373version = "1.1.2+spec-1.1.0"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
4376dependencies = [
4377 "winnow 1.0.3",
4378]
4379
4380[[package]]
4381name = "toml_writer"
4382version = "1.1.1+spec-1.1.0"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
4385
4386[[package]]
4387name = "tower"
4388version = "0.5.3"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
4391dependencies = [
4392 "futures-core",
4393 "futures-util",
4394 "pin-project-lite",
4395 "sync_wrapper",
4396 "tokio",
4397 "tower-layer",
4398 "tower-service",
4399 "tracing",
4400]
4401
4402[[package]]
4403name = "tower-http"
4404version = "0.6.11"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
4407dependencies = [
4408 "async-compression",
4409 "bitflags",
4410 "bytes",
4411 "futures-core",
4412 "futures-util",
4413 "http",
4414 "http-body",
4415 "http-body-util",
4416 "pin-project-lite",
4417 "tokio",
4418 "tokio-util",
4419 "tower",
4420 "tower-layer",
4421 "tower-service",
4422 "tracing",
4423 "url",
4424]
4425
4426[[package]]
4427name = "tower-layer"
4428version = "0.3.3"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4431
4432[[package]]
4433name = "tower-service"
4434version = "0.3.3"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4437
4438[[package]]
4439name = "tracing"
4440version = "0.1.44"
4441source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
4443dependencies = [
4444 "log",
4445 "pin-project-lite",
4446 "tracing-attributes",
4447 "tracing-core",
4448]
4449
4450[[package]]
4451name = "tracing-attributes"
4452version = "0.1.31"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
4455dependencies = [
4456 "proc-macro2",
4457 "quote",
4458 "syn",
4459]
4460
4461[[package]]
4462name = "tracing-core"
4463version = "0.1.36"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
4466dependencies = [
4467 "once_cell",
4468 "valuable",
4469]
4470
4471[[package]]
4472name = "tracing-log"
4473version = "0.2.0"
4474source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4476dependencies = [
4477 "log",
4478 "once_cell",
4479 "tracing-core",
4480]
4481
4482[[package]]
4483name = "tracing-serde"
4484version = "0.2.0"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
4487dependencies = [
4488 "serde",
4489 "tracing-core",
4490]
4491
4492[[package]]
4493name = "tracing-subscriber"
4494version = "0.3.23"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
4497dependencies = [
4498 "matchers",
4499 "nu-ansi-term",
4500 "once_cell",
4501 "regex-automata",
4502 "serde",
4503 "serde_json",
4504 "sharded-slab",
4505 "smallvec",
4506 "thread_local",
4507 "tracing",
4508 "tracing-core",
4509 "tracing-log",
4510 "tracing-serde",
4511]
4512
4513[[package]]
4514name = "trait-variant"
4515version = "0.1.2"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
4518dependencies = [
4519 "proc-macro2",
4520 "quote",
4521 "syn",
4522]
4523
4524[[package]]
4525name = "triomphe"
4526version = "0.1.16"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "b40688ea6389c8171614b25491f71d4a27946e0c7ce2da1c6de27e25abf1a0ae"
4529
4530[[package]]
4531name = "try-lock"
4532version = "0.2.5"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4535
4536[[package]]
4537name = "tungstenite"
4538version = "0.24.0"
4539source = "registry+https://github.com/rust-lang/crates.io-index"
4540checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
4541dependencies = [
4542 "byteorder",
4543 "bytes",
4544 "data-encoding",
4545 "http",
4546 "httparse",
4547 "log",
4548 "rand 0.8.6",
4549 "rustls",
4550 "rustls-pki-types",
4551 "sha1",
4552 "thiserror 1.0.69",
4553 "utf-8",
4554]
4555
4556[[package]]
4557name = "tungstenite"
4558version = "0.29.0"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
4561dependencies = [
4562 "bytes",
4563 "data-encoding",
4564 "http",
4565 "httparse",
4566 "log",
4567 "rand 0.9.4",
4568 "rustls",
4569 "rustls-pki-types",
4570 "sha1",
4571 "thiserror 2.0.18",
4572]
4573
4574[[package]]
4575name = "typed-arena"
4576version = "2.0.2"
4577source = "registry+https://github.com/rust-lang/crates.io-index"
4578checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
4579
4580[[package]]
4581name = "typeid"
4582version = "1.0.3"
4583source = "registry+https://github.com/rust-lang/crates.io-index"
4584checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
4585
4586[[package]]
4587name = "typenum"
4588version = "1.20.0"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
4591
4592[[package]]
4593name = "typetag"
4594version = "0.2.22"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "c5a897b12c6c1151ad0b138b8db50252dc301f93bc3b027db05eec82aeed298c"
4597dependencies = [
4598 "erased-serde",
4599 "inventory",
4600 "once_cell",
4601 "serde",
4602 "typetag-impl",
4603]
4604
4605[[package]]
4606name = "typetag-impl"
4607version = "0.2.22"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "cf808357c6ed7e13ba0f3277ec8d8f21b2d501274895104263985330c726c1c5"
4610dependencies = [
4611 "proc-macro2",
4612 "quote",
4613 "syn",
4614]
4615
4616[[package]]
4617name = "unicode-ident"
4618version = "1.0.24"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
4621
4622[[package]]
4623name = "unicode-segmentation"
4624version = "1.13.2"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
4627
4628[[package]]
4629name = "unicode-width"
4630version = "0.1.14"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
4633
4634[[package]]
4635name = "unicode-xid"
4636version = "0.2.6"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
4639
4640[[package]]
4641name = "unsigned-varint"
4642version = "0.8.0"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
4645
4646[[package]]
4647name = "untrusted"
4648version = "0.9.0"
4649source = "registry+https://github.com/rust-lang/crates.io-index"
4650checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4651
4652[[package]]
4653name = "url"
4654version = "2.5.8"
4655source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
4657dependencies = [
4658 "form_urlencoded",
4659 "idna",
4660 "percent-encoding",
4661 "serde",
4662 "serde_derive",
4663]
4664
4665[[package]]
4666name = "utf-8"
4667version = "0.7.6"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4670
4671[[package]]
4672name = "utf8-ranges"
4673version = "1.0.5"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
4676
4677[[package]]
4678name = "utf8_iter"
4679version = "1.0.4"
4680source = "registry+https://github.com/rust-lang/crates.io-index"
4681checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4682
4683[[package]]
4684name = "utf8parse"
4685version = "0.2.2"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4688
4689[[package]]
4690name = "uuid"
4691version = "1.23.1"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
4694dependencies = [
4695 "getrandom 0.4.2",
4696 "js-sys",
4697 "serde_core",
4698 "wasm-bindgen",
4699]
4700
4701[[package]]
4702name = "valuable"
4703version = "0.1.1"
4704source = "registry+https://github.com/rust-lang/crates.io-index"
4705checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4706
4707[[package]]
4708name = "version_check"
4709version = "0.9.5"
4710source = "registry+https://github.com/rust-lang/crates.io-index"
4711checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4712
4713[[package]]
4714name = "vsock"
4715version = "0.5.4"
4716source = "registry+https://github.com/rust-lang/crates.io-index"
4717checksum = "6ba782755fc073877e567c2253c0be48e4aa9a254c232d36d3985dfae0bd5205"
4718dependencies = [
4719 "libc",
4720 "nix",
4721]
4722
4723[[package]]
4724name = "walkdir"
4725version = "2.5.0"
4726source = "registry+https://github.com/rust-lang/crates.io-index"
4727checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4728dependencies = [
4729 "same-file",
4730 "winapi-util",
4731]
4732
4733[[package]]
4734name = "want"
4735version = "0.3.1"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4738dependencies = [
4739 "try-lock",
4740]
4741
4742[[package]]
4743name = "wasi"
4744version = "0.11.1+wasi-snapshot-preview1"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4747
4748[[package]]
4749name = "wasip2"
4750version = "1.0.3+wasi-0.2.9"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
4753dependencies = [
4754 "wit-bindgen 0.57.1",
4755]
4756
4757[[package]]
4758name = "wasip3"
4759version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
4762dependencies = [
4763 "wit-bindgen 0.51.0",
4764]
4765
4766[[package]]
4767name = "wasm-bindgen"
4768version = "0.2.122"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
4771dependencies = [
4772 "cfg-if",
4773 "once_cell",
4774 "rustversion",
4775 "wasm-bindgen-macro",
4776 "wasm-bindgen-shared",
4777]
4778
4779[[package]]
4780name = "wasm-bindgen-futures"
4781version = "0.4.72"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f"
4784dependencies = [
4785 "js-sys",
4786 "wasm-bindgen",
4787]
4788
4789[[package]]
4790name = "wasm-bindgen-macro"
4791version = "0.2.122"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
4794dependencies = [
4795 "quote",
4796 "wasm-bindgen-macro-support",
4797]
4798
4799[[package]]
4800name = "wasm-bindgen-macro-support"
4801version = "0.2.122"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
4804dependencies = [
4805 "bumpalo",
4806 "proc-macro2",
4807 "quote",
4808 "syn",
4809 "wasm-bindgen-shared",
4810]
4811
4812[[package]]
4813name = "wasm-bindgen-shared"
4814version = "0.2.122"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
4817dependencies = [
4818 "unicode-ident",
4819]
4820
4821[[package]]
4822name = "wasm-encoder"
4823version = "0.244.0"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
4826dependencies = [
4827 "leb128fmt",
4828 "wasmparser",
4829]
4830
4831[[package]]
4832name = "wasm-metadata"
4833version = "0.244.0"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
4836dependencies = [
4837 "anyhow",
4838 "indexmap",
4839 "wasm-encoder",
4840 "wasmparser",
4841]
4842
4843[[package]]
4844name = "wasm-streams"
4845version = "0.4.2"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4848dependencies = [
4849 "futures-util",
4850 "js-sys",
4851 "wasm-bindgen",
4852 "wasm-bindgen-futures",
4853 "web-sys",
4854]
4855
4856[[package]]
4857name = "wasmparser"
4858version = "0.244.0"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
4861dependencies = [
4862 "bitflags",
4863 "hashbrown 0.15.5",
4864 "indexmap",
4865 "semver",
4866]
4867
4868[[package]]
4869name = "web-sys"
4870version = "0.3.99"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436"
4873dependencies = [
4874 "js-sys",
4875 "wasm-bindgen",
4876]
4877
4878[[package]]
4879name = "web-time"
4880version = "1.1.0"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4883dependencies = [
4884 "js-sys",
4885 "wasm-bindgen",
4886]
4887
4888[[package]]
4889name = "webpki-roots"
4890version = "0.26.11"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
4893dependencies = [
4894 "webpki-roots 1.0.7",
4895]
4896
4897[[package]]
4898name = "webpki-roots"
4899version = "1.0.7"
4900source = "registry+https://github.com/rust-lang/crates.io-index"
4901checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
4902dependencies = [
4903 "rustls-pki-types",
4904]
4905
4906[[package]]
4907name = "winapi"
4908version = "0.3.9"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4911dependencies = [
4912 "winapi-i686-pc-windows-gnu",
4913 "winapi-x86_64-pc-windows-gnu",
4914]
4915
4916[[package]]
4917name = "winapi-i686-pc-windows-gnu"
4918version = "0.4.0"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4921
4922[[package]]
4923name = "winapi-util"
4924version = "0.1.11"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4927dependencies = [
4928 "windows-sys 0.61.2",
4929]
4930
4931[[package]]
4932name = "winapi-x86_64-pc-windows-gnu"
4933version = "0.4.0"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4936
4937[[package]]
4938name = "windows-core"
4939version = "0.62.2"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4942dependencies = [
4943 "windows-implement",
4944 "windows-interface",
4945 "windows-link",
4946 "windows-result",
4947 "windows-strings",
4948]
4949
4950[[package]]
4951name = "windows-implement"
4952version = "0.60.2"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4955dependencies = [
4956 "proc-macro2",
4957 "quote",
4958 "syn",
4959]
4960
4961[[package]]
4962name = "windows-interface"
4963version = "0.59.3"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4966dependencies = [
4967 "proc-macro2",
4968 "quote",
4969 "syn",
4970]
4971
4972[[package]]
4973name = "windows-link"
4974version = "0.2.1"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4977
4978[[package]]
4979name = "windows-registry"
4980version = "0.6.1"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
4983dependencies = [
4984 "windows-link",
4985 "windows-result",
4986 "windows-strings",
4987]
4988
4989[[package]]
4990name = "windows-result"
4991version = "0.4.1"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4994dependencies = [
4995 "windows-link",
4996]
4997
4998[[package]]
4999name = "windows-strings"
5000version = "0.5.1"
5001source = "registry+https://github.com/rust-lang/crates.io-index"
5002checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5003dependencies = [
5004 "windows-link",
5005]
5006
5007[[package]]
5008name = "windows-sys"
5009version = "0.52.0"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5012dependencies = [
5013 "windows-targets 0.52.6",
5014]
5015
5016[[package]]
5017name = "windows-sys"
5018version = "0.59.0"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5021dependencies = [
5022 "windows-targets 0.52.6",
5023]
5024
5025[[package]]
5026name = "windows-sys"
5027version = "0.60.2"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5030dependencies = [
5031 "windows-targets 0.53.5",
5032]
5033
5034[[package]]
5035name = "windows-sys"
5036version = "0.61.2"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5039dependencies = [
5040 "windows-link",
5041]
5042
5043[[package]]
5044name = "windows-targets"
5045version = "0.52.6"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5048dependencies = [
5049 "windows_aarch64_gnullvm 0.52.6",
5050 "windows_aarch64_msvc 0.52.6",
5051 "windows_i686_gnu 0.52.6",
5052 "windows_i686_gnullvm 0.52.6",
5053 "windows_i686_msvc 0.52.6",
5054 "windows_x86_64_gnu 0.52.6",
5055 "windows_x86_64_gnullvm 0.52.6",
5056 "windows_x86_64_msvc 0.52.6",
5057]
5058
5059[[package]]
5060name = "windows-targets"
5061version = "0.53.5"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5064dependencies = [
5065 "windows-link",
5066 "windows_aarch64_gnullvm 0.53.1",
5067 "windows_aarch64_msvc 0.53.1",
5068 "windows_i686_gnu 0.53.1",
5069 "windows_i686_gnullvm 0.53.1",
5070 "windows_i686_msvc 0.53.1",
5071 "windows_x86_64_gnu 0.53.1",
5072 "windows_x86_64_gnullvm 0.53.1",
5073 "windows_x86_64_msvc 0.53.1",
5074]
5075
5076[[package]]
5077name = "windows_aarch64_gnullvm"
5078version = "0.52.6"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5081
5082[[package]]
5083name = "windows_aarch64_gnullvm"
5084version = "0.53.1"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5087
5088[[package]]
5089name = "windows_aarch64_msvc"
5090version = "0.52.6"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5093
5094[[package]]
5095name = "windows_aarch64_msvc"
5096version = "0.53.1"
5097source = "registry+https://github.com/rust-lang/crates.io-index"
5098checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5099
5100[[package]]
5101name = "windows_i686_gnu"
5102version = "0.52.6"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5105
5106[[package]]
5107name = "windows_i686_gnu"
5108version = "0.53.1"
5109source = "registry+https://github.com/rust-lang/crates.io-index"
5110checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
5111
5112[[package]]
5113name = "windows_i686_gnullvm"
5114version = "0.52.6"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5117
5118[[package]]
5119name = "windows_i686_gnullvm"
5120version = "0.53.1"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
5123
5124[[package]]
5125name = "windows_i686_msvc"
5126version = "0.52.6"
5127source = "registry+https://github.com/rust-lang/crates.io-index"
5128checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5129
5130[[package]]
5131name = "windows_i686_msvc"
5132version = "0.53.1"
5133source = "registry+https://github.com/rust-lang/crates.io-index"
5134checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
5135
5136[[package]]
5137name = "windows_x86_64_gnu"
5138version = "0.52.6"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5141
5142[[package]]
5143name = "windows_x86_64_gnu"
5144version = "0.53.1"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
5147
5148[[package]]
5149name = "windows_x86_64_gnullvm"
5150version = "0.52.6"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5153
5154[[package]]
5155name = "windows_x86_64_gnullvm"
5156version = "0.53.1"
5157source = "registry+https://github.com/rust-lang/crates.io-index"
5158checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
5159
5160[[package]]
5161name = "windows_x86_64_msvc"
5162version = "0.52.6"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5165
5166[[package]]
5167name = "windows_x86_64_msvc"
5168version = "0.53.1"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
5171
5172[[package]]
5173name = "winnow"
5174version = "0.7.15"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
5177
5178[[package]]
5179name = "winnow"
5180version = "1.0.3"
5181source = "registry+https://github.com/rust-lang/crates.io-index"
5182checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
5183
5184[[package]]
5185name = "wiremock"
5186version = "0.6.5"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
5189dependencies = [
5190 "assert-json-diff",
5191 "base64",
5192 "deadpool",
5193 "futures",
5194 "http",
5195 "http-body-util",
5196 "hyper",
5197 "hyper-util",
5198 "log",
5199 "once_cell",
5200 "regex",
5201 "serde",
5202 "serde_json",
5203 "tokio",
5204 "url",
5205]
5206
5207[[package]]
5208name = "wit-bindgen"
5209version = "0.51.0"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
5212dependencies = [
5213 "wit-bindgen-rust-macro",
5214]
5215
5216[[package]]
5217name = "wit-bindgen"
5218version = "0.57.1"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
5221
5222[[package]]
5223name = "wit-bindgen-core"
5224version = "0.51.0"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
5227dependencies = [
5228 "anyhow",
5229 "heck 0.5.0",
5230 "wit-parser",
5231]
5232
5233[[package]]
5234name = "wit-bindgen-rust"
5235version = "0.51.0"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
5238dependencies = [
5239 "anyhow",
5240 "heck 0.5.0",
5241 "indexmap",
5242 "prettyplease",
5243 "syn",
5244 "wasm-metadata",
5245 "wit-bindgen-core",
5246 "wit-component",
5247]
5248
5249[[package]]
5250name = "wit-bindgen-rust-macro"
5251version = "0.51.0"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
5254dependencies = [
5255 "anyhow",
5256 "prettyplease",
5257 "proc-macro2",
5258 "quote",
5259 "syn",
5260 "wit-bindgen-core",
5261 "wit-bindgen-rust",
5262]
5263
5264[[package]]
5265name = "wit-component"
5266version = "0.244.0"
5267source = "registry+https://github.com/rust-lang/crates.io-index"
5268checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
5269dependencies = [
5270 "anyhow",
5271 "bitflags",
5272 "indexmap",
5273 "log",
5274 "serde",
5275 "serde_derive",
5276 "serde_json",
5277 "wasm-encoder",
5278 "wasm-metadata",
5279 "wasmparser",
5280 "wit-parser",
5281]
5282
5283[[package]]
5284name = "wit-parser"
5285version = "0.244.0"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
5288dependencies = [
5289 "anyhow",
5290 "id-arena",
5291 "indexmap",
5292 "log",
5293 "semver",
5294 "serde",
5295 "serde_derive",
5296 "serde_json",
5297 "unicode-xid",
5298 "wasmparser",
5299]
5300
5301[[package]]
5302name = "writeable"
5303version = "0.6.3"
5304source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
5306
5307[[package]]
5308name = "yansi"
5309version = "1.0.1"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
5312
5313[[package]]
5314name = "yoke"
5315version = "0.8.2"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
5318dependencies = [
5319 "stable_deref_trait",
5320 "yoke-derive",
5321 "zerofrom",
5322]
5323
5324[[package]]
5325name = "yoke-derive"
5326version = "0.8.2"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
5329dependencies = [
5330 "proc-macro2",
5331 "quote",
5332 "syn",
5333 "synstructure",
5334]
5335
5336[[package]]
5337name = "zerocopy"
5338version = "0.8.49"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "bce33a6288fa3f072a8c2c7d0f2fdbb90e28298f0135c1f99b96c3db2efcc60b"
5341dependencies = [
5342 "zerocopy-derive",
5343]
5344
5345[[package]]
5346name = "zerocopy-derive"
5347version = "0.8.49"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "8fd425244944f4ab65ccff928e7323354c5a018c75838362fdce749dfad2ee1e"
5350dependencies = [
5351 "proc-macro2",
5352 "quote",
5353 "syn",
5354]
5355
5356[[package]]
5357name = "zerofrom"
5358version = "0.1.8"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
5361dependencies = [
5362 "zerofrom-derive",
5363]
5364
5365[[package]]
5366name = "zerofrom-derive"
5367version = "0.1.7"
5368source = "registry+https://github.com/rust-lang/crates.io-index"
5369checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
5370dependencies = [
5371 "proc-macro2",
5372 "quote",
5373 "syn",
5374 "synstructure",
5375]
5376
5377[[package]]
5378name = "zeroize"
5379version = "1.8.2"
5380source = "registry+https://github.com/rust-lang/crates.io-index"
5381checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
5382
5383[[package]]
5384name = "zerotrie"
5385version = "0.2.4"
5386source = "registry+https://github.com/rust-lang/crates.io-index"
5387checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
5388dependencies = [
5389 "displaydoc",
5390 "yoke",
5391 "zerofrom",
5392]
5393
5394[[package]]
5395name = "zerovec"
5396version = "0.11.6"
5397source = "registry+https://github.com/rust-lang/crates.io-index"
5398checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
5399dependencies = [
5400 "yoke",
5401 "zerofrom",
5402 "zerovec-derive",
5403]
5404
5405[[package]]
5406name = "zerovec-derive"
5407version = "0.11.3"
5408source = "registry+https://github.com/rust-lang/crates.io-index"
5409checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
5410dependencies = [
5411 "proc-macro2",
5412 "quote",
5413 "syn",
5414]
5415
5416[[package]]
5417name = "zmij"
5418version = "1.0.21"
5419source = "registry+https://github.com/rust-lang/crates.io-index"
5420checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
5421
5422[[package]]
5423name = "zstd"
5424version = "0.13.3"
5425source = "registry+https://github.com/rust-lang/crates.io-index"
5426checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
5427dependencies = [
5428 "zstd-safe",
5429]
5430
5431[[package]]
5432name = "zstd-safe"
5433version = "7.2.4"
5434source = "registry+https://github.com/rust-lang/crates.io-index"
5435checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
5436dependencies = [
5437 "zstd-sys",
5438]
5439
5440[[package]]
5441name = "zstd-sys"
5442version = "2.0.16+zstd.1.5.7"
5443source = "registry+https://github.com/rust-lang/crates.io-index"
5444checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
5445dependencies = [
5446 "cc",
5447 "pkg-config",
5448]