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