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