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