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