1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "ahash"
22version = "0.8.12"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
25dependencies = [
26 "cfg-if",
27 "once_cell",
28 "version_check",
29 "zerocopy",
30]
31
32[[package]]
33name = "aho-corasick"
34version = "1.1.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
37dependencies = [
38 "memchr",
39]
40
41[[package]]
42name = "allocator-api2"
43version = "0.2.21"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
46
47[[package]]
48name = "android-tzdata"
49version = "0.1.1"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
52
53[[package]]
54name = "android_system_properties"
55version = "0.1.5"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
58dependencies = [
59 "libc",
60]
61
62[[package]]
63name = "anstream"
64version = "0.6.19"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
67dependencies = [
68 "anstyle",
69 "anstyle-parse",
70 "anstyle-query",
71 "anstyle-wincon",
72 "colorchoice",
73 "is_terminal_polyfill",
74 "utf8parse",
75]
76
77[[package]]
78name = "anstyle"
79version = "1.0.11"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
82
83[[package]]
84name = "anstyle-parse"
85version = "0.2.7"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
88dependencies = [
89 "utf8parse",
90]
91
92[[package]]
93name = "anstyle-query"
94version = "1.1.3"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
97dependencies = [
98 "windows-sys 0.59.0",
99]
100
101[[package]]
102name = "anstyle-wincon"
103version = "3.0.9"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
106dependencies = [
107 "anstyle",
108 "once_cell_polyfill",
109 "windows-sys 0.59.0",
110]
111
112[[package]]
113name = "anyhow"
114version = "1.0.98"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
117
118[[package]]
119name = "aqua"
120version = "0.1.0"
121dependencies = [
122 "anyhow",
123 "async-trait",
124 "atmst",
125 "atrium-api",
126 "axum",
127 "base64",
128 "chrono",
129 "clap",
130 "dotenvy",
131 "iroh-car",
132 "redis",
133 "reqwest",
134 "serde",
135 "serde_json",
136 "sqlx",
137 "sys-info",
138 "time",
139 "tokio",
140 "tower-http",
141 "tracing",
142 "tracing-subscriber",
143 "types",
144 "url",
145 "uuid",
146 "vergen",
147 "vergen-gitcl",
148]
149
150[[package]]
151name = "arc-swap"
152version = "1.7.1"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
155
156[[package]]
157name = "arrayref"
158version = "0.3.9"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
161
162[[package]]
163name = "arrayvec"
164version = "0.7.6"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
167
168[[package]]
169name = "async-lock"
170version = "3.4.0"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
173dependencies = [
174 "event-listener",
175 "event-listener-strategy",
176 "pin-project-lite",
177]
178
179[[package]]
180name = "async-trait"
181version = "0.1.88"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
184dependencies = [
185 "proc-macro2",
186 "quote",
187 "syn 2.0.104",
188]
189
190[[package]]
191name = "atmst"
192version = "0.0.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "aeb2a4631a64a242ae62c3ceb140adfa2a8bdacb1b22a6549db5de2ce3389c1d"
195dependencies = [
196 "async-trait",
197 "bytes",
198 "cid 0.11.1",
199 "dashmap",
200 "futures",
201 "ipld-core",
202 "iroh-car",
203 "log",
204 "multihash 0.19.3",
205 "serde",
206 "serde_ipld_dagcbor",
207 "serde_ipld_dagjson",
208 "sha2",
209 "thiserror 1.0.69",
210 "tokio",
211]
212
213[[package]]
214name = "atoi"
215version = "2.0.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
218dependencies = [
219 "num-traits",
220]
221
222[[package]]
223name = "atomic-waker"
224version = "1.1.2"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
227
228[[package]]
229name = "atrium-api"
230version = "0.25.4"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "46355d3245edc7b3160b2a45fe55d09a6963ebd3eee0252feb6b72fb0eb71463"
233dependencies = [
234 "atrium-common",
235 "atrium-xrpc",
236 "chrono",
237 "http",
238 "ipld-core",
239 "langtag",
240 "regex",
241 "serde",
242 "serde_bytes",
243 "serde_json",
244 "thiserror 1.0.69",
245 "tokio",
246 "trait-variant",
247]
248
249[[package]]
250name = "atrium-common"
251version = "0.1.2"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "9ed5610654043faa396a5a15afac0ac646d76aebe45aebd7cef4f8b96b0ab7f4"
254dependencies = [
255 "dashmap",
256 "lru",
257 "moka",
258 "thiserror 1.0.69",
259 "tokio",
260 "trait-variant",
261 "web-time",
262]
263
264[[package]]
265name = "atrium-xrpc"
266version = "0.12.3"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8"
269dependencies = [
270 "http",
271 "serde",
272 "serde_html_form",
273 "serde_json",
274 "thiserror 1.0.69",
275 "trait-variant",
276]
277
278[[package]]
279name = "autocfg"
280version = "1.5.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
283
284[[package]]
285name = "aws-lc-rs"
286version = "1.13.3"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "5c953fe1ba023e6b7730c0d4b031d06f267f23a46167dcbd40316644b10a17ba"
289dependencies = [
290 "aws-lc-sys",
291 "zeroize",
292]
293
294[[package]]
295name = "aws-lc-sys"
296version = "0.30.0"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff"
299dependencies = [
300 "bindgen",
301 "cc",
302 "cmake",
303 "dunce",
304 "fs_extra",
305]
306
307[[package]]
308name = "axum"
309version = "0.8.4"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
312dependencies = [
313 "axum-core",
314 "axum-macros",
315 "bytes",
316 "form_urlencoded",
317 "futures-util",
318 "http",
319 "http-body",
320 "http-body-util",
321 "hyper",
322 "hyper-util",
323 "itoa",
324 "matchit",
325 "memchr",
326 "mime",
327 "multer",
328 "percent-encoding",
329 "pin-project-lite",
330 "rustversion",
331 "serde",
332 "serde_json",
333 "serde_path_to_error",
334 "serde_urlencoded",
335 "sync_wrapper",
336 "tokio",
337 "tower",
338 "tower-layer",
339 "tower-service",
340 "tracing",
341]
342
343[[package]]
344name = "axum-core"
345version = "0.5.2"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
348dependencies = [
349 "bytes",
350 "futures-core",
351 "http",
352 "http-body",
353 "http-body-util",
354 "mime",
355 "pin-project-lite",
356 "rustversion",
357 "sync_wrapper",
358 "tower-layer",
359 "tower-service",
360 "tracing",
361]
362
363[[package]]
364name = "axum-macros"
365version = "0.5.0"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
368dependencies = [
369 "proc-macro2",
370 "quote",
371 "syn 2.0.104",
372]
373
374[[package]]
375name = "backon"
376version = "1.5.2"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "592277618714fbcecda9a02ba7a8781f319d26532a88553bbacc77ba5d2b3a8d"
379dependencies = [
380 "fastrand",
381]
382
383[[package]]
384name = "backtrace"
385version = "0.3.75"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
388dependencies = [
389 "addr2line",
390 "cfg-if",
391 "libc",
392 "miniz_oxide",
393 "object",
394 "rustc-demangle",
395 "windows-targets 0.52.6",
396]
397
398[[package]]
399name = "base-x"
400version = "0.2.11"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
403
404[[package]]
405name = "base16ct"
406version = "0.2.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
409
410[[package]]
411name = "base64"
412version = "0.22.1"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
415
416[[package]]
417name = "base64ct"
418version = "1.8.0"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
421
422[[package]]
423name = "bindgen"
424version = "0.69.5"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
427dependencies = [
428 "bitflags 2.9.1",
429 "cexpr",
430 "clang-sys",
431 "itertools",
432 "lazy_static",
433 "lazycell",
434 "log",
435 "prettyplease",
436 "proc-macro2",
437 "quote",
438 "regex",
439 "rustc-hash 1.1.0",
440 "shlex",
441 "syn 2.0.104",
442 "which",
443]
444
445[[package]]
446name = "bitflags"
447version = "1.3.2"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
450
451[[package]]
452name = "bitflags"
453version = "2.9.1"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
456dependencies = [
457 "serde",
458]
459
460[[package]]
461name = "blake2b_simd"
462version = "1.0.3"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99"
465dependencies = [
466 "arrayref",
467 "arrayvec",
468 "constant_time_eq",
469]
470
471[[package]]
472name = "blake2s_simd"
473version = "1.0.3"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df"
476dependencies = [
477 "arrayref",
478 "arrayvec",
479 "constant_time_eq",
480]
481
482[[package]]
483name = "blake3"
484version = "1.8.2"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
487dependencies = [
488 "arrayref",
489 "arrayvec",
490 "cc",
491 "cfg-if",
492 "constant_time_eq",
493]
494
495[[package]]
496name = "block-buffer"
497version = "0.10.4"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
500dependencies = [
501 "generic-array",
502]
503
504[[package]]
505name = "bon"
506version = "3.6.5"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "33d9ef19ae5263a138da9a86871eca537478ab0332a7770bac7e3f08b801f89f"
509dependencies = [
510 "bon-macros",
511 "rustversion",
512]
513
514[[package]]
515name = "bon-macros"
516version = "3.6.5"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "577ae008f2ca11ca7641bd44601002ee5ab49ef0af64846ce1ab6057218a5cc1"
519dependencies = [
520 "darling 0.21.0",
521 "ident_case",
522 "prettyplease",
523 "proc-macro2",
524 "quote",
525 "rustversion",
526 "syn 2.0.104",
527]
528
529[[package]]
530name = "bumpalo"
531version = "3.19.0"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
534
535[[package]]
536name = "byteorder"
537version = "1.5.0"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
540
541[[package]]
542name = "bytes"
543version = "1.10.1"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
546dependencies = [
547 "serde",
548]
549
550[[package]]
551name = "cadet"
552version = "0.1.0"
553dependencies = [
554 "anyhow",
555 "async-trait",
556 "atmst",
557 "atrium-api",
558 "base64",
559 "chrono",
560 "cid 0.11.1",
561 "dotenvy",
562 "flume",
563 "futures",
564 "iroh-car",
565 "libipld",
566 "metrics 0.23.1",
567 "metrics-exporter-prometheus",
568 "multibase",
569 "multihash-codetable",
570 "rand 0.8.5",
571 "redis",
572 "reqwest",
573 "rocketman",
574 "serde",
575 "serde_ipld_dagcbor",
576 "serde_json",
577 "sqlx",
578 "time",
579 "tokio",
580 "tokio-tungstenite",
581 "tracing",
582 "tracing-subscriber",
583 "types",
584 "url",
585 "uuid",
586]
587
588[[package]]
589name = "camino"
590version = "1.1.10"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab"
593dependencies = [
594 "serde",
595]
596
597[[package]]
598name = "cargo-platform"
599version = "0.1.9"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
602dependencies = [
603 "serde",
604]
605
606[[package]]
607name = "cargo_metadata"
608version = "0.19.2"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
611dependencies = [
612 "camino",
613 "cargo-platform",
614 "semver",
615 "serde",
616 "serde_json",
617 "thiserror 2.0.12",
618]
619
620[[package]]
621name = "cbor4ii"
622version = "0.2.14"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
625dependencies = [
626 "serde",
627]
628
629[[package]]
630name = "cc"
631version = "1.2.31"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2"
634dependencies = [
635 "jobserver",
636 "libc",
637 "shlex",
638]
639
640[[package]]
641name = "cexpr"
642version = "0.6.0"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
645dependencies = [
646 "nom",
647]
648
649[[package]]
650name = "cfg-if"
651version = "1.0.1"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
654
655[[package]]
656name = "cfg_aliases"
657version = "0.2.1"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
660
661[[package]]
662name = "chrono"
663version = "0.4.41"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
666dependencies = [
667 "android-tzdata",
668 "iana-time-zone",
669 "js-sys",
670 "num-traits",
671 "serde",
672 "wasm-bindgen",
673 "windows-link",
674]
675
676[[package]]
677name = "cid"
678version = "0.10.1"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3"
681dependencies = [
682 "core2",
683 "multibase",
684 "multihash 0.18.1",
685 "serde",
686 "unsigned-varint 0.7.2",
687]
688
689[[package]]
690name = "cid"
691version = "0.11.1"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
694dependencies = [
695 "core2",
696 "multibase",
697 "multihash 0.19.3",
698 "serde",
699 "serde_bytes",
700 "unsigned-varint 0.8.0",
701]
702
703[[package]]
704name = "clang-sys"
705version = "1.8.1"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
708dependencies = [
709 "glob",
710 "libc",
711 "libloading",
712]
713
714[[package]]
715name = "clap"
716version = "4.5.42"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882"
719dependencies = [
720 "clap_builder",
721 "clap_derive",
722]
723
724[[package]]
725name = "clap_builder"
726version = "4.5.42"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966"
729dependencies = [
730 "anstream",
731 "anstyle",
732 "clap_lex",
733 "strsim",
734]
735
736[[package]]
737name = "clap_derive"
738version = "4.5.41"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491"
741dependencies = [
742 "heck",
743 "proc-macro2",
744 "quote",
745 "syn 2.0.104",
746]
747
748[[package]]
749name = "clap_lex"
750version = "0.7.5"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
753
754[[package]]
755name = "cmake"
756version = "0.1.54"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
759dependencies = [
760 "cc",
761]
762
763[[package]]
764name = "colorchoice"
765version = "1.0.4"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
768
769[[package]]
770name = "colored"
771version = "2.2.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
774dependencies = [
775 "lazy_static",
776 "windows-sys 0.59.0",
777]
778
779[[package]]
780name = "combine"
781version = "4.6.7"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
784dependencies = [
785 "bytes",
786 "futures-core",
787 "memchr",
788 "pin-project-lite",
789 "tokio",
790 "tokio-util",
791]
792
793[[package]]
794name = "concurrent-queue"
795version = "2.5.0"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
798dependencies = [
799 "crossbeam-utils",
800]
801
802[[package]]
803name = "const-oid"
804version = "0.9.6"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
807
808[[package]]
809name = "constant_time_eq"
810version = "0.3.1"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
813
814[[package]]
815name = "core-foundation"
816version = "0.9.4"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
819dependencies = [
820 "core-foundation-sys",
821 "libc",
822]
823
824[[package]]
825name = "core-foundation"
826version = "0.10.1"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
829dependencies = [
830 "core-foundation-sys",
831 "libc",
832]
833
834[[package]]
835name = "core-foundation-sys"
836version = "0.8.7"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
839
840[[package]]
841name = "core2"
842version = "0.4.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
845dependencies = [
846 "memchr",
847]
848
849[[package]]
850name = "cpufeatures"
851version = "0.2.17"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
854dependencies = [
855 "libc",
856]
857
858[[package]]
859name = "crc"
860version = "3.3.0"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
863dependencies = [
864 "crc-catalog",
865]
866
867[[package]]
868name = "crc-catalog"
869version = "2.4.0"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
872
873[[package]]
874name = "crossbeam-channel"
875version = "0.5.15"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
878dependencies = [
879 "crossbeam-utils",
880]
881
882[[package]]
883name = "crossbeam-epoch"
884version = "0.9.18"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
887dependencies = [
888 "crossbeam-utils",
889]
890
891[[package]]
892name = "crossbeam-queue"
893version = "0.3.12"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
896dependencies = [
897 "crossbeam-utils",
898]
899
900[[package]]
901name = "crossbeam-utils"
902version = "0.8.21"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
905
906[[package]]
907name = "crypto-bigint"
908version = "0.5.5"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
911dependencies = [
912 "generic-array",
913 "rand_core 0.6.4",
914 "subtle",
915 "zeroize",
916]
917
918[[package]]
919name = "crypto-common"
920version = "0.1.6"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
923dependencies = [
924 "generic-array",
925 "typenum",
926]
927
928[[package]]
929name = "darling"
930version = "0.20.11"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
933dependencies = [
934 "darling_core 0.20.11",
935 "darling_macro 0.20.11",
936]
937
938[[package]]
939name = "darling"
940version = "0.21.0"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "a79c4acb1fd5fa3d9304be4c76e031c54d2e92d172a393e24b19a14fe8532fe9"
943dependencies = [
944 "darling_core 0.21.0",
945 "darling_macro 0.21.0",
946]
947
948[[package]]
949name = "darling_core"
950version = "0.20.11"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
953dependencies = [
954 "fnv",
955 "ident_case",
956 "proc-macro2",
957 "quote",
958 "strsim",
959 "syn 2.0.104",
960]
961
962[[package]]
963name = "darling_core"
964version = "0.21.0"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "74875de90daf30eb59609910b84d4d368103aaec4c924824c6799b28f77d6a1d"
967dependencies = [
968 "fnv",
969 "ident_case",
970 "proc-macro2",
971 "quote",
972 "strsim",
973 "syn 2.0.104",
974]
975
976[[package]]
977name = "darling_macro"
978version = "0.20.11"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
981dependencies = [
982 "darling_core 0.20.11",
983 "quote",
984 "syn 2.0.104",
985]
986
987[[package]]
988name = "darling_macro"
989version = "0.21.0"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "e79f8e61677d5df9167cd85265f8e5f64b215cdea3fb55eebc3e622e44c7a146"
992dependencies = [
993 "darling_core 0.21.0",
994 "quote",
995 "syn 2.0.104",
996]
997
998[[package]]
999name = "dashmap"
1000version = "6.1.0"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1003dependencies = [
1004 "cfg-if",
1005 "crossbeam-utils",
1006 "hashbrown 0.14.5",
1007 "lock_api",
1008 "once_cell",
1009 "parking_lot_core",
1010]
1011
1012[[package]]
1013name = "data-encoding"
1014version = "2.9.0"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1017
1018[[package]]
1019name = "data-encoding-macro"
1020version = "0.1.18"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
1023dependencies = [
1024 "data-encoding",
1025 "data-encoding-macro-internal",
1026]
1027
1028[[package]]
1029name = "data-encoding-macro-internal"
1030version = "0.1.16"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
1033dependencies = [
1034 "data-encoding",
1035 "syn 2.0.104",
1036]
1037
1038[[package]]
1039name = "der"
1040version = "0.7.10"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1043dependencies = [
1044 "const-oid",
1045 "pem-rfc7468",
1046 "zeroize",
1047]
1048
1049[[package]]
1050name = "deranged"
1051version = "0.4.0"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
1054dependencies = [
1055 "powerfmt",
1056]
1057
1058[[package]]
1059name = "derive_builder"
1060version = "0.20.2"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
1063dependencies = [
1064 "derive_builder_macro",
1065]
1066
1067[[package]]
1068name = "derive_builder_core"
1069version = "0.20.2"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
1072dependencies = [
1073 "darling 0.20.11",
1074 "proc-macro2",
1075 "quote",
1076 "syn 2.0.104",
1077]
1078
1079[[package]]
1080name = "derive_builder_macro"
1081version = "0.20.2"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
1084dependencies = [
1085 "derive_builder_core",
1086 "syn 2.0.104",
1087]
1088
1089[[package]]
1090name = "digest"
1091version = "0.10.7"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1094dependencies = [
1095 "block-buffer",
1096 "const-oid",
1097 "crypto-common",
1098 "subtle",
1099]
1100
1101[[package]]
1102name = "dirs"
1103version = "5.0.1"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
1106dependencies = [
1107 "dirs-sys",
1108]
1109
1110[[package]]
1111name = "dirs-sys"
1112version = "0.4.1"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1115dependencies = [
1116 "libc",
1117 "option-ext",
1118 "redox_users",
1119 "windows-sys 0.48.0",
1120]
1121
1122[[package]]
1123name = "displaydoc"
1124version = "0.2.5"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1127dependencies = [
1128 "proc-macro2",
1129 "quote",
1130 "syn 2.0.104",
1131]
1132
1133[[package]]
1134name = "dotenvy"
1135version = "0.15.7"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1138
1139[[package]]
1140name = "dunce"
1141version = "1.0.5"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1144
1145[[package]]
1146name = "ecdsa"
1147version = "0.16.9"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1150dependencies = [
1151 "der",
1152 "digest",
1153 "elliptic-curve",
1154 "rfc6979",
1155 "signature",
1156 "spki",
1157]
1158
1159[[package]]
1160name = "either"
1161version = "1.15.0"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1164dependencies = [
1165 "serde",
1166]
1167
1168[[package]]
1169name = "elliptic-curve"
1170version = "0.13.8"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1173dependencies = [
1174 "base16ct",
1175 "crypto-bigint",
1176 "digest",
1177 "ff",
1178 "generic-array",
1179 "group",
1180 "pkcs8",
1181 "rand_core 0.6.4",
1182 "sec1",
1183 "subtle",
1184 "zeroize",
1185]
1186
1187[[package]]
1188name = "encoding_rs"
1189version = "0.8.35"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1192dependencies = [
1193 "cfg-if",
1194]
1195
1196[[package]]
1197name = "equivalent"
1198version = "1.0.2"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1201
1202[[package]]
1203name = "errno"
1204version = "0.3.13"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
1207dependencies = [
1208 "libc",
1209 "windows-sys 0.60.2",
1210]
1211
1212[[package]]
1213name = "etcetera"
1214version = "0.8.0"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
1217dependencies = [
1218 "cfg-if",
1219 "home",
1220 "windows-sys 0.48.0",
1221]
1222
1223[[package]]
1224name = "event-listener"
1225version = "5.4.0"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1228dependencies = [
1229 "concurrent-queue",
1230 "parking",
1231 "pin-project-lite",
1232]
1233
1234[[package]]
1235name = "event-listener-strategy"
1236version = "0.5.4"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1239dependencies = [
1240 "event-listener",
1241 "pin-project-lite",
1242]
1243
1244[[package]]
1245name = "fastrand"
1246version = "2.3.0"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1249
1250[[package]]
1251name = "ff"
1252version = "0.13.1"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1255dependencies = [
1256 "rand_core 0.6.4",
1257 "subtle",
1258]
1259
1260[[package]]
1261name = "flume"
1262version = "0.11.1"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
1265dependencies = [
1266 "futures-core",
1267 "futures-sink",
1268 "nanorand",
1269 "spin",
1270]
1271
1272[[package]]
1273name = "fnv"
1274version = "1.0.7"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1277
1278[[package]]
1279name = "foldhash"
1280version = "0.1.5"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1283
1284[[package]]
1285name = "foreign-types"
1286version = "0.3.2"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1289dependencies = [
1290 "foreign-types-shared",
1291]
1292
1293[[package]]
1294name = "foreign-types-shared"
1295version = "0.1.1"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1298
1299[[package]]
1300name = "form_urlencoded"
1301version = "1.2.1"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1304dependencies = [
1305 "percent-encoding",
1306]
1307
1308[[package]]
1309name = "fs_extra"
1310version = "1.3.0"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1313
1314[[package]]
1315name = "futures"
1316version = "0.3.31"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1319dependencies = [
1320 "futures-channel",
1321 "futures-core",
1322 "futures-executor",
1323 "futures-io",
1324 "futures-sink",
1325 "futures-task",
1326 "futures-util",
1327]
1328
1329[[package]]
1330name = "futures-channel"
1331version = "0.3.31"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1334dependencies = [
1335 "futures-core",
1336 "futures-sink",
1337]
1338
1339[[package]]
1340name = "futures-core"
1341version = "0.3.31"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1344
1345[[package]]
1346name = "futures-executor"
1347version = "0.3.31"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1350dependencies = [
1351 "futures-core",
1352 "futures-task",
1353 "futures-util",
1354]
1355
1356[[package]]
1357name = "futures-intrusive"
1358version = "0.5.0"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1361dependencies = [
1362 "futures-core",
1363 "lock_api",
1364 "parking_lot",
1365]
1366
1367[[package]]
1368name = "futures-io"
1369version = "0.3.31"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1372
1373[[package]]
1374name = "futures-macro"
1375version = "0.3.31"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1378dependencies = [
1379 "proc-macro2",
1380 "quote",
1381 "syn 2.0.104",
1382]
1383
1384[[package]]
1385name = "futures-sink"
1386version = "0.3.31"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1389
1390[[package]]
1391name = "futures-task"
1392version = "0.3.31"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1395
1396[[package]]
1397name = "futures-util"
1398version = "0.3.31"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1401dependencies = [
1402 "futures-channel",
1403 "futures-core",
1404 "futures-io",
1405 "futures-macro",
1406 "futures-sink",
1407 "futures-task",
1408 "memchr",
1409 "pin-project-lite",
1410 "pin-utils",
1411 "slab",
1412]
1413
1414[[package]]
1415name = "generator"
1416version = "0.8.5"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
1419dependencies = [
1420 "cc",
1421 "cfg-if",
1422 "libc",
1423 "log",
1424 "rustversion",
1425 "windows 0.61.3",
1426]
1427
1428[[package]]
1429name = "generic-array"
1430version = "0.14.7"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1433dependencies = [
1434 "typenum",
1435 "version_check",
1436 "zeroize",
1437]
1438
1439[[package]]
1440name = "getrandom"
1441version = "0.2.16"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1444dependencies = [
1445 "cfg-if",
1446 "js-sys",
1447 "libc",
1448 "wasi 0.11.1+wasi-snapshot-preview1",
1449 "wasm-bindgen",
1450]
1451
1452[[package]]
1453name = "getrandom"
1454version = "0.3.3"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1457dependencies = [
1458 "cfg-if",
1459 "js-sys",
1460 "libc",
1461 "r-efi",
1462 "wasi 0.14.2+wasi-0.2.4",
1463 "wasm-bindgen",
1464]
1465
1466[[package]]
1467name = "gimli"
1468version = "0.31.1"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1471
1472[[package]]
1473name = "glob"
1474version = "0.3.2"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1477
1478[[package]]
1479name = "group"
1480version = "0.13.0"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1483dependencies = [
1484 "ff",
1485 "rand_core 0.6.4",
1486 "subtle",
1487]
1488
1489[[package]]
1490name = "h2"
1491version = "0.4.11"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
1494dependencies = [
1495 "atomic-waker",
1496 "bytes",
1497 "fnv",
1498 "futures-core",
1499 "futures-sink",
1500 "http",
1501 "indexmap",
1502 "slab",
1503 "tokio",
1504 "tokio-util",
1505 "tracing",
1506]
1507
1508[[package]]
1509name = "hashbrown"
1510version = "0.14.5"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1513
1514[[package]]
1515name = "hashbrown"
1516version = "0.15.4"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1519dependencies = [
1520 "allocator-api2",
1521 "equivalent",
1522 "foldhash",
1523]
1524
1525[[package]]
1526name = "hashlink"
1527version = "0.10.0"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1530dependencies = [
1531 "hashbrown 0.15.4",
1532]
1533
1534[[package]]
1535name = "heck"
1536version = "0.5.0"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1539
1540[[package]]
1541name = "hex"
1542version = "0.4.3"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1545
1546[[package]]
1547name = "hkdf"
1548version = "0.12.4"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1551dependencies = [
1552 "hmac",
1553]
1554
1555[[package]]
1556name = "hmac"
1557version = "0.12.1"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1560dependencies = [
1561 "digest",
1562]
1563
1564[[package]]
1565name = "home"
1566version = "0.5.11"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1569dependencies = [
1570 "windows-sys 0.59.0",
1571]
1572
1573[[package]]
1574name = "http"
1575version = "1.3.1"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1578dependencies = [
1579 "bytes",
1580 "fnv",
1581 "itoa",
1582]
1583
1584[[package]]
1585name = "http-body"
1586version = "1.0.1"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1589dependencies = [
1590 "bytes",
1591 "http",
1592]
1593
1594[[package]]
1595name = "http-body-util"
1596version = "0.1.3"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1599dependencies = [
1600 "bytes",
1601 "futures-core",
1602 "http",
1603 "http-body",
1604 "pin-project-lite",
1605]
1606
1607[[package]]
1608name = "httparse"
1609version = "1.10.1"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1612
1613[[package]]
1614name = "httpdate"
1615version = "1.0.3"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1618
1619[[package]]
1620name = "hyper"
1621version = "1.6.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1624dependencies = [
1625 "bytes",
1626 "futures-channel",
1627 "futures-util",
1628 "h2",
1629 "http",
1630 "http-body",
1631 "httparse",
1632 "httpdate",
1633 "itoa",
1634 "pin-project-lite",
1635 "smallvec",
1636 "tokio",
1637 "want",
1638]
1639
1640[[package]]
1641name = "hyper-rustls"
1642version = "0.27.7"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1645dependencies = [
1646 "http",
1647 "hyper",
1648 "hyper-util",
1649 "rustls",
1650 "rustls-native-certs",
1651 "rustls-pki-types",
1652 "tokio",
1653 "tokio-rustls",
1654 "tower-service",
1655 "webpki-roots 1.0.2",
1656]
1657
1658[[package]]
1659name = "hyper-tls"
1660version = "0.6.0"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1663dependencies = [
1664 "bytes",
1665 "http-body-util",
1666 "hyper",
1667 "hyper-util",
1668 "native-tls",
1669 "tokio",
1670 "tokio-native-tls",
1671 "tower-service",
1672]
1673
1674[[package]]
1675name = "hyper-util"
1676version = "0.1.16"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
1679dependencies = [
1680 "base64",
1681 "bytes",
1682 "futures-channel",
1683 "futures-core",
1684 "futures-util",
1685 "http",
1686 "http-body",
1687 "hyper",
1688 "ipnet",
1689 "libc",
1690 "percent-encoding",
1691 "pin-project-lite",
1692 "socket2 0.6.0",
1693 "system-configuration",
1694 "tokio",
1695 "tower-service",
1696 "tracing",
1697 "windows-registry",
1698]
1699
1700[[package]]
1701name = "iana-time-zone"
1702version = "0.1.63"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1705dependencies = [
1706 "android_system_properties",
1707 "core-foundation-sys",
1708 "iana-time-zone-haiku",
1709 "js-sys",
1710 "log",
1711 "wasm-bindgen",
1712 "windows-core 0.61.2",
1713]
1714
1715[[package]]
1716name = "iana-time-zone-haiku"
1717version = "0.1.2"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1720dependencies = [
1721 "cc",
1722]
1723
1724[[package]]
1725name = "icu_collections"
1726version = "2.0.0"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1729dependencies = [
1730 "displaydoc",
1731 "potential_utf",
1732 "yoke",
1733 "zerofrom",
1734 "zerovec",
1735]
1736
1737[[package]]
1738name = "icu_locale_core"
1739version = "2.0.0"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1742dependencies = [
1743 "displaydoc",
1744 "litemap",
1745 "tinystr",
1746 "writeable",
1747 "zerovec",
1748]
1749
1750[[package]]
1751name = "icu_normalizer"
1752version = "2.0.0"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1755dependencies = [
1756 "displaydoc",
1757 "icu_collections",
1758 "icu_normalizer_data",
1759 "icu_properties",
1760 "icu_provider",
1761 "smallvec",
1762 "zerovec",
1763]
1764
1765[[package]]
1766name = "icu_normalizer_data"
1767version = "2.0.0"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1770
1771[[package]]
1772name = "icu_properties"
1773version = "2.0.1"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1776dependencies = [
1777 "displaydoc",
1778 "icu_collections",
1779 "icu_locale_core",
1780 "icu_properties_data",
1781 "icu_provider",
1782 "potential_utf",
1783 "zerotrie",
1784 "zerovec",
1785]
1786
1787[[package]]
1788name = "icu_properties_data"
1789version = "2.0.1"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1792
1793[[package]]
1794name = "icu_provider"
1795version = "2.0.0"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1798dependencies = [
1799 "displaydoc",
1800 "icu_locale_core",
1801 "stable_deref_trait",
1802 "tinystr",
1803 "writeable",
1804 "yoke",
1805 "zerofrom",
1806 "zerotrie",
1807 "zerovec",
1808]
1809
1810[[package]]
1811name = "ident_case"
1812version = "1.0.1"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1815
1816[[package]]
1817name = "idna"
1818version = "1.0.3"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1821dependencies = [
1822 "idna_adapter",
1823 "smallvec",
1824 "utf8_iter",
1825]
1826
1827[[package]]
1828name = "idna_adapter"
1829version = "1.2.1"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1832dependencies = [
1833 "icu_normalizer",
1834 "icu_properties",
1835]
1836
1837[[package]]
1838name = "indexmap"
1839version = "2.10.0"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
1842dependencies = [
1843 "equivalent",
1844 "hashbrown 0.15.4",
1845]
1846
1847[[package]]
1848name = "io-uring"
1849version = "0.7.9"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
1852dependencies = [
1853 "bitflags 2.9.1",
1854 "cfg-if",
1855 "libc",
1856]
1857
1858[[package]]
1859name = "ipld-core"
1860version = "0.4.2"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1863dependencies = [
1864 "cid 0.11.1",
1865 "serde",
1866 "serde_bytes",
1867]
1868
1869[[package]]
1870name = "ipnet"
1871version = "2.11.0"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1874
1875[[package]]
1876name = "iri-string"
1877version = "0.7.8"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1880dependencies = [
1881 "memchr",
1882 "serde",
1883]
1884
1885[[package]]
1886name = "iroh-car"
1887version = "0.5.1"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
1890dependencies = [
1891 "anyhow",
1892 "cid 0.11.1",
1893 "futures",
1894 "serde",
1895 "serde_ipld_dagcbor",
1896 "thiserror 1.0.69",
1897 "tokio",
1898 "unsigned-varint 0.7.2",
1899]
1900
1901[[package]]
1902name = "is_terminal_polyfill"
1903version = "1.70.1"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1906
1907[[package]]
1908name = "itertools"
1909version = "0.12.1"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1912dependencies = [
1913 "either",
1914]
1915
1916[[package]]
1917name = "itoa"
1918version = "1.0.15"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1921
1922[[package]]
1923name = "jobserver"
1924version = "0.1.33"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
1927dependencies = [
1928 "getrandom 0.3.3",
1929 "libc",
1930]
1931
1932[[package]]
1933name = "js-sys"
1934version = "0.3.77"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1937dependencies = [
1938 "once_cell",
1939 "wasm-bindgen",
1940]
1941
1942[[package]]
1943name = "k256"
1944version = "0.13.4"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1947dependencies = [
1948 "cfg-if",
1949 "ecdsa",
1950 "elliptic-curve",
1951 "once_cell",
1952 "sha2",
1953 "signature",
1954]
1955
1956[[package]]
1957name = "keccak"
1958version = "0.1.5"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
1961dependencies = [
1962 "cpufeatures",
1963]
1964
1965[[package]]
1966name = "langtag"
1967version = "0.3.4"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
1970dependencies = [
1971 "serde",
1972]
1973
1974[[package]]
1975name = "lazy_static"
1976version = "1.5.0"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1979dependencies = [
1980 "spin",
1981]
1982
1983[[package]]
1984name = "lazycell"
1985version = "1.3.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1988
1989[[package]]
1990name = "libc"
1991version = "0.2.174"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
1994
1995[[package]]
1996name = "libipld"
1997version = "0.16.0"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "f1ccd6b8ffb3afee7081fcaec00e1b099fd1c7ccf35ba5729d88538fcc3b4599"
2000dependencies = [
2001 "fnv",
2002 "libipld-cbor",
2003 "libipld-cbor-derive",
2004 "libipld-core",
2005 "libipld-json",
2006 "libipld-macro",
2007 "libipld-pb",
2008 "log",
2009 "multihash 0.18.1",
2010 "thiserror 1.0.69",
2011]
2012
2013[[package]]
2014name = "libipld-cbor"
2015version = "0.16.0"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "77d98c9d1747aa5eef1cf099cd648c3fd2d235249f5fed07522aaebc348e423b"
2018dependencies = [
2019 "byteorder",
2020 "libipld-core",
2021 "thiserror 1.0.69",
2022]
2023
2024[[package]]
2025name = "libipld-cbor-derive"
2026version = "0.16.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "7d5ba3a729b72973e456a1812b0afe2e176a376c1836cc1528e9fc98ae8cb838"
2029dependencies = [
2030 "proc-macro-crate 1.1.3",
2031 "proc-macro2",
2032 "quote",
2033 "syn 1.0.109",
2034 "synstructure 0.12.6",
2035]
2036
2037[[package]]
2038name = "libipld-core"
2039version = "0.16.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "5acd707e8d8b092e967b2af978ed84709eaded82b75effe6cb6f6cc797ef8158"
2042dependencies = [
2043 "anyhow",
2044 "cid 0.10.1",
2045 "core2",
2046 "multibase",
2047 "multihash 0.18.1",
2048 "thiserror 1.0.69",
2049]
2050
2051[[package]]
2052name = "libipld-json"
2053version = "0.16.0"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "25856def940047b07b25c33d4e66d248597049ab0202085215dc4dca0487731c"
2056dependencies = [
2057 "libipld-core",
2058 "multihash 0.18.1",
2059 "serde",
2060 "serde_json",
2061]
2062
2063[[package]]
2064name = "libipld-macro"
2065version = "0.16.0"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "71171c54214f866ae6722f3027f81dff0931e600e5a61e6b1b6a49ca0b5ed4ae"
2068dependencies = [
2069 "libipld-core",
2070]
2071
2072[[package]]
2073name = "libipld-pb"
2074version = "0.16.0"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "c3f2d0f866c4cd5dc9aa8068c429ba478d2882a3a4b70ab56f7e9a0eddf5d16f"
2077dependencies = [
2078 "bytes",
2079 "libipld-core",
2080 "quick-protobuf",
2081 "thiserror 1.0.69",
2082]
2083
2084[[package]]
2085name = "libloading"
2086version = "0.8.8"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
2089dependencies = [
2090 "cfg-if",
2091 "windows-targets 0.53.3",
2092]
2093
2094[[package]]
2095name = "libm"
2096version = "0.2.15"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2099
2100[[package]]
2101name = "libredox"
2102version = "0.1.9"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
2105dependencies = [
2106 "bitflags 2.9.1",
2107 "libc",
2108]
2109
2110[[package]]
2111name = "libsqlite3-sys"
2112version = "0.30.1"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
2115dependencies = [
2116 "pkg-config",
2117 "vcpkg",
2118]
2119
2120[[package]]
2121name = "linux-raw-sys"
2122version = "0.4.15"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2125
2126[[package]]
2127name = "linux-raw-sys"
2128version = "0.9.4"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2131
2132[[package]]
2133name = "litemap"
2134version = "0.8.0"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2137
2138[[package]]
2139name = "lock_api"
2140version = "0.4.13"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
2143dependencies = [
2144 "autocfg",
2145 "scopeguard",
2146]
2147
2148[[package]]
2149name = "log"
2150version = "0.4.27"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2153
2154[[package]]
2155name = "loom"
2156version = "0.7.2"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2159dependencies = [
2160 "cfg-if",
2161 "generator",
2162 "scoped-tls",
2163 "tracing",
2164 "tracing-subscriber",
2165]
2166
2167[[package]]
2168name = "lru"
2169version = "0.12.5"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2172dependencies = [
2173 "hashbrown 0.15.4",
2174]
2175
2176[[package]]
2177name = "lru-slab"
2178version = "0.1.2"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2181
2182[[package]]
2183name = "matchers"
2184version = "0.1.0"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2187dependencies = [
2188 "regex-automata 0.1.10",
2189]
2190
2191[[package]]
2192name = "matchit"
2193version = "0.8.4"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2196
2197[[package]]
2198name = "md-5"
2199version = "0.10.6"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2202dependencies = [
2203 "cfg-if",
2204 "digest",
2205]
2206
2207[[package]]
2208name = "memchr"
2209version = "2.7.5"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2212
2213[[package]]
2214name = "metrics"
2215version = "0.23.1"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "3045b4193fbdc5b5681f32f11070da9be3609f189a79f3390706d42587f46bb5"
2218dependencies = [
2219 "ahash",
2220 "portable-atomic",
2221]
2222
2223[[package]]
2224name = "metrics"
2225version = "0.24.2"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5"
2228dependencies = [
2229 "ahash",
2230 "portable-atomic",
2231]
2232
2233[[package]]
2234name = "metrics-exporter-prometheus"
2235version = "0.16.2"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034"
2238dependencies = [
2239 "base64",
2240 "http-body-util",
2241 "hyper",
2242 "hyper-rustls",
2243 "hyper-util",
2244 "indexmap",
2245 "ipnet",
2246 "metrics 0.24.2",
2247 "metrics-util",
2248 "quanta",
2249 "thiserror 1.0.69",
2250 "tokio",
2251 "tracing",
2252]
2253
2254[[package]]
2255name = "metrics-util"
2256version = "0.19.1"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376"
2259dependencies = [
2260 "crossbeam-epoch",
2261 "crossbeam-utils",
2262 "hashbrown 0.15.4",
2263 "metrics 0.24.2",
2264 "quanta",
2265 "rand 0.9.2",
2266 "rand_xoshiro",
2267 "sketches-ddsketch",
2268]
2269
2270[[package]]
2271name = "mime"
2272version = "0.3.17"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2275
2276[[package]]
2277name = "minimal-lexical"
2278version = "0.2.1"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2281
2282[[package]]
2283name = "miniz_oxide"
2284version = "0.8.9"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2287dependencies = [
2288 "adler2",
2289]
2290
2291[[package]]
2292name = "mio"
2293version = "1.0.4"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
2296dependencies = [
2297 "libc",
2298 "wasi 0.11.1+wasi-snapshot-preview1",
2299 "windows-sys 0.59.0",
2300]
2301
2302[[package]]
2303name = "moka"
2304version = "0.12.10"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
2307dependencies = [
2308 "async-lock",
2309 "crossbeam-channel",
2310 "crossbeam-epoch",
2311 "crossbeam-utils",
2312 "event-listener",
2313 "futures-util",
2314 "loom",
2315 "parking_lot",
2316 "portable-atomic",
2317 "rustc_version",
2318 "smallvec",
2319 "tagptr",
2320 "thiserror 1.0.69",
2321 "uuid",
2322]
2323
2324[[package]]
2325name = "multer"
2326version = "3.1.0"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
2329dependencies = [
2330 "bytes",
2331 "encoding_rs",
2332 "futures-util",
2333 "http",
2334 "httparse",
2335 "memchr",
2336 "mime",
2337 "spin",
2338 "version_check",
2339]
2340
2341[[package]]
2342name = "multibase"
2343version = "0.9.1"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
2346dependencies = [
2347 "base-x",
2348 "data-encoding",
2349 "data-encoding-macro",
2350]
2351
2352[[package]]
2353name = "multihash"
2354version = "0.18.1"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815"
2357dependencies = [
2358 "blake2b_simd",
2359 "blake2s_simd",
2360 "blake3",
2361 "core2",
2362 "digest",
2363 "multihash-derive 0.8.1",
2364 "sha2",
2365 "sha3",
2366 "unsigned-varint 0.7.2",
2367]
2368
2369[[package]]
2370name = "multihash"
2371version = "0.19.3"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2374dependencies = [
2375 "core2",
2376 "serde",
2377 "unsigned-varint 0.8.0",
2378]
2379
2380[[package]]
2381name = "multihash-codetable"
2382version = "0.1.4"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "67996849749d25f1da9f238e8ace2ece8f9d6bdf3f9750aaf2ae7de3a5cad8ea"
2385dependencies = [
2386 "blake2b_simd",
2387 "blake2s_simd",
2388 "blake3",
2389 "core2",
2390 "digest",
2391 "multihash-derive 0.9.1",
2392 "ripemd",
2393 "serde",
2394 "sha1",
2395 "sha2",
2396 "sha3",
2397 "strobe-rs",
2398]
2399
2400[[package]]
2401name = "multihash-derive"
2402version = "0.8.1"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
2405dependencies = [
2406 "proc-macro-crate 1.1.3",
2407 "proc-macro-error",
2408 "proc-macro2",
2409 "quote",
2410 "syn 1.0.109",
2411 "synstructure 0.12.6",
2412]
2413
2414[[package]]
2415name = "multihash-derive"
2416version = "0.9.1"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "1f1b7edab35d920890b88643a765fc9bd295cf0201f4154dda231bef9b8404eb"
2419dependencies = [
2420 "core2",
2421 "multihash 0.19.3",
2422 "multihash-derive-impl",
2423]
2424
2425[[package]]
2426name = "multihash-derive-impl"
2427version = "0.1.2"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "e3dc7141bd06405929948754f0628d247f5ca1865be745099205e5086da957cb"
2430dependencies = [
2431 "proc-macro-crate 3.3.0",
2432 "proc-macro2",
2433 "quote",
2434 "syn 2.0.104",
2435 "synstructure 0.13.2",
2436]
2437
2438[[package]]
2439name = "nanorand"
2440version = "0.7.0"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
2443dependencies = [
2444 "getrandom 0.2.16",
2445]
2446
2447[[package]]
2448name = "native-tls"
2449version = "0.2.14"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2452dependencies = [
2453 "libc",
2454 "log",
2455 "openssl",
2456 "openssl-probe",
2457 "openssl-sys",
2458 "schannel",
2459 "security-framework 2.11.1",
2460 "security-framework-sys",
2461 "tempfile",
2462]
2463
2464[[package]]
2465name = "nom"
2466version = "7.1.3"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2469dependencies = [
2470 "memchr",
2471 "minimal-lexical",
2472]
2473
2474[[package]]
2475name = "ntapi"
2476version = "0.4.1"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2479dependencies = [
2480 "winapi",
2481]
2482
2483[[package]]
2484name = "nu-ansi-term"
2485version = "0.46.0"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2488dependencies = [
2489 "overload",
2490 "winapi",
2491]
2492
2493[[package]]
2494name = "num-bigint"
2495version = "0.4.6"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2498dependencies = [
2499 "num-integer",
2500 "num-traits",
2501]
2502
2503[[package]]
2504name = "num-bigint-dig"
2505version = "0.8.4"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2508dependencies = [
2509 "byteorder",
2510 "lazy_static",
2511 "libm",
2512 "num-integer",
2513 "num-iter",
2514 "num-traits",
2515 "rand 0.8.5",
2516 "smallvec",
2517 "zeroize",
2518]
2519
2520[[package]]
2521name = "num-conv"
2522version = "0.1.0"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2525
2526[[package]]
2527name = "num-integer"
2528version = "0.1.46"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2531dependencies = [
2532 "num-traits",
2533]
2534
2535[[package]]
2536name = "num-iter"
2537version = "0.1.45"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2540dependencies = [
2541 "autocfg",
2542 "num-integer",
2543 "num-traits",
2544]
2545
2546[[package]]
2547name = "num-traits"
2548version = "0.2.19"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2551dependencies = [
2552 "autocfg",
2553 "libm",
2554]
2555
2556[[package]]
2557name = "num_threads"
2558version = "0.1.7"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2561dependencies = [
2562 "libc",
2563]
2564
2565[[package]]
2566name = "objc2-core-foundation"
2567version = "0.3.1"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
2570dependencies = [
2571 "bitflags 2.9.1",
2572]
2573
2574[[package]]
2575name = "object"
2576version = "0.36.7"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2579dependencies = [
2580 "memchr",
2581]
2582
2583[[package]]
2584name = "once_cell"
2585version = "1.21.3"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2588
2589[[package]]
2590name = "once_cell_polyfill"
2591version = "1.70.1"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
2594
2595[[package]]
2596name = "openssl"
2597version = "0.10.73"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
2600dependencies = [
2601 "bitflags 2.9.1",
2602 "cfg-if",
2603 "foreign-types",
2604 "libc",
2605 "once_cell",
2606 "openssl-macros",
2607 "openssl-sys",
2608]
2609
2610[[package]]
2611name = "openssl-macros"
2612version = "0.1.1"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2615dependencies = [
2616 "proc-macro2",
2617 "quote",
2618 "syn 2.0.104",
2619]
2620
2621[[package]]
2622name = "openssl-probe"
2623version = "0.1.6"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2626
2627[[package]]
2628name = "openssl-sys"
2629version = "0.9.109"
2630source = "registry+https://github.com/rust-lang/crates.io-index"
2631checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
2632dependencies = [
2633 "cc",
2634 "libc",
2635 "pkg-config",
2636 "vcpkg",
2637]
2638
2639[[package]]
2640name = "option-ext"
2641version = "0.2.0"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2644
2645[[package]]
2646name = "overload"
2647version = "0.1.1"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2650
2651[[package]]
2652name = "parking"
2653version = "2.2.1"
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2656
2657[[package]]
2658name = "parking_lot"
2659version = "0.12.4"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
2662dependencies = [
2663 "lock_api",
2664 "parking_lot_core",
2665]
2666
2667[[package]]
2668name = "parking_lot_core"
2669version = "0.9.11"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
2672dependencies = [
2673 "cfg-if",
2674 "libc",
2675 "redox_syscall",
2676 "smallvec",
2677 "windows-targets 0.52.6",
2678]
2679
2680[[package]]
2681name = "pem-rfc7468"
2682version = "0.7.0"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2685dependencies = [
2686 "base64ct",
2687]
2688
2689[[package]]
2690name = "percent-encoding"
2691version = "2.3.1"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2694
2695[[package]]
2696name = "pin-project-lite"
2697version = "0.2.16"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2700
2701[[package]]
2702name = "pin-utils"
2703version = "0.1.0"
2704source = "registry+https://github.com/rust-lang/crates.io-index"
2705checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2706
2707[[package]]
2708name = "pkcs1"
2709version = "0.7.5"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2712dependencies = [
2713 "der",
2714 "pkcs8",
2715 "spki",
2716]
2717
2718[[package]]
2719name = "pkcs8"
2720version = "0.10.2"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2723dependencies = [
2724 "der",
2725 "spki",
2726]
2727
2728[[package]]
2729name = "pkg-config"
2730version = "0.3.32"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2733
2734[[package]]
2735name = "portable-atomic"
2736version = "1.11.1"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2739
2740[[package]]
2741name = "potential_utf"
2742version = "0.1.2"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
2745dependencies = [
2746 "zerovec",
2747]
2748
2749[[package]]
2750name = "powerfmt"
2751version = "0.2.0"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2754
2755[[package]]
2756name = "ppv-lite86"
2757version = "0.2.21"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2760dependencies = [
2761 "zerocopy",
2762]
2763
2764[[package]]
2765name = "prettyplease"
2766version = "0.2.36"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
2769dependencies = [
2770 "proc-macro2",
2771 "syn 2.0.104",
2772]
2773
2774[[package]]
2775name = "proc-macro-crate"
2776version = "1.1.3"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2779dependencies = [
2780 "thiserror 1.0.69",
2781 "toml",
2782]
2783
2784[[package]]
2785name = "proc-macro-crate"
2786version = "3.3.0"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
2789dependencies = [
2790 "toml_edit",
2791]
2792
2793[[package]]
2794name = "proc-macro-error"
2795version = "1.0.4"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2798dependencies = [
2799 "proc-macro-error-attr",
2800 "proc-macro2",
2801 "quote",
2802 "syn 1.0.109",
2803 "version_check",
2804]
2805
2806[[package]]
2807name = "proc-macro-error-attr"
2808version = "1.0.4"
2809source = "registry+https://github.com/rust-lang/crates.io-index"
2810checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2811dependencies = [
2812 "proc-macro2",
2813 "quote",
2814 "version_check",
2815]
2816
2817[[package]]
2818name = "proc-macro2"
2819version = "1.0.95"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2822dependencies = [
2823 "unicode-ident",
2824]
2825
2826[[package]]
2827name = "quanta"
2828version = "0.12.6"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
2831dependencies = [
2832 "crossbeam-utils",
2833 "libc",
2834 "once_cell",
2835 "raw-cpuid",
2836 "wasi 0.11.1+wasi-snapshot-preview1",
2837 "web-sys",
2838 "winapi",
2839]
2840
2841[[package]]
2842name = "quick-protobuf"
2843version = "0.8.1"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
2846dependencies = [
2847 "byteorder",
2848]
2849
2850[[package]]
2851name = "quinn"
2852version = "0.11.8"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
2855dependencies = [
2856 "bytes",
2857 "cfg_aliases",
2858 "pin-project-lite",
2859 "quinn-proto",
2860 "quinn-udp",
2861 "rustc-hash 2.1.1",
2862 "rustls",
2863 "socket2 0.5.10",
2864 "thiserror 2.0.12",
2865 "tokio",
2866 "tracing",
2867 "web-time",
2868]
2869
2870[[package]]
2871name = "quinn-proto"
2872version = "0.11.12"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
2875dependencies = [
2876 "bytes",
2877 "getrandom 0.3.3",
2878 "lru-slab",
2879 "rand 0.9.2",
2880 "ring",
2881 "rustc-hash 2.1.1",
2882 "rustls",
2883 "rustls-pki-types",
2884 "slab",
2885 "thiserror 2.0.12",
2886 "tinyvec",
2887 "tracing",
2888 "web-time",
2889]
2890
2891[[package]]
2892name = "quinn-udp"
2893version = "0.5.13"
2894source = "registry+https://github.com/rust-lang/crates.io-index"
2895checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
2896dependencies = [
2897 "cfg_aliases",
2898 "libc",
2899 "once_cell",
2900 "socket2 0.5.10",
2901 "tracing",
2902 "windows-sys 0.59.0",
2903]
2904
2905[[package]]
2906name = "quote"
2907version = "1.0.40"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2910dependencies = [
2911 "proc-macro2",
2912]
2913
2914[[package]]
2915name = "r-efi"
2916version = "5.3.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2919
2920[[package]]
2921name = "rand"
2922version = "0.8.5"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2925dependencies = [
2926 "libc",
2927 "rand_chacha 0.3.1",
2928 "rand_core 0.6.4",
2929]
2930
2931[[package]]
2932name = "rand"
2933version = "0.9.2"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2936dependencies = [
2937 "rand_chacha 0.9.0",
2938 "rand_core 0.9.3",
2939]
2940
2941[[package]]
2942name = "rand_chacha"
2943version = "0.3.1"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2946dependencies = [
2947 "ppv-lite86",
2948 "rand_core 0.6.4",
2949]
2950
2951[[package]]
2952name = "rand_chacha"
2953version = "0.9.0"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2956dependencies = [
2957 "ppv-lite86",
2958 "rand_core 0.9.3",
2959]
2960
2961[[package]]
2962name = "rand_core"
2963version = "0.6.4"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2966dependencies = [
2967 "getrandom 0.2.16",
2968]
2969
2970[[package]]
2971name = "rand_core"
2972version = "0.9.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2975dependencies = [
2976 "getrandom 0.3.3",
2977]
2978
2979[[package]]
2980name = "rand_xoshiro"
2981version = "0.7.0"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
2984dependencies = [
2985 "rand_core 0.9.3",
2986]
2987
2988[[package]]
2989name = "raw-cpuid"
2990version = "11.5.0"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
2993dependencies = [
2994 "bitflags 2.9.1",
2995]
2996
2997[[package]]
2998name = "redis"
2999version = "0.32.4"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "e1f66bf4cac9733a23bcdf1e0e01effbaaad208567beba68be8f67e5f4af3ee1"
3002dependencies = [
3003 "arc-swap",
3004 "backon",
3005 "bytes",
3006 "cfg-if",
3007 "combine",
3008 "futures-channel",
3009 "futures-util",
3010 "itoa",
3011 "num-bigint",
3012 "percent-encoding",
3013 "pin-project-lite",
3014 "ryu",
3015 "sha1_smol",
3016 "socket2 0.6.0",
3017 "tokio",
3018 "tokio-util",
3019 "url",
3020]
3021
3022[[package]]
3023name = "redox_syscall"
3024version = "0.5.17"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
3027dependencies = [
3028 "bitflags 2.9.1",
3029]
3030
3031[[package]]
3032name = "redox_users"
3033version = "0.4.6"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
3036dependencies = [
3037 "getrandom 0.2.16",
3038 "libredox",
3039 "thiserror 1.0.69",
3040]
3041
3042[[package]]
3043name = "regex"
3044version = "1.11.1"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
3047dependencies = [
3048 "aho-corasick",
3049 "memchr",
3050 "regex-automata 0.4.9",
3051 "regex-syntax 0.8.5",
3052]
3053
3054[[package]]
3055name = "regex-automata"
3056version = "0.1.10"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3059dependencies = [
3060 "regex-syntax 0.6.29",
3061]
3062
3063[[package]]
3064name = "regex-automata"
3065version = "0.4.9"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
3068dependencies = [
3069 "aho-corasick",
3070 "memchr",
3071 "regex-syntax 0.8.5",
3072]
3073
3074[[package]]
3075name = "regex-syntax"
3076version = "0.6.29"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
3079
3080[[package]]
3081name = "regex-syntax"
3082version = "0.8.5"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3085
3086[[package]]
3087name = "reqwest"
3088version = "0.12.22"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
3091dependencies = [
3092 "base64",
3093 "bytes",
3094 "encoding_rs",
3095 "futures-core",
3096 "h2",
3097 "http",
3098 "http-body",
3099 "http-body-util",
3100 "hyper",
3101 "hyper-rustls",
3102 "hyper-tls",
3103 "hyper-util",
3104 "js-sys",
3105 "log",
3106 "mime",
3107 "native-tls",
3108 "percent-encoding",
3109 "pin-project-lite",
3110 "quinn",
3111 "rustls",
3112 "rustls-pki-types",
3113 "serde",
3114 "serde_json",
3115 "serde_urlencoded",
3116 "sync_wrapper",
3117 "tokio",
3118 "tokio-native-tls",
3119 "tokio-rustls",
3120 "tower",
3121 "tower-http",
3122 "tower-service",
3123 "url",
3124 "wasm-bindgen",
3125 "wasm-bindgen-futures",
3126 "web-sys",
3127 "webpki-roots 1.0.2",
3128]
3129
3130[[package]]
3131name = "rfc6979"
3132version = "0.4.0"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3135dependencies = [
3136 "hmac",
3137 "subtle",
3138]
3139
3140[[package]]
3141name = "ring"
3142version = "0.17.14"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3145dependencies = [
3146 "cc",
3147 "cfg-if",
3148 "getrandom 0.2.16",
3149 "libc",
3150 "untrusted",
3151 "windows-sys 0.52.0",
3152]
3153
3154[[package]]
3155name = "ripemd"
3156version = "0.1.3"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
3159dependencies = [
3160 "digest",
3161]
3162
3163[[package]]
3164name = "rocketman"
3165version = "0.2.3"
3166dependencies = [
3167 "anyhow",
3168 "async-trait",
3169 "bon",
3170 "derive_builder",
3171 "flume",
3172 "futures-util",
3173 "metrics 0.23.1",
3174 "rand 0.8.5",
3175 "serde",
3176 "serde_json",
3177 "tokio",
3178 "tokio-tungstenite",
3179 "tracing",
3180 "tracing-subscriber",
3181 "url",
3182 "zstd",
3183]
3184
3185[[package]]
3186name = "rsa"
3187version = "0.9.8"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
3190dependencies = [
3191 "const-oid",
3192 "digest",
3193 "num-bigint-dig",
3194 "num-integer",
3195 "num-traits",
3196 "pkcs1",
3197 "pkcs8",
3198 "rand_core 0.6.4",
3199 "signature",
3200 "spki",
3201 "subtle",
3202 "zeroize",
3203]
3204
3205[[package]]
3206name = "rustc-demangle"
3207version = "0.1.26"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
3210
3211[[package]]
3212name = "rustc-hash"
3213version = "1.1.0"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3216
3217[[package]]
3218name = "rustc-hash"
3219version = "2.1.1"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3222
3223[[package]]
3224name = "rustc_version"
3225version = "0.4.1"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3228dependencies = [
3229 "semver",
3230]
3231
3232[[package]]
3233name = "rustix"
3234version = "0.38.44"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3237dependencies = [
3238 "bitflags 2.9.1",
3239 "errno",
3240 "libc",
3241 "linux-raw-sys 0.4.15",
3242 "windows-sys 0.59.0",
3243]
3244
3245[[package]]
3246name = "rustix"
3247version = "1.0.8"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
3250dependencies = [
3251 "bitflags 2.9.1",
3252 "errno",
3253 "libc",
3254 "linux-raw-sys 0.9.4",
3255 "windows-sys 0.60.2",
3256]
3257
3258[[package]]
3259name = "rustls"
3260version = "0.23.31"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
3263dependencies = [
3264 "aws-lc-rs",
3265 "once_cell",
3266 "ring",
3267 "rustls-pki-types",
3268 "rustls-webpki",
3269 "subtle",
3270 "zeroize",
3271]
3272
3273[[package]]
3274name = "rustls-native-certs"
3275version = "0.8.1"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
3278dependencies = [
3279 "openssl-probe",
3280 "rustls-pki-types",
3281 "schannel",
3282 "security-framework 3.2.0",
3283]
3284
3285[[package]]
3286name = "rustls-pki-types"
3287version = "1.12.0"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
3290dependencies = [
3291 "web-time",
3292 "zeroize",
3293]
3294
3295[[package]]
3296name = "rustls-webpki"
3297version = "0.103.4"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
3300dependencies = [
3301 "aws-lc-rs",
3302 "ring",
3303 "rustls-pki-types",
3304 "untrusted",
3305]
3306
3307[[package]]
3308name = "rustversion"
3309version = "1.0.21"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
3312
3313[[package]]
3314name = "ryu"
3315version = "1.0.20"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3318
3319[[package]]
3320name = "schannel"
3321version = "0.1.27"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
3324dependencies = [
3325 "windows-sys 0.59.0",
3326]
3327
3328[[package]]
3329name = "scoped-tls"
3330version = "1.0.1"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3333
3334[[package]]
3335name = "scopeguard"
3336version = "1.2.0"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3339
3340[[package]]
3341name = "sec1"
3342version = "0.7.3"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3345dependencies = [
3346 "base16ct",
3347 "der",
3348 "generic-array",
3349 "pkcs8",
3350 "subtle",
3351 "zeroize",
3352]
3353
3354[[package]]
3355name = "security-framework"
3356version = "2.11.1"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
3359dependencies = [
3360 "bitflags 2.9.1",
3361 "core-foundation 0.9.4",
3362 "core-foundation-sys",
3363 "libc",
3364 "security-framework-sys",
3365]
3366
3367[[package]]
3368name = "security-framework"
3369version = "3.2.0"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
3372dependencies = [
3373 "bitflags 2.9.1",
3374 "core-foundation 0.10.1",
3375 "core-foundation-sys",
3376 "libc",
3377 "security-framework-sys",
3378]
3379
3380[[package]]
3381name = "security-framework-sys"
3382version = "2.14.0"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
3385dependencies = [
3386 "core-foundation-sys",
3387 "libc",
3388]
3389
3390[[package]]
3391name = "semver"
3392version = "1.0.26"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
3395dependencies = [
3396 "serde",
3397]
3398
3399[[package]]
3400name = "serde"
3401version = "1.0.219"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
3404dependencies = [
3405 "serde_derive",
3406]
3407
3408[[package]]
3409name = "serde_bytes"
3410version = "0.11.17"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
3413dependencies = [
3414 "serde",
3415]
3416
3417[[package]]
3418name = "serde_derive"
3419version = "1.0.219"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
3422dependencies = [
3423 "proc-macro2",
3424 "quote",
3425 "syn 2.0.104",
3426]
3427
3428[[package]]
3429name = "serde_html_form"
3430version = "0.2.7"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
3433dependencies = [
3434 "form_urlencoded",
3435 "indexmap",
3436 "itoa",
3437 "ryu",
3438 "serde",
3439]
3440
3441[[package]]
3442name = "serde_ipld_dagcbor"
3443version = "0.6.3"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "99600723cf53fb000a66175555098db7e75217c415bdd9a16a65d52a19dcc4fc"
3446dependencies = [
3447 "cbor4ii",
3448 "ipld-core",
3449 "scopeguard",
3450 "serde",
3451]
3452
3453[[package]]
3454name = "serde_ipld_dagjson"
3455version = "0.2.0"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "3359b47ba7f4a306ef5984665e10539e212e97217afa489437d533208eecda36"
3458dependencies = [
3459 "ipld-core",
3460 "serde",
3461 "serde_json",
3462]
3463
3464[[package]]
3465name = "serde_json"
3466version = "1.0.142"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
3469dependencies = [
3470 "itoa",
3471 "memchr",
3472 "ryu",
3473 "serde",
3474]
3475
3476[[package]]
3477name = "serde_path_to_error"
3478version = "0.1.17"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
3481dependencies = [
3482 "itoa",
3483 "serde",
3484]
3485
3486[[package]]
3487name = "serde_urlencoded"
3488version = "0.7.1"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3491dependencies = [
3492 "form_urlencoded",
3493 "itoa",
3494 "ryu",
3495 "serde",
3496]
3497
3498[[package]]
3499name = "sha1"
3500version = "0.10.6"
3501source = "registry+https://github.com/rust-lang/crates.io-index"
3502checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3503dependencies = [
3504 "cfg-if",
3505 "cpufeatures",
3506 "digest",
3507]
3508
3509[[package]]
3510name = "sha1_smol"
3511version = "1.0.1"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
3514
3515[[package]]
3516name = "sha2"
3517version = "0.10.9"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3520dependencies = [
3521 "cfg-if",
3522 "cpufeatures",
3523 "digest",
3524]
3525
3526[[package]]
3527name = "sha3"
3528version = "0.10.8"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
3531dependencies = [
3532 "digest",
3533 "keccak",
3534]
3535
3536[[package]]
3537name = "sharded-slab"
3538version = "0.1.7"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3541dependencies = [
3542 "lazy_static",
3543]
3544
3545[[package]]
3546name = "shlex"
3547version = "1.3.0"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3550
3551[[package]]
3552name = "signal-hook-registry"
3553version = "1.4.5"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
3556dependencies = [
3557 "libc",
3558]
3559
3560[[package]]
3561name = "signature"
3562version = "2.2.0"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3565dependencies = [
3566 "digest",
3567 "rand_core 0.6.4",
3568]
3569
3570[[package]]
3571name = "sketches-ddsketch"
3572version = "0.3.0"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
3575
3576[[package]]
3577name = "slab"
3578version = "0.4.10"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
3581
3582[[package]]
3583name = "smallvec"
3584version = "1.15.1"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3587dependencies = [
3588 "serde",
3589]
3590
3591[[package]]
3592name = "socket2"
3593version = "0.5.10"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
3596dependencies = [
3597 "libc",
3598 "windows-sys 0.52.0",
3599]
3600
3601[[package]]
3602name = "socket2"
3603version = "0.6.0"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
3606dependencies = [
3607 "libc",
3608 "windows-sys 0.59.0",
3609]
3610
3611[[package]]
3612name = "spin"
3613version = "0.9.8"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3616dependencies = [
3617 "lock_api",
3618]
3619
3620[[package]]
3621name = "spki"
3622version = "0.7.3"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3625dependencies = [
3626 "base64ct",
3627 "der",
3628]
3629
3630[[package]]
3631name = "sqlx"
3632version = "0.8.6"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
3635dependencies = [
3636 "sqlx-core",
3637 "sqlx-macros",
3638 "sqlx-mysql",
3639 "sqlx-postgres",
3640 "sqlx-sqlite",
3641]
3642
3643[[package]]
3644name = "sqlx-core"
3645version = "0.8.6"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
3648dependencies = [
3649 "base64",
3650 "bytes",
3651 "crc",
3652 "crossbeam-queue",
3653 "either",
3654 "event-listener",
3655 "futures-core",
3656 "futures-intrusive",
3657 "futures-io",
3658 "futures-util",
3659 "hashbrown 0.15.4",
3660 "hashlink",
3661 "indexmap",
3662 "log",
3663 "memchr",
3664 "once_cell",
3665 "percent-encoding",
3666 "serde",
3667 "serde_json",
3668 "sha2",
3669 "smallvec",
3670 "thiserror 2.0.12",
3671 "time",
3672 "tokio",
3673 "tokio-stream",
3674 "tracing",
3675 "url",
3676 "uuid",
3677]
3678
3679[[package]]
3680name = "sqlx-macros"
3681version = "0.8.6"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
3684dependencies = [
3685 "proc-macro2",
3686 "quote",
3687 "sqlx-core",
3688 "sqlx-macros-core",
3689 "syn 2.0.104",
3690]
3691
3692[[package]]
3693name = "sqlx-macros-core"
3694version = "0.8.6"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
3697dependencies = [
3698 "dotenvy",
3699 "either",
3700 "heck",
3701 "hex",
3702 "once_cell",
3703 "proc-macro2",
3704 "quote",
3705 "serde",
3706 "serde_json",
3707 "sha2",
3708 "sqlx-core",
3709 "sqlx-mysql",
3710 "sqlx-postgres",
3711 "sqlx-sqlite",
3712 "syn 2.0.104",
3713 "tokio",
3714 "url",
3715]
3716
3717[[package]]
3718name = "sqlx-mysql"
3719version = "0.8.6"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
3722dependencies = [
3723 "atoi",
3724 "base64",
3725 "bitflags 2.9.1",
3726 "byteorder",
3727 "bytes",
3728 "crc",
3729 "digest",
3730 "dotenvy",
3731 "either",
3732 "futures-channel",
3733 "futures-core",
3734 "futures-io",
3735 "futures-util",
3736 "generic-array",
3737 "hex",
3738 "hkdf",
3739 "hmac",
3740 "itoa",
3741 "log",
3742 "md-5",
3743 "memchr",
3744 "once_cell",
3745 "percent-encoding",
3746 "rand 0.8.5",
3747 "rsa",
3748 "serde",
3749 "sha1",
3750 "sha2",
3751 "smallvec",
3752 "sqlx-core",
3753 "stringprep",
3754 "thiserror 2.0.12",
3755 "time",
3756 "tracing",
3757 "uuid",
3758 "whoami",
3759]
3760
3761[[package]]
3762name = "sqlx-postgres"
3763version = "0.8.6"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
3766dependencies = [
3767 "atoi",
3768 "base64",
3769 "bitflags 2.9.1",
3770 "byteorder",
3771 "crc",
3772 "dotenvy",
3773 "etcetera",
3774 "futures-channel",
3775 "futures-core",
3776 "futures-util",
3777 "hex",
3778 "hkdf",
3779 "hmac",
3780 "home",
3781 "itoa",
3782 "log",
3783 "md-5",
3784 "memchr",
3785 "once_cell",
3786 "rand 0.8.5",
3787 "serde",
3788 "serde_json",
3789 "sha2",
3790 "smallvec",
3791 "sqlx-core",
3792 "stringprep",
3793 "thiserror 2.0.12",
3794 "time",
3795 "tracing",
3796 "uuid",
3797 "whoami",
3798]
3799
3800[[package]]
3801name = "sqlx-sqlite"
3802version = "0.8.6"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
3805dependencies = [
3806 "atoi",
3807 "flume",
3808 "futures-channel",
3809 "futures-core",
3810 "futures-executor",
3811 "futures-intrusive",
3812 "futures-util",
3813 "libsqlite3-sys",
3814 "log",
3815 "percent-encoding",
3816 "serde",
3817 "serde_urlencoded",
3818 "sqlx-core",
3819 "thiserror 2.0.12",
3820 "time",
3821 "tracing",
3822 "url",
3823 "uuid",
3824]
3825
3826[[package]]
3827name = "stable_deref_trait"
3828version = "1.2.0"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3831
3832[[package]]
3833name = "stringprep"
3834version = "0.1.5"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
3837dependencies = [
3838 "unicode-bidi",
3839 "unicode-normalization",
3840 "unicode-properties",
3841]
3842
3843[[package]]
3844name = "strobe-rs"
3845version = "0.10.0"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "98fe17535ea31344936cc58d29fec9b500b0452ddc4cc24c429c8a921a0e84e5"
3848dependencies = [
3849 "bitflags 1.3.2",
3850 "byteorder",
3851 "keccak",
3852 "subtle",
3853 "zeroize",
3854]
3855
3856[[package]]
3857name = "strsim"
3858version = "0.11.1"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3861
3862[[package]]
3863name = "subtle"
3864version = "2.6.1"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3867
3868[[package]]
3869name = "syn"
3870version = "1.0.109"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3873dependencies = [
3874 "proc-macro2",
3875 "quote",
3876 "unicode-ident",
3877]
3878
3879[[package]]
3880name = "syn"
3881version = "2.0.104"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
3884dependencies = [
3885 "proc-macro2",
3886 "quote",
3887 "unicode-ident",
3888]
3889
3890[[package]]
3891name = "sync_wrapper"
3892version = "1.0.2"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3895dependencies = [
3896 "futures-core",
3897]
3898
3899[[package]]
3900name = "synstructure"
3901version = "0.12.6"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
3904dependencies = [
3905 "proc-macro2",
3906 "quote",
3907 "syn 1.0.109",
3908 "unicode-xid",
3909]
3910
3911[[package]]
3912name = "synstructure"
3913version = "0.13.2"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3916dependencies = [
3917 "proc-macro2",
3918 "quote",
3919 "syn 2.0.104",
3920]
3921
3922[[package]]
3923name = "sys-info"
3924version = "0.9.1"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
3927dependencies = [
3928 "cc",
3929 "libc",
3930]
3931
3932[[package]]
3933name = "sysinfo"
3934version = "0.34.2"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "a4b93974b3d3aeaa036504b8eefd4c039dced109171c1ae973f1dc63b2c7e4b2"
3937dependencies = [
3938 "libc",
3939 "memchr",
3940 "ntapi",
3941 "objc2-core-foundation",
3942 "windows 0.57.0",
3943]
3944
3945[[package]]
3946name = "system-configuration"
3947version = "0.6.1"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
3950dependencies = [
3951 "bitflags 2.9.1",
3952 "core-foundation 0.9.4",
3953 "system-configuration-sys",
3954]
3955
3956[[package]]
3957name = "system-configuration-sys"
3958version = "0.6.0"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3961dependencies = [
3962 "core-foundation-sys",
3963 "libc",
3964]
3965
3966[[package]]
3967name = "tagptr"
3968version = "0.2.0"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3971
3972[[package]]
3973name = "teal-cli"
3974version = "0.1.0"
3975dependencies = [
3976 "anyhow",
3977 "chrono",
3978 "clap",
3979 "colored",
3980 "dirs",
3981 "hex",
3982 "k256",
3983 "multibase",
3984 "rand 0.8.5",
3985 "serde",
3986 "serde_json",
3987 "tempfile",
3988 "tokio",
3989]
3990
3991[[package]]
3992name = "tempfile"
3993version = "3.20.0"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
3996dependencies = [
3997 "fastrand",
3998 "getrandom 0.3.3",
3999 "once_cell",
4000 "rustix 1.0.8",
4001 "windows-sys 0.59.0",
4002]
4003
4004[[package]]
4005name = "thiserror"
4006version = "1.0.69"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4009dependencies = [
4010 "thiserror-impl 1.0.69",
4011]
4012
4013[[package]]
4014name = "thiserror"
4015version = "2.0.12"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
4018dependencies = [
4019 "thiserror-impl 2.0.12",
4020]
4021
4022[[package]]
4023name = "thiserror-impl"
4024version = "1.0.69"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4027dependencies = [
4028 "proc-macro2",
4029 "quote",
4030 "syn 2.0.104",
4031]
4032
4033[[package]]
4034name = "thiserror-impl"
4035version = "2.0.12"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
4038dependencies = [
4039 "proc-macro2",
4040 "quote",
4041 "syn 2.0.104",
4042]
4043
4044[[package]]
4045name = "thread_local"
4046version = "1.1.9"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4049dependencies = [
4050 "cfg-if",
4051]
4052
4053[[package]]
4054name = "time"
4055version = "0.3.41"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
4058dependencies = [
4059 "deranged",
4060 "itoa",
4061 "libc",
4062 "num-conv",
4063 "num_threads",
4064 "powerfmt",
4065 "serde",
4066 "time-core",
4067 "time-macros",
4068]
4069
4070[[package]]
4071name = "time-core"
4072version = "0.1.4"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
4075
4076[[package]]
4077name = "time-macros"
4078version = "0.2.22"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
4081dependencies = [
4082 "num-conv",
4083 "time-core",
4084]
4085
4086[[package]]
4087name = "tinystr"
4088version = "0.8.1"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
4091dependencies = [
4092 "displaydoc",
4093 "zerovec",
4094]
4095
4096[[package]]
4097name = "tinyvec"
4098version = "1.9.0"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
4101dependencies = [
4102 "tinyvec_macros",
4103]
4104
4105[[package]]
4106name = "tinyvec_macros"
4107version = "0.1.1"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4110
4111[[package]]
4112name = "tokio"
4113version = "1.47.1"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
4116dependencies = [
4117 "backtrace",
4118 "bytes",
4119 "io-uring",
4120 "libc",
4121 "mio",
4122 "parking_lot",
4123 "pin-project-lite",
4124 "signal-hook-registry",
4125 "slab",
4126 "socket2 0.6.0",
4127 "tokio-macros",
4128 "windows-sys 0.59.0",
4129]
4130
4131[[package]]
4132name = "tokio-macros"
4133version = "2.5.0"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
4136dependencies = [
4137 "proc-macro2",
4138 "quote",
4139 "syn 2.0.104",
4140]
4141
4142[[package]]
4143name = "tokio-native-tls"
4144version = "0.3.1"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4147dependencies = [
4148 "native-tls",
4149 "tokio",
4150]
4151
4152[[package]]
4153name = "tokio-rustls"
4154version = "0.26.2"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
4157dependencies = [
4158 "rustls",
4159 "tokio",
4160]
4161
4162[[package]]
4163name = "tokio-stream"
4164version = "0.1.17"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
4167dependencies = [
4168 "futures-core",
4169 "pin-project-lite",
4170 "tokio",
4171]
4172
4173[[package]]
4174name = "tokio-tungstenite"
4175version = "0.24.0"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
4178dependencies = [
4179 "futures-util",
4180 "log",
4181 "rustls",
4182 "rustls-pki-types",
4183 "tokio",
4184 "tokio-rustls",
4185 "tungstenite",
4186 "webpki-roots 0.26.11",
4187]
4188
4189[[package]]
4190name = "tokio-util"
4191version = "0.7.15"
4192source = "registry+https://github.com/rust-lang/crates.io-index"
4193checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
4194dependencies = [
4195 "bytes",
4196 "futures-core",
4197 "futures-sink",
4198 "pin-project-lite",
4199 "tokio",
4200]
4201
4202[[package]]
4203name = "toml"
4204version = "0.5.11"
4205source = "registry+https://github.com/rust-lang/crates.io-index"
4206checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
4207dependencies = [
4208 "serde",
4209]
4210
4211[[package]]
4212name = "toml_datetime"
4213version = "0.6.11"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
4216
4217[[package]]
4218name = "toml_edit"
4219version = "0.22.27"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
4222dependencies = [
4223 "indexmap",
4224 "toml_datetime",
4225 "winnow",
4226]
4227
4228[[package]]
4229name = "tower"
4230version = "0.5.2"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4233dependencies = [
4234 "futures-core",
4235 "futures-util",
4236 "pin-project-lite",
4237 "sync_wrapper",
4238 "tokio",
4239 "tower-layer",
4240 "tower-service",
4241 "tracing",
4242]
4243
4244[[package]]
4245name = "tower-http"
4246version = "0.6.6"
4247source = "registry+https://github.com/rust-lang/crates.io-index"
4248checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4249dependencies = [
4250 "bitflags 2.9.1",
4251 "bytes",
4252 "futures-util",
4253 "http",
4254 "http-body",
4255 "iri-string",
4256 "pin-project-lite",
4257 "tower",
4258 "tower-layer",
4259 "tower-service",
4260]
4261
4262[[package]]
4263name = "tower-layer"
4264version = "0.3.3"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4267
4268[[package]]
4269name = "tower-service"
4270version = "0.3.3"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4273
4274[[package]]
4275name = "tracing"
4276version = "0.1.41"
4277source = "registry+https://github.com/rust-lang/crates.io-index"
4278checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4279dependencies = [
4280 "log",
4281 "pin-project-lite",
4282 "tracing-attributes",
4283 "tracing-core",
4284]
4285
4286[[package]]
4287name = "tracing-attributes"
4288version = "0.1.30"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
4291dependencies = [
4292 "proc-macro2",
4293 "quote",
4294 "syn 2.0.104",
4295]
4296
4297[[package]]
4298name = "tracing-core"
4299version = "0.1.34"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
4302dependencies = [
4303 "once_cell",
4304 "valuable",
4305]
4306
4307[[package]]
4308name = "tracing-log"
4309version = "0.2.0"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4312dependencies = [
4313 "log",
4314 "once_cell",
4315 "tracing-core",
4316]
4317
4318[[package]]
4319name = "tracing-subscriber"
4320version = "0.3.19"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
4323dependencies = [
4324 "matchers",
4325 "nu-ansi-term",
4326 "once_cell",
4327 "regex",
4328 "sharded-slab",
4329 "smallvec",
4330 "thread_local",
4331 "tracing",
4332 "tracing-core",
4333 "tracing-log",
4334]
4335
4336[[package]]
4337name = "trait-variant"
4338version = "0.1.2"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
4341dependencies = [
4342 "proc-macro2",
4343 "quote",
4344 "syn 2.0.104",
4345]
4346
4347[[package]]
4348name = "try-lock"
4349version = "0.2.5"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4352
4353[[package]]
4354name = "tungstenite"
4355version = "0.24.0"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
4358dependencies = [
4359 "byteorder",
4360 "bytes",
4361 "data-encoding",
4362 "http",
4363 "httparse",
4364 "log",
4365 "rand 0.8.5",
4366 "rustls",
4367 "rustls-pki-types",
4368 "sha1",
4369 "thiserror 1.0.69",
4370 "utf-8",
4371]
4372
4373[[package]]
4374name = "typenum"
4375version = "1.18.0"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
4378
4379[[package]]
4380name = "types"
4381version = "0.1.0"
4382dependencies = [
4383 "atrium-api",
4384 "atrium-xrpc",
4385 "chrono",
4386 "http",
4387 "ipld-core",
4388 "langtag",
4389 "regex",
4390 "serde",
4391 "serde_bytes",
4392 "serde_ipld_dagcbor",
4393 "serde_json",
4394 "thiserror 2.0.12",
4395]
4396
4397[[package]]
4398name = "unicode-bidi"
4399version = "0.3.18"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4402
4403[[package]]
4404name = "unicode-ident"
4405version = "1.0.18"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
4408
4409[[package]]
4410name = "unicode-normalization"
4411version = "0.1.24"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
4414dependencies = [
4415 "tinyvec",
4416]
4417
4418[[package]]
4419name = "unicode-properties"
4420version = "0.1.3"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
4423
4424[[package]]
4425name = "unicode-xid"
4426version = "0.2.6"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
4429
4430[[package]]
4431name = "unsigned-varint"
4432version = "0.7.2"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
4435
4436[[package]]
4437name = "unsigned-varint"
4438version = "0.8.0"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
4441
4442[[package]]
4443name = "untrusted"
4444version = "0.9.0"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4447
4448[[package]]
4449name = "url"
4450version = "2.5.4"
4451source = "registry+https://github.com/rust-lang/crates.io-index"
4452checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
4453dependencies = [
4454 "form_urlencoded",
4455 "idna",
4456 "percent-encoding",
4457]
4458
4459[[package]]
4460name = "utf-8"
4461version = "0.7.6"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4464
4465[[package]]
4466name = "utf8_iter"
4467version = "1.0.4"
4468source = "registry+https://github.com/rust-lang/crates.io-index"
4469checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4470
4471[[package]]
4472name = "utf8parse"
4473version = "0.2.2"
4474source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4476
4477[[package]]
4478name = "uuid"
4479version = "1.17.0"
4480source = "registry+https://github.com/rust-lang/crates.io-index"
4481checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
4482dependencies = [
4483 "getrandom 0.3.3",
4484 "js-sys",
4485 "serde",
4486 "wasm-bindgen",
4487]
4488
4489[[package]]
4490name = "valuable"
4491version = "0.1.1"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4494
4495[[package]]
4496name = "vcpkg"
4497version = "0.2.15"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4500
4501[[package]]
4502name = "vergen"
4503version = "9.0.6"
4504source = "registry+https://github.com/rust-lang/crates.io-index"
4505checksum = "6b2bf58be11fc9414104c6d3a2e464163db5ef74b12296bda593cac37b6e4777"
4506dependencies = [
4507 "anyhow",
4508 "cargo_metadata",
4509 "derive_builder",
4510 "regex",
4511 "rustc_version",
4512 "rustversion",
4513 "sysinfo",
4514 "time",
4515 "vergen-lib",
4516]
4517
4518[[package]]
4519name = "vergen-gitcl"
4520version = "1.0.8"
4521source = "registry+https://github.com/rust-lang/crates.io-index"
4522checksum = "b9dfc1de6eb2e08a4ddf152f1b179529638bedc0ea95e6d667c014506377aefe"
4523dependencies = [
4524 "anyhow",
4525 "derive_builder",
4526 "rustversion",
4527 "time",
4528 "vergen",
4529 "vergen-lib",
4530]
4531
4532[[package]]
4533name = "vergen-lib"
4534version = "0.1.6"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166"
4537dependencies = [
4538 "anyhow",
4539 "derive_builder",
4540 "rustversion",
4541]
4542
4543[[package]]
4544name = "version_check"
4545version = "0.9.5"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4548
4549[[package]]
4550name = "want"
4551version = "0.3.1"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
4553checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4554dependencies = [
4555 "try-lock",
4556]
4557
4558[[package]]
4559name = "wasi"
4560version = "0.11.1+wasi-snapshot-preview1"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4563
4564[[package]]
4565name = "wasi"
4566version = "0.14.2+wasi-0.2.4"
4567source = "registry+https://github.com/rust-lang/crates.io-index"
4568checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
4569dependencies = [
4570 "wit-bindgen-rt",
4571]
4572
4573[[package]]
4574name = "wasite"
4575version = "0.1.0"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
4578
4579[[package]]
4580name = "wasm-bindgen"
4581version = "0.2.100"
4582source = "registry+https://github.com/rust-lang/crates.io-index"
4583checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
4584dependencies = [
4585 "cfg-if",
4586 "once_cell",
4587 "rustversion",
4588 "wasm-bindgen-macro",
4589]
4590
4591[[package]]
4592name = "wasm-bindgen-backend"
4593version = "0.2.100"
4594source = "registry+https://github.com/rust-lang/crates.io-index"
4595checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
4596dependencies = [
4597 "bumpalo",
4598 "log",
4599 "proc-macro2",
4600 "quote",
4601 "syn 2.0.104",
4602 "wasm-bindgen-shared",
4603]
4604
4605[[package]]
4606name = "wasm-bindgen-futures"
4607version = "0.4.50"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
4610dependencies = [
4611 "cfg-if",
4612 "js-sys",
4613 "once_cell",
4614 "wasm-bindgen",
4615 "web-sys",
4616]
4617
4618[[package]]
4619name = "wasm-bindgen-macro"
4620version = "0.2.100"
4621source = "registry+https://github.com/rust-lang/crates.io-index"
4622checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
4623dependencies = [
4624 "quote",
4625 "wasm-bindgen-macro-support",
4626]
4627
4628[[package]]
4629name = "wasm-bindgen-macro-support"
4630version = "0.2.100"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
4633dependencies = [
4634 "proc-macro2",
4635 "quote",
4636 "syn 2.0.104",
4637 "wasm-bindgen-backend",
4638 "wasm-bindgen-shared",
4639]
4640
4641[[package]]
4642name = "wasm-bindgen-shared"
4643version = "0.2.100"
4644source = "registry+https://github.com/rust-lang/crates.io-index"
4645checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
4646dependencies = [
4647 "unicode-ident",
4648]
4649
4650[[package]]
4651name = "web-sys"
4652version = "0.3.77"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
4655dependencies = [
4656 "js-sys",
4657 "wasm-bindgen",
4658]
4659
4660[[package]]
4661name = "web-time"
4662version = "1.1.0"
4663source = "registry+https://github.com/rust-lang/crates.io-index"
4664checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4665dependencies = [
4666 "js-sys",
4667 "wasm-bindgen",
4668]
4669
4670[[package]]
4671name = "webpki-roots"
4672version = "0.26.11"
4673source = "registry+https://github.com/rust-lang/crates.io-index"
4674checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
4675dependencies = [
4676 "webpki-roots 1.0.2",
4677]
4678
4679[[package]]
4680name = "webpki-roots"
4681version = "1.0.2"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
4684dependencies = [
4685 "rustls-pki-types",
4686]
4687
4688[[package]]
4689name = "which"
4690version = "4.4.2"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
4693dependencies = [
4694 "either",
4695 "home",
4696 "once_cell",
4697 "rustix 0.38.44",
4698]
4699
4700[[package]]
4701name = "whoami"
4702version = "1.6.0"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
4705dependencies = [
4706 "redox_syscall",
4707 "wasite",
4708]
4709
4710[[package]]
4711name = "winapi"
4712version = "0.3.9"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4715dependencies = [
4716 "winapi-i686-pc-windows-gnu",
4717 "winapi-x86_64-pc-windows-gnu",
4718]
4719
4720[[package]]
4721name = "winapi-i686-pc-windows-gnu"
4722version = "0.4.0"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4725
4726[[package]]
4727name = "winapi-x86_64-pc-windows-gnu"
4728version = "0.4.0"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4731
4732[[package]]
4733name = "windows"
4734version = "0.57.0"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
4737dependencies = [
4738 "windows-core 0.57.0",
4739 "windows-targets 0.52.6",
4740]
4741
4742[[package]]
4743name = "windows"
4744version = "0.61.3"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
4747dependencies = [
4748 "windows-collections",
4749 "windows-core 0.61.2",
4750 "windows-future",
4751 "windows-link",
4752 "windows-numerics",
4753]
4754
4755[[package]]
4756name = "windows-collections"
4757version = "0.2.0"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
4760dependencies = [
4761 "windows-core 0.61.2",
4762]
4763
4764[[package]]
4765name = "windows-core"
4766version = "0.57.0"
4767source = "registry+https://github.com/rust-lang/crates.io-index"
4768checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
4769dependencies = [
4770 "windows-implement 0.57.0",
4771 "windows-interface 0.57.0",
4772 "windows-result 0.1.2",
4773 "windows-targets 0.52.6",
4774]
4775
4776[[package]]
4777name = "windows-core"
4778version = "0.61.2"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
4781dependencies = [
4782 "windows-implement 0.60.0",
4783 "windows-interface 0.59.1",
4784 "windows-link",
4785 "windows-result 0.3.4",
4786 "windows-strings",
4787]
4788
4789[[package]]
4790name = "windows-future"
4791version = "0.2.1"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
4794dependencies = [
4795 "windows-core 0.61.2",
4796 "windows-link",
4797 "windows-threading",
4798]
4799
4800[[package]]
4801name = "windows-implement"
4802version = "0.57.0"
4803source = "registry+https://github.com/rust-lang/crates.io-index"
4804checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
4805dependencies = [
4806 "proc-macro2",
4807 "quote",
4808 "syn 2.0.104",
4809]
4810
4811[[package]]
4812name = "windows-implement"
4813version = "0.60.0"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
4816dependencies = [
4817 "proc-macro2",
4818 "quote",
4819 "syn 2.0.104",
4820]
4821
4822[[package]]
4823name = "windows-interface"
4824version = "0.57.0"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
4827dependencies = [
4828 "proc-macro2",
4829 "quote",
4830 "syn 2.0.104",
4831]
4832
4833[[package]]
4834name = "windows-interface"
4835version = "0.59.1"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
4838dependencies = [
4839 "proc-macro2",
4840 "quote",
4841 "syn 2.0.104",
4842]
4843
4844[[package]]
4845name = "windows-link"
4846version = "0.1.3"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4849
4850[[package]]
4851name = "windows-numerics"
4852version = "0.2.0"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4855dependencies = [
4856 "windows-core 0.61.2",
4857 "windows-link",
4858]
4859
4860[[package]]
4861name = "windows-registry"
4862version = "0.5.3"
4863source = "registry+https://github.com/rust-lang/crates.io-index"
4864checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
4865dependencies = [
4866 "windows-link",
4867 "windows-result 0.3.4",
4868 "windows-strings",
4869]
4870
4871[[package]]
4872name = "windows-result"
4873version = "0.1.2"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
4876dependencies = [
4877 "windows-targets 0.52.6",
4878]
4879
4880[[package]]
4881name = "windows-result"
4882version = "0.3.4"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4885dependencies = [
4886 "windows-link",
4887]
4888
4889[[package]]
4890name = "windows-strings"
4891version = "0.4.2"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4894dependencies = [
4895 "windows-link",
4896]
4897
4898[[package]]
4899name = "windows-sys"
4900version = "0.48.0"
4901source = "registry+https://github.com/rust-lang/crates.io-index"
4902checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4903dependencies = [
4904 "windows-targets 0.48.5",
4905]
4906
4907[[package]]
4908name = "windows-sys"
4909version = "0.52.0"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4912dependencies = [
4913 "windows-targets 0.52.6",
4914]
4915
4916[[package]]
4917name = "windows-sys"
4918version = "0.59.0"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4921dependencies = [
4922 "windows-targets 0.52.6",
4923]
4924
4925[[package]]
4926name = "windows-sys"
4927version = "0.60.2"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4930dependencies = [
4931 "windows-targets 0.53.3",
4932]
4933
4934[[package]]
4935name = "windows-targets"
4936version = "0.48.5"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4939dependencies = [
4940 "windows_aarch64_gnullvm 0.48.5",
4941 "windows_aarch64_msvc 0.48.5",
4942 "windows_i686_gnu 0.48.5",
4943 "windows_i686_msvc 0.48.5",
4944 "windows_x86_64_gnu 0.48.5",
4945 "windows_x86_64_gnullvm 0.48.5",
4946 "windows_x86_64_msvc 0.48.5",
4947]
4948
4949[[package]]
4950name = "windows-targets"
4951version = "0.52.6"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4954dependencies = [
4955 "windows_aarch64_gnullvm 0.52.6",
4956 "windows_aarch64_msvc 0.52.6",
4957 "windows_i686_gnu 0.52.6",
4958 "windows_i686_gnullvm 0.52.6",
4959 "windows_i686_msvc 0.52.6",
4960 "windows_x86_64_gnu 0.52.6",
4961 "windows_x86_64_gnullvm 0.52.6",
4962 "windows_x86_64_msvc 0.52.6",
4963]
4964
4965[[package]]
4966name = "windows-targets"
4967version = "0.53.3"
4968source = "registry+https://github.com/rust-lang/crates.io-index"
4969checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
4970dependencies = [
4971 "windows-link",
4972 "windows_aarch64_gnullvm 0.53.0",
4973 "windows_aarch64_msvc 0.53.0",
4974 "windows_i686_gnu 0.53.0",
4975 "windows_i686_gnullvm 0.53.0",
4976 "windows_i686_msvc 0.53.0",
4977 "windows_x86_64_gnu 0.53.0",
4978 "windows_x86_64_gnullvm 0.53.0",
4979 "windows_x86_64_msvc 0.53.0",
4980]
4981
4982[[package]]
4983name = "windows-threading"
4984version = "0.1.0"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
4987dependencies = [
4988 "windows-link",
4989]
4990
4991[[package]]
4992name = "windows_aarch64_gnullvm"
4993version = "0.48.5"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4996
4997[[package]]
4998name = "windows_aarch64_gnullvm"
4999version = "0.52.6"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5002
5003[[package]]
5004name = "windows_aarch64_gnullvm"
5005version = "0.53.0"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
5008
5009[[package]]
5010name = "windows_aarch64_msvc"
5011version = "0.48.5"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5014
5015[[package]]
5016name = "windows_aarch64_msvc"
5017version = "0.52.6"
5018source = "registry+https://github.com/rust-lang/crates.io-index"
5019checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5020
5021[[package]]
5022name = "windows_aarch64_msvc"
5023version = "0.53.0"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
5026
5027[[package]]
5028name = "windows_i686_gnu"
5029version = "0.48.5"
5030source = "registry+https://github.com/rust-lang/crates.io-index"
5031checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5032
5033[[package]]
5034name = "windows_i686_gnu"
5035version = "0.52.6"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5038
5039[[package]]
5040name = "windows_i686_gnu"
5041version = "0.53.0"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
5044
5045[[package]]
5046name = "windows_i686_gnullvm"
5047version = "0.52.6"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5050
5051[[package]]
5052name = "windows_i686_gnullvm"
5053version = "0.53.0"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
5056
5057[[package]]
5058name = "windows_i686_msvc"
5059version = "0.48.5"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
5062
5063[[package]]
5064name = "windows_i686_msvc"
5065version = "0.52.6"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5068
5069[[package]]
5070name = "windows_i686_msvc"
5071version = "0.53.0"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
5074
5075[[package]]
5076name = "windows_x86_64_gnu"
5077version = "0.48.5"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
5080
5081[[package]]
5082name = "windows_x86_64_gnu"
5083version = "0.52.6"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5086
5087[[package]]
5088name = "windows_x86_64_gnu"
5089version = "0.53.0"
5090source = "registry+https://github.com/rust-lang/crates.io-index"
5091checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
5092
5093[[package]]
5094name = "windows_x86_64_gnullvm"
5095version = "0.48.5"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
5098
5099[[package]]
5100name = "windows_x86_64_gnullvm"
5101version = "0.52.6"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5104
5105[[package]]
5106name = "windows_x86_64_gnullvm"
5107version = "0.53.0"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
5110
5111[[package]]
5112name = "windows_x86_64_msvc"
5113version = "0.48.5"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
5116
5117[[package]]
5118name = "windows_x86_64_msvc"
5119version = "0.52.6"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5122
5123[[package]]
5124name = "windows_x86_64_msvc"
5125version = "0.53.0"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
5128
5129[[package]]
5130name = "winnow"
5131version = "0.7.12"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
5134dependencies = [
5135 "memchr",
5136]
5137
5138[[package]]
5139name = "wit-bindgen-rt"
5140version = "0.39.0"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
5143dependencies = [
5144 "bitflags 2.9.1",
5145]
5146
5147[[package]]
5148name = "writeable"
5149version = "0.6.1"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
5152
5153[[package]]
5154name = "yoke"
5155version = "0.8.0"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
5158dependencies = [
5159 "serde",
5160 "stable_deref_trait",
5161 "yoke-derive",
5162 "zerofrom",
5163]
5164
5165[[package]]
5166name = "yoke-derive"
5167version = "0.8.0"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
5170dependencies = [
5171 "proc-macro2",
5172 "quote",
5173 "syn 2.0.104",
5174 "synstructure 0.13.2",
5175]
5176
5177[[package]]
5178name = "zerocopy"
5179version = "0.8.26"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
5182dependencies = [
5183 "zerocopy-derive",
5184]
5185
5186[[package]]
5187name = "zerocopy-derive"
5188version = "0.8.26"
5189source = "registry+https://github.com/rust-lang/crates.io-index"
5190checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
5191dependencies = [
5192 "proc-macro2",
5193 "quote",
5194 "syn 2.0.104",
5195]
5196
5197[[package]]
5198name = "zerofrom"
5199version = "0.1.6"
5200source = "registry+https://github.com/rust-lang/crates.io-index"
5201checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
5202dependencies = [
5203 "zerofrom-derive",
5204]
5205
5206[[package]]
5207name = "zerofrom-derive"
5208version = "0.1.6"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
5211dependencies = [
5212 "proc-macro2",
5213 "quote",
5214 "syn 2.0.104",
5215 "synstructure 0.13.2",
5216]
5217
5218[[package]]
5219name = "zeroize"
5220version = "1.8.1"
5221source = "registry+https://github.com/rust-lang/crates.io-index"
5222checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
5223dependencies = [
5224 "zeroize_derive",
5225]
5226
5227[[package]]
5228name = "zeroize_derive"
5229version = "1.4.2"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
5232dependencies = [
5233 "proc-macro2",
5234 "quote",
5235 "syn 2.0.104",
5236]
5237
5238[[package]]
5239name = "zerotrie"
5240version = "0.2.2"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
5243dependencies = [
5244 "displaydoc",
5245 "yoke",
5246 "zerofrom",
5247]
5248
5249[[package]]
5250name = "zerovec"
5251version = "0.11.2"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
5254dependencies = [
5255 "yoke",
5256 "zerofrom",
5257 "zerovec-derive",
5258]
5259
5260[[package]]
5261name = "zerovec-derive"
5262version = "0.11.1"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
5265dependencies = [
5266 "proc-macro2",
5267 "quote",
5268 "syn 2.0.104",
5269]
5270
5271[[package]]
5272name = "zstd"
5273version = "0.13.3"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
5276dependencies = [
5277 "zstd-safe",
5278]
5279
5280[[package]]
5281name = "zstd-safe"
5282version = "7.2.4"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
5285dependencies = [
5286 "zstd-sys",
5287]
5288
5289[[package]]
5290name = "zstd-sys"
5291version = "2.0.15+zstd.1.5.7"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
5294dependencies = [
5295 "cc",
5296 "pkg-config",
5297]