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