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