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