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