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