A library for ATProtocol identities.
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "allocator-api2"
16version = "0.2.21"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
20[[package]]
21name = "anstream"
22version = "0.6.21"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
25dependencies = [
26 "anstyle",
27 "anstyle-parse",
28 "anstyle-query",
29 "anstyle-wincon",
30 "colorchoice",
31 "is_terminal_polyfill",
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle"
37version = "1.0.13"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
40
41[[package]]
42name = "anstyle-parse"
43version = "0.2.7"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
46dependencies = [
47 "utf8parse",
48]
49
50[[package]]
51name = "anstyle-query"
52version = "1.1.4"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
55dependencies = [
56 "windows-sys 0.60.2",
57]
58
59[[package]]
60name = "anstyle-wincon"
61version = "3.0.10"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
64dependencies = [
65 "anstyle",
66 "once_cell_polyfill",
67 "windows-sys 0.60.2",
68]
69
70[[package]]
71name = "anyhow"
72version = "1.0.100"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
75
76[[package]]
77name = "async-trait"
78version = "0.1.89"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
81dependencies = [
82 "proc-macro2",
83 "quote",
84 "syn 2.0.109",
85]
86
87[[package]]
88name = "atomic-waker"
89version = "1.1.2"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
92
93[[package]]
94name = "atproto-attestation"
95version = "0.13.0"
96dependencies = [
97 "anyhow",
98 "async-trait",
99 "atproto-client",
100 "atproto-identity",
101 "atproto-record",
102 "base64",
103 "chrono",
104 "cid",
105 "clap",
106 "elliptic-curve",
107 "k256",
108 "multihash",
109 "p256",
110 "reqwest",
111 "serde",
112 "serde_ipld_dagcbor",
113 "serde_json",
114 "sha2",
115 "thiserror 2.0.17",
116 "tokio",
117]
118
119[[package]]
120name = "atproto-client"
121version = "0.13.0"
122dependencies = [
123 "anyhow",
124 "async-trait",
125 "atproto-identity",
126 "atproto-oauth",
127 "atproto-record",
128 "bytes",
129 "clap",
130 "reqwest",
131 "reqwest-chain",
132 "reqwest-middleware",
133 "rpassword",
134 "secrecy",
135 "serde",
136 "serde_json",
137 "thiserror 2.0.17",
138 "tokio",
139 "tracing",
140 "urlencoding",
141]
142
143[[package]]
144name = "atproto-extras"
145version = "0.13.0"
146dependencies = [
147 "anyhow",
148 "async-trait",
149 "atproto-identity",
150 "atproto-record",
151 "clap",
152 "regex",
153 "reqwest",
154 "serde_json",
155 "tokio",
156]
157
158[[package]]
159name = "atproto-identity"
160version = "0.13.0"
161dependencies = [
162 "anyhow",
163 "async-trait",
164 "clap",
165 "ecdsa",
166 "elliptic-curve",
167 "hickory-resolver",
168 "k256",
169 "lru",
170 "multibase",
171 "p256",
172 "p384",
173 "rand 0.8.5",
174 "reqwest",
175 "serde",
176 "serde_ipld_dagcbor",
177 "serde_json",
178 "thiserror 2.0.17",
179 "tokio",
180 "tracing",
181 "url",
182 "urlencoding",
183 "zeroize",
184]
185
186[[package]]
187name = "atproto-jetstream"
188version = "0.13.0"
189dependencies = [
190 "anyhow",
191 "async-trait",
192 "atproto-identity",
193 "clap",
194 "futures",
195 "http",
196 "serde",
197 "serde_json",
198 "thiserror 2.0.17",
199 "tokio",
200 "tokio-util",
201 "tokio-websockets",
202 "tracing",
203 "tracing-subscriber",
204 "urlencoding",
205 "zstd",
206]
207
208[[package]]
209name = "atproto-lexicon"
210version = "0.13.0"
211dependencies = [
212 "anyhow",
213 "async-trait",
214 "atproto-client",
215 "atproto-identity",
216 "clap",
217 "hickory-resolver",
218 "reqwest",
219 "serde",
220 "serde_json",
221 "thiserror 2.0.17",
222 "tokio",
223 "tracing",
224 "zeroize",
225]
226
227[[package]]
228name = "atproto-oauth"
229version = "0.13.0"
230dependencies = [
231 "anyhow",
232 "async-trait",
233 "atproto-identity",
234 "base64",
235 "chrono",
236 "clap",
237 "ecdsa",
238 "elliptic-curve",
239 "k256",
240 "lru",
241 "multibase",
242 "p256",
243 "p384",
244 "rand 0.8.5",
245 "reqwest",
246 "reqwest-chain",
247 "reqwest-middleware",
248 "serde",
249 "serde_ipld_dagcbor",
250 "serde_json",
251 "sha2",
252 "thiserror 2.0.17",
253 "tokio",
254 "tracing",
255 "ulid",
256 "zeroize",
257]
258
259[[package]]
260name = "atproto-oauth-aip"
261version = "0.13.0"
262dependencies = [
263 "anyhow",
264 "atproto-identity",
265 "atproto-oauth",
266 "chrono",
267 "reqwest",
268 "serde",
269 "serde_json",
270 "thiserror 2.0.17",
271 "zeroize",
272]
273
274[[package]]
275name = "atproto-oauth-axum"
276version = "0.13.0"
277dependencies = [
278 "anyhow",
279 "async-trait",
280 "atproto-identity",
281 "atproto-oauth",
282 "atproto-record",
283 "axum",
284 "chrono",
285 "clap",
286 "elliptic-curve",
287 "hickory-resolver",
288 "http",
289 "rand 0.8.5",
290 "reqwest",
291 "reqwest-chain",
292 "reqwest-middleware",
293 "rpassword",
294 "secrecy",
295 "serde",
296 "serde_json",
297 "thiserror 2.0.17",
298 "tokio",
299 "tracing",
300 "zeroize",
301]
302
303[[package]]
304name = "atproto-record"
305version = "0.13.0"
306dependencies = [
307 "anyhow",
308 "async-trait",
309 "atproto-identity",
310 "base64",
311 "chrono",
312 "cid",
313 "clap",
314 "multihash",
315 "rand 0.8.5",
316 "serde",
317 "serde_ipld_dagcbor",
318 "serde_json",
319 "sha2",
320 "thiserror 2.0.17",
321 "tokio",
322]
323
324[[package]]
325name = "atproto-xrpcs"
326version = "0.13.0"
327dependencies = [
328 "anyhow",
329 "async-trait",
330 "atproto-identity",
331 "atproto-oauth",
332 "atproto-record",
333 "axum",
334 "base64",
335 "chrono",
336 "elliptic-curve",
337 "hickory-resolver",
338 "http",
339 "rand 0.8.5",
340 "reqwest",
341 "reqwest-chain",
342 "reqwest-middleware",
343 "serde",
344 "serde_json",
345 "thiserror 2.0.17",
346 "tokio",
347 "tracing",
348]
349
350[[package]]
351name = "atproto-xrpcs-helloworld"
352version = "0.13.0"
353dependencies = [
354 "anyhow",
355 "async-trait",
356 "atproto-identity",
357 "atproto-oauth",
358 "atproto-record",
359 "atproto-xrpcs",
360 "axum",
361 "chrono",
362 "clap",
363 "elliptic-curve",
364 "hickory-resolver",
365 "http",
366 "rand 0.8.5",
367 "reqwest",
368 "reqwest-chain",
369 "reqwest-middleware",
370 "serde",
371 "serde_json",
372 "thiserror 2.0.17",
373 "tokio",
374 "tracing",
375]
376
377[[package]]
378name = "autocfg"
379version = "1.5.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
382
383[[package]]
384name = "axum"
385version = "0.8.6"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
388dependencies = [
389 "axum-core",
390 "axum-macros",
391 "bytes",
392 "form_urlencoded",
393 "futures-util",
394 "http",
395 "http-body",
396 "http-body-util",
397 "hyper",
398 "hyper-util",
399 "itoa",
400 "matchit",
401 "memchr",
402 "mime",
403 "percent-encoding",
404 "pin-project-lite",
405 "serde_core",
406 "serde_json",
407 "serde_path_to_error",
408 "serde_urlencoded",
409 "sync_wrapper",
410 "tokio",
411 "tower",
412 "tower-layer",
413 "tower-service",
414 "tracing",
415]
416
417[[package]]
418name = "axum-core"
419version = "0.5.5"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
422dependencies = [
423 "bytes",
424 "futures-core",
425 "http",
426 "http-body",
427 "http-body-util",
428 "mime",
429 "pin-project-lite",
430 "sync_wrapper",
431 "tower-layer",
432 "tower-service",
433 "tracing",
434]
435
436[[package]]
437name = "axum-macros"
438version = "0.5.0"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
441dependencies = [
442 "proc-macro2",
443 "quote",
444 "syn 2.0.109",
445]
446
447[[package]]
448name = "base-x"
449version = "0.2.11"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
452
453[[package]]
454name = "base16ct"
455version = "0.2.0"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
458
459[[package]]
460name = "base256emoji"
461version = "1.0.2"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
464dependencies = [
465 "const-str",
466 "match-lookup",
467]
468
469[[package]]
470name = "base64"
471version = "0.22.1"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
474
475[[package]]
476name = "base64ct"
477version = "1.8.0"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
480
481[[package]]
482name = "bitflags"
483version = "2.10.0"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
486
487[[package]]
488name = "block-buffer"
489version = "0.10.4"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
492dependencies = [
493 "generic-array",
494]
495
496[[package]]
497name = "bumpalo"
498version = "3.19.0"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
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 = "cbor4ii"
510version = "0.2.14"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
513dependencies = [
514 "serde",
515]
516
517[[package]]
518name = "cc"
519version = "1.2.44"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "37521ac7aabe3d13122dc382493e20c9416f299d2ccd5b3a5340a2570cdeb0f3"
522dependencies = [
523 "find-msvc-tools",
524 "jobserver",
525 "libc",
526 "shlex",
527]
528
529[[package]]
530name = "cfg-if"
531version = "1.0.4"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
534
535[[package]]
536name = "cfg_aliases"
537version = "0.2.1"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
540
541[[package]]
542name = "chrono"
543version = "0.4.42"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
546dependencies = [
547 "num-traits",
548 "serde",
549]
550
551[[package]]
552name = "cid"
553version = "0.11.1"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
556dependencies = [
557 "core2",
558 "multibase",
559 "multihash",
560 "serde",
561 "serde_bytes",
562 "unsigned-varint",
563]
564
565[[package]]
566name = "clap"
567version = "4.5.51"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
570dependencies = [
571 "clap_builder",
572 "clap_derive",
573]
574
575[[package]]
576name = "clap_builder"
577version = "4.5.51"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
580dependencies = [
581 "anstream",
582 "anstyle",
583 "clap_lex",
584 "strsim",
585]
586
587[[package]]
588name = "clap_derive"
589version = "4.5.49"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
592dependencies = [
593 "heck",
594 "proc-macro2",
595 "quote",
596 "syn 2.0.109",
597]
598
599[[package]]
600name = "clap_lex"
601version = "0.7.6"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
604
605[[package]]
606name = "colorchoice"
607version = "1.0.4"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
610
611[[package]]
612name = "const-oid"
613version = "0.9.6"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
616
617[[package]]
618name = "const-str"
619version = "0.4.3"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
622
623[[package]]
624name = "core-foundation"
625version = "0.9.4"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
628dependencies = [
629 "core-foundation-sys",
630 "libc",
631]
632
633[[package]]
634name = "core-foundation"
635version = "0.10.1"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
638dependencies = [
639 "core-foundation-sys",
640 "libc",
641]
642
643[[package]]
644name = "core-foundation-sys"
645version = "0.8.7"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
648
649[[package]]
650name = "core2"
651version = "0.4.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
654dependencies = [
655 "memchr",
656]
657
658[[package]]
659name = "cpufeatures"
660version = "0.2.17"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
663dependencies = [
664 "libc",
665]
666
667[[package]]
668name = "critical-section"
669version = "1.2.0"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
672
673[[package]]
674name = "crossbeam-channel"
675version = "0.5.15"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
678dependencies = [
679 "crossbeam-utils",
680]
681
682[[package]]
683name = "crossbeam-epoch"
684version = "0.9.18"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
687dependencies = [
688 "crossbeam-utils",
689]
690
691[[package]]
692name = "crossbeam-utils"
693version = "0.8.21"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
696
697[[package]]
698name = "crypto-bigint"
699version = "0.5.5"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
702dependencies = [
703 "generic-array",
704 "rand_core 0.6.4",
705 "subtle",
706 "zeroize",
707]
708
709[[package]]
710name = "crypto-common"
711version = "0.1.6"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
714dependencies = [
715 "generic-array",
716 "typenum",
717]
718
719[[package]]
720name = "data-encoding"
721version = "2.9.0"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
724
725[[package]]
726name = "data-encoding-macro"
727version = "0.1.18"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
730dependencies = [
731 "data-encoding",
732 "data-encoding-macro-internal",
733]
734
735[[package]]
736name = "data-encoding-macro-internal"
737version = "0.1.16"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
740dependencies = [
741 "data-encoding",
742 "syn 2.0.109",
743]
744
745[[package]]
746name = "der"
747version = "0.7.10"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
750dependencies = [
751 "const-oid",
752 "pem-rfc7468",
753 "zeroize",
754]
755
756[[package]]
757name = "digest"
758version = "0.10.7"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
761dependencies = [
762 "block-buffer",
763 "const-oid",
764 "crypto-common",
765 "subtle",
766]
767
768[[package]]
769name = "displaydoc"
770version = "0.2.5"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
773dependencies = [
774 "proc-macro2",
775 "quote",
776 "syn 2.0.109",
777]
778
779[[package]]
780name = "ecdsa"
781version = "0.16.9"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
784dependencies = [
785 "der",
786 "digest",
787 "elliptic-curve",
788 "rfc6979",
789 "serdect",
790 "signature",
791 "spki",
792]
793
794[[package]]
795name = "elliptic-curve"
796version = "0.13.8"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
799dependencies = [
800 "base16ct",
801 "base64ct",
802 "crypto-bigint",
803 "digest",
804 "ff",
805 "generic-array",
806 "group",
807 "hkdf",
808 "pem-rfc7468",
809 "pkcs8",
810 "rand_core 0.6.4",
811 "sec1",
812 "serde_json",
813 "serdect",
814 "subtle",
815 "zeroize",
816]
817
818[[package]]
819name = "encoding_rs"
820version = "0.8.35"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
823dependencies = [
824 "cfg-if",
825]
826
827[[package]]
828name = "enum-as-inner"
829version = "0.6.1"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
832dependencies = [
833 "heck",
834 "proc-macro2",
835 "quote",
836 "syn 2.0.109",
837]
838
839[[package]]
840name = "equivalent"
841version = "1.0.2"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
844
845[[package]]
846name = "ff"
847version = "0.13.1"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
850dependencies = [
851 "rand_core 0.6.4",
852 "subtle",
853]
854
855[[package]]
856name = "find-msvc-tools"
857version = "0.1.4"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
860
861[[package]]
862name = "fnv"
863version = "1.0.7"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
866
867[[package]]
868name = "foldhash"
869version = "0.1.5"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
872
873[[package]]
874name = "form_urlencoded"
875version = "1.2.2"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
878dependencies = [
879 "percent-encoding",
880]
881
882[[package]]
883name = "futures"
884version = "0.3.31"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
887dependencies = [
888 "futures-channel",
889 "futures-core",
890 "futures-executor",
891 "futures-io",
892 "futures-sink",
893 "futures-task",
894 "futures-util",
895]
896
897[[package]]
898name = "futures-channel"
899version = "0.3.31"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
902dependencies = [
903 "futures-core",
904 "futures-sink",
905]
906
907[[package]]
908name = "futures-core"
909version = "0.3.31"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
912
913[[package]]
914name = "futures-executor"
915version = "0.3.31"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
918dependencies = [
919 "futures-core",
920 "futures-task",
921 "futures-util",
922]
923
924[[package]]
925name = "futures-io"
926version = "0.3.31"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
929
930[[package]]
931name = "futures-macro"
932version = "0.3.31"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
935dependencies = [
936 "proc-macro2",
937 "quote",
938 "syn 2.0.109",
939]
940
941[[package]]
942name = "futures-sink"
943version = "0.3.31"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
946
947[[package]]
948name = "futures-task"
949version = "0.3.31"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
952
953[[package]]
954name = "futures-util"
955version = "0.3.31"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
958dependencies = [
959 "futures-channel",
960 "futures-core",
961 "futures-io",
962 "futures-macro",
963 "futures-sink",
964 "futures-task",
965 "memchr",
966 "pin-project-lite",
967 "pin-utils",
968 "slab",
969]
970
971[[package]]
972name = "generic-array"
973version = "0.14.9"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
976dependencies = [
977 "typenum",
978 "version_check",
979 "zeroize",
980]
981
982[[package]]
983name = "getrandom"
984version = "0.2.16"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
987dependencies = [
988 "cfg-if",
989 "js-sys",
990 "libc",
991 "wasi",
992 "wasm-bindgen",
993]
994
995[[package]]
996name = "getrandom"
997version = "0.3.4"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1000dependencies = [
1001 "cfg-if",
1002 "js-sys",
1003 "libc",
1004 "r-efi",
1005 "wasip2",
1006 "wasm-bindgen",
1007]
1008
1009[[package]]
1010name = "group"
1011version = "0.13.0"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1014dependencies = [
1015 "ff",
1016 "rand_core 0.6.4",
1017 "subtle",
1018]
1019
1020[[package]]
1021name = "h2"
1022version = "0.4.12"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
1025dependencies = [
1026 "atomic-waker",
1027 "bytes",
1028 "fnv",
1029 "futures-core",
1030 "futures-sink",
1031 "http",
1032 "indexmap",
1033 "slab",
1034 "tokio",
1035 "tokio-util",
1036 "tracing",
1037]
1038
1039[[package]]
1040name = "hashbrown"
1041version = "0.15.5"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1044dependencies = [
1045 "allocator-api2",
1046 "equivalent",
1047 "foldhash",
1048]
1049
1050[[package]]
1051name = "hashbrown"
1052version = "0.16.0"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
1055
1056[[package]]
1057name = "heck"
1058version = "0.5.0"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1061
1062[[package]]
1063name = "hickory-proto"
1064version = "0.25.2"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
1067dependencies = [
1068 "async-trait",
1069 "cfg-if",
1070 "data-encoding",
1071 "enum-as-inner",
1072 "futures-channel",
1073 "futures-io",
1074 "futures-util",
1075 "idna",
1076 "ipnet",
1077 "once_cell",
1078 "rand 0.9.2",
1079 "ring",
1080 "thiserror 2.0.17",
1081 "tinyvec",
1082 "tokio",
1083 "tracing",
1084 "url",
1085]
1086
1087[[package]]
1088name = "hickory-resolver"
1089version = "0.25.2"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
1092dependencies = [
1093 "cfg-if",
1094 "futures-util",
1095 "hickory-proto",
1096 "ipconfig",
1097 "moka",
1098 "once_cell",
1099 "parking_lot",
1100 "rand 0.9.2",
1101 "resolv-conf",
1102 "smallvec",
1103 "thiserror 2.0.17",
1104 "tokio",
1105 "tracing",
1106]
1107
1108[[package]]
1109name = "hkdf"
1110version = "0.12.4"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1113dependencies = [
1114 "hmac",
1115]
1116
1117[[package]]
1118name = "hmac"
1119version = "0.12.1"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1122dependencies = [
1123 "digest",
1124]
1125
1126[[package]]
1127name = "http"
1128version = "1.3.1"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1131dependencies = [
1132 "bytes",
1133 "fnv",
1134 "itoa",
1135]
1136
1137[[package]]
1138name = "http-body"
1139version = "1.0.1"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1142dependencies = [
1143 "bytes",
1144 "http",
1145]
1146
1147[[package]]
1148name = "http-body-util"
1149version = "0.1.3"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1152dependencies = [
1153 "bytes",
1154 "futures-core",
1155 "http",
1156 "http-body",
1157 "pin-project-lite",
1158]
1159
1160[[package]]
1161name = "httparse"
1162version = "1.10.1"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1165
1166[[package]]
1167name = "httpdate"
1168version = "1.0.3"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1171
1172[[package]]
1173name = "hyper"
1174version = "1.7.0"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1177dependencies = [
1178 "atomic-waker",
1179 "bytes",
1180 "futures-channel",
1181 "futures-core",
1182 "h2",
1183 "http",
1184 "http-body",
1185 "httparse",
1186 "httpdate",
1187 "itoa",
1188 "pin-project-lite",
1189 "pin-utils",
1190 "smallvec",
1191 "tokio",
1192 "want",
1193]
1194
1195[[package]]
1196name = "hyper-rustls"
1197version = "0.27.7"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1200dependencies = [
1201 "http",
1202 "hyper",
1203 "hyper-util",
1204 "rustls",
1205 "rustls-pki-types",
1206 "tokio",
1207 "tokio-rustls",
1208 "tower-service",
1209 "webpki-roots",
1210]
1211
1212[[package]]
1213name = "hyper-util"
1214version = "0.1.17"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
1217dependencies = [
1218 "base64",
1219 "bytes",
1220 "futures-channel",
1221 "futures-core",
1222 "futures-util",
1223 "http",
1224 "http-body",
1225 "hyper",
1226 "ipnet",
1227 "libc",
1228 "percent-encoding",
1229 "pin-project-lite",
1230 "socket2 0.6.1",
1231 "system-configuration",
1232 "tokio",
1233 "tower-service",
1234 "tracing",
1235 "windows-registry",
1236]
1237
1238[[package]]
1239name = "icu_collections"
1240version = "2.1.1"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1243dependencies = [
1244 "displaydoc",
1245 "potential_utf",
1246 "yoke",
1247 "zerofrom",
1248 "zerovec",
1249]
1250
1251[[package]]
1252name = "icu_locale_core"
1253version = "2.1.1"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1256dependencies = [
1257 "displaydoc",
1258 "litemap",
1259 "tinystr",
1260 "writeable",
1261 "zerovec",
1262]
1263
1264[[package]]
1265name = "icu_normalizer"
1266version = "2.1.1"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1269dependencies = [
1270 "icu_collections",
1271 "icu_normalizer_data",
1272 "icu_properties",
1273 "icu_provider",
1274 "smallvec",
1275 "zerovec",
1276]
1277
1278[[package]]
1279name = "icu_normalizer_data"
1280version = "2.1.1"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1283
1284[[package]]
1285name = "icu_properties"
1286version = "2.1.1"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
1289dependencies = [
1290 "icu_collections",
1291 "icu_locale_core",
1292 "icu_properties_data",
1293 "icu_provider",
1294 "zerotrie",
1295 "zerovec",
1296]
1297
1298[[package]]
1299name = "icu_properties_data"
1300version = "2.1.1"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
1303
1304[[package]]
1305name = "icu_provider"
1306version = "2.1.1"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1309dependencies = [
1310 "displaydoc",
1311 "icu_locale_core",
1312 "writeable",
1313 "yoke",
1314 "zerofrom",
1315 "zerotrie",
1316 "zerovec",
1317]
1318
1319[[package]]
1320name = "idna"
1321version = "1.1.0"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1324dependencies = [
1325 "idna_adapter",
1326 "smallvec",
1327 "utf8_iter",
1328]
1329
1330[[package]]
1331name = "idna_adapter"
1332version = "1.2.1"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1335dependencies = [
1336 "icu_normalizer",
1337 "icu_properties",
1338]
1339
1340[[package]]
1341name = "indexmap"
1342version = "2.12.0"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
1345dependencies = [
1346 "equivalent",
1347 "hashbrown 0.16.0",
1348]
1349
1350[[package]]
1351name = "ipconfig"
1352version = "0.3.2"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1355dependencies = [
1356 "socket2 0.5.10",
1357 "widestring",
1358 "windows-sys 0.48.0",
1359 "winreg",
1360]
1361
1362[[package]]
1363name = "ipld-core"
1364version = "0.4.2"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1367dependencies = [
1368 "cid",
1369 "serde",
1370 "serde_bytes",
1371]
1372
1373[[package]]
1374name = "ipnet"
1375version = "2.11.0"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1378
1379[[package]]
1380name = "iri-string"
1381version = "0.7.9"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
1384dependencies = [
1385 "memchr",
1386 "serde",
1387]
1388
1389[[package]]
1390name = "is_terminal_polyfill"
1391version = "1.70.2"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1394
1395[[package]]
1396name = "itoa"
1397version = "1.0.15"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1400
1401[[package]]
1402name = "jobserver"
1403version = "0.1.34"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1406dependencies = [
1407 "getrandom 0.3.4",
1408 "libc",
1409]
1410
1411[[package]]
1412name = "js-sys"
1413version = "0.3.82"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
1416dependencies = [
1417 "once_cell",
1418 "wasm-bindgen",
1419]
1420
1421[[package]]
1422name = "k256"
1423version = "0.13.4"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1426dependencies = [
1427 "cfg-if",
1428 "ecdsa",
1429 "elliptic-curve",
1430 "once_cell",
1431 "sha2",
1432 "signature",
1433]
1434
1435[[package]]
1436name = "lazy_static"
1437version = "1.5.0"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1440
1441[[package]]
1442name = "libc"
1443version = "0.2.177"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
1446
1447[[package]]
1448name = "litemap"
1449version = "0.8.1"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1452
1453[[package]]
1454name = "lock_api"
1455version = "0.4.14"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1458dependencies = [
1459 "scopeguard",
1460]
1461
1462[[package]]
1463name = "log"
1464version = "0.4.28"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1467
1468[[package]]
1469name = "lru"
1470version = "0.12.5"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1473dependencies = [
1474 "hashbrown 0.15.5",
1475]
1476
1477[[package]]
1478name = "lru-slab"
1479version = "0.1.2"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1482
1483[[package]]
1484name = "match-lookup"
1485version = "0.1.1"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
1488dependencies = [
1489 "proc-macro2",
1490 "quote",
1491 "syn 1.0.109",
1492]
1493
1494[[package]]
1495name = "matchers"
1496version = "0.2.0"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1499dependencies = [
1500 "regex-automata",
1501]
1502
1503[[package]]
1504name = "matchit"
1505version = "0.8.4"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1508
1509[[package]]
1510name = "memchr"
1511version = "2.7.6"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1514
1515[[package]]
1516name = "mime"
1517version = "0.3.17"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1520
1521[[package]]
1522name = "mime_guess"
1523version = "2.0.5"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1526dependencies = [
1527 "mime",
1528 "unicase",
1529]
1530
1531[[package]]
1532name = "mio"
1533version = "1.1.0"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
1536dependencies = [
1537 "libc",
1538 "wasi",
1539 "windows-sys 0.61.2",
1540]
1541
1542[[package]]
1543name = "moka"
1544version = "0.12.11"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
1547dependencies = [
1548 "crossbeam-channel",
1549 "crossbeam-epoch",
1550 "crossbeam-utils",
1551 "equivalent",
1552 "parking_lot",
1553 "portable-atomic",
1554 "rustc_version",
1555 "smallvec",
1556 "tagptr",
1557 "uuid",
1558]
1559
1560[[package]]
1561name = "multibase"
1562version = "0.9.2"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
1565dependencies = [
1566 "base-x",
1567 "base256emoji",
1568 "data-encoding",
1569 "data-encoding-macro",
1570]
1571
1572[[package]]
1573name = "multihash"
1574version = "0.19.3"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1577dependencies = [
1578 "core2",
1579 "serde",
1580 "unsigned-varint",
1581]
1582
1583[[package]]
1584name = "nu-ansi-term"
1585version = "0.50.3"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1588dependencies = [
1589 "windows-sys 0.61.2",
1590]
1591
1592[[package]]
1593name = "num-traits"
1594version = "0.2.19"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1597dependencies = [
1598 "autocfg",
1599]
1600
1601[[package]]
1602name = "once_cell"
1603version = "1.21.3"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1606dependencies = [
1607 "critical-section",
1608 "portable-atomic",
1609]
1610
1611[[package]]
1612name = "once_cell_polyfill"
1613version = "1.70.2"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1616
1617[[package]]
1618name = "openssl-probe"
1619version = "0.1.6"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1622
1623[[package]]
1624name = "p256"
1625version = "0.13.2"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1628dependencies = [
1629 "ecdsa",
1630 "elliptic-curve",
1631 "primeorder",
1632 "serdect",
1633 "sha2",
1634]
1635
1636[[package]]
1637name = "p384"
1638version = "0.13.1"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
1641dependencies = [
1642 "ecdsa",
1643 "elliptic-curve",
1644 "primeorder",
1645 "serdect",
1646 "sha2",
1647]
1648
1649[[package]]
1650name = "parking_lot"
1651version = "0.12.5"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1654dependencies = [
1655 "lock_api",
1656 "parking_lot_core",
1657]
1658
1659[[package]]
1660name = "parking_lot_core"
1661version = "0.9.12"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1664dependencies = [
1665 "cfg-if",
1666 "libc",
1667 "redox_syscall",
1668 "smallvec",
1669 "windows-link 0.2.1",
1670]
1671
1672[[package]]
1673name = "pem-rfc7468"
1674version = "0.7.0"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1677dependencies = [
1678 "base64ct",
1679]
1680
1681[[package]]
1682name = "percent-encoding"
1683version = "2.3.2"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1686
1687[[package]]
1688name = "pin-project-lite"
1689version = "0.2.16"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1692
1693[[package]]
1694name = "pin-utils"
1695version = "0.1.0"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1698
1699[[package]]
1700name = "pkcs8"
1701version = "0.10.2"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1704dependencies = [
1705 "der",
1706 "spki",
1707]
1708
1709[[package]]
1710name = "pkg-config"
1711version = "0.3.32"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1714
1715[[package]]
1716name = "portable-atomic"
1717version = "1.11.1"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1720
1721[[package]]
1722name = "potential_utf"
1723version = "0.1.4"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1726dependencies = [
1727 "zerovec",
1728]
1729
1730[[package]]
1731name = "ppv-lite86"
1732version = "0.2.21"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1735dependencies = [
1736 "zerocopy",
1737]
1738
1739[[package]]
1740name = "primeorder"
1741version = "0.13.6"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1744dependencies = [
1745 "elliptic-curve",
1746 "serdect",
1747]
1748
1749[[package]]
1750name = "proc-macro2"
1751version = "1.0.103"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1754dependencies = [
1755 "unicode-ident",
1756]
1757
1758[[package]]
1759name = "quinn"
1760version = "0.11.9"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1763dependencies = [
1764 "bytes",
1765 "cfg_aliases",
1766 "pin-project-lite",
1767 "quinn-proto",
1768 "quinn-udp",
1769 "rustc-hash",
1770 "rustls",
1771 "socket2 0.6.1",
1772 "thiserror 2.0.17",
1773 "tokio",
1774 "tracing",
1775 "web-time",
1776]
1777
1778[[package]]
1779name = "quinn-proto"
1780version = "0.11.13"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1783dependencies = [
1784 "bytes",
1785 "getrandom 0.3.4",
1786 "lru-slab",
1787 "rand 0.9.2",
1788 "ring",
1789 "rustc-hash",
1790 "rustls",
1791 "rustls-pki-types",
1792 "slab",
1793 "thiserror 2.0.17",
1794 "tinyvec",
1795 "tracing",
1796 "web-time",
1797]
1798
1799[[package]]
1800name = "quinn-udp"
1801version = "0.5.14"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1804dependencies = [
1805 "cfg_aliases",
1806 "libc",
1807 "once_cell",
1808 "socket2 0.6.1",
1809 "tracing",
1810 "windows-sys 0.60.2",
1811]
1812
1813[[package]]
1814name = "quote"
1815version = "1.0.41"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
1818dependencies = [
1819 "proc-macro2",
1820]
1821
1822[[package]]
1823name = "r-efi"
1824version = "5.3.0"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1827
1828[[package]]
1829name = "rand"
1830version = "0.8.5"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1833dependencies = [
1834 "libc",
1835 "rand_chacha 0.3.1",
1836 "rand_core 0.6.4",
1837]
1838
1839[[package]]
1840name = "rand"
1841version = "0.9.2"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1844dependencies = [
1845 "rand_chacha 0.9.0",
1846 "rand_core 0.9.3",
1847]
1848
1849[[package]]
1850name = "rand_chacha"
1851version = "0.3.1"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1854dependencies = [
1855 "ppv-lite86",
1856 "rand_core 0.6.4",
1857]
1858
1859[[package]]
1860name = "rand_chacha"
1861version = "0.9.0"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1864dependencies = [
1865 "ppv-lite86",
1866 "rand_core 0.9.3",
1867]
1868
1869[[package]]
1870name = "rand_core"
1871version = "0.6.4"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1874dependencies = [
1875 "getrandom 0.2.16",
1876]
1877
1878[[package]]
1879name = "rand_core"
1880version = "0.9.3"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1883dependencies = [
1884 "getrandom 0.3.4",
1885]
1886
1887[[package]]
1888name = "redox_syscall"
1889version = "0.5.18"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1892dependencies = [
1893 "bitflags",
1894]
1895
1896[[package]]
1897name = "regex"
1898version = "1.12.2"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1901dependencies = [
1902 "aho-corasick",
1903 "memchr",
1904 "regex-automata",
1905 "regex-syntax",
1906]
1907
1908[[package]]
1909name = "regex-automata"
1910version = "0.4.13"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1913dependencies = [
1914 "aho-corasick",
1915 "memchr",
1916 "regex-syntax",
1917]
1918
1919[[package]]
1920name = "regex-syntax"
1921version = "0.8.8"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1924
1925[[package]]
1926name = "reqwest"
1927version = "0.12.24"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
1930dependencies = [
1931 "base64",
1932 "bytes",
1933 "encoding_rs",
1934 "futures-core",
1935 "futures-util",
1936 "h2",
1937 "http",
1938 "http-body",
1939 "http-body-util",
1940 "hyper",
1941 "hyper-rustls",
1942 "hyper-util",
1943 "js-sys",
1944 "log",
1945 "mime",
1946 "mime_guess",
1947 "percent-encoding",
1948 "pin-project-lite",
1949 "quinn",
1950 "rustls",
1951 "rustls-pki-types",
1952 "serde",
1953 "serde_json",
1954 "serde_urlencoded",
1955 "sync_wrapper",
1956 "tokio",
1957 "tokio-rustls",
1958 "tower",
1959 "tower-http",
1960 "tower-service",
1961 "url",
1962 "wasm-bindgen",
1963 "wasm-bindgen-futures",
1964 "web-sys",
1965 "webpki-roots",
1966]
1967
1968[[package]]
1969name = "reqwest-chain"
1970version = "1.0.0"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "da5c014fb79a8227db44a0433d748107750d2550b7fca55c59a3d7ee7d2ee2b2"
1973dependencies = [
1974 "anyhow",
1975 "async-trait",
1976 "http",
1977 "reqwest-middleware",
1978]
1979
1980[[package]]
1981name = "reqwest-middleware"
1982version = "0.4.2"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e"
1985dependencies = [
1986 "anyhow",
1987 "async-trait",
1988 "http",
1989 "reqwest",
1990 "serde",
1991 "thiserror 1.0.69",
1992 "tower-service",
1993]
1994
1995[[package]]
1996name = "resolv-conf"
1997version = "0.7.5"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799"
2000
2001[[package]]
2002name = "rfc6979"
2003version = "0.4.0"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2006dependencies = [
2007 "hmac",
2008 "subtle",
2009]
2010
2011[[package]]
2012name = "ring"
2013version = "0.17.14"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2016dependencies = [
2017 "cc",
2018 "cfg-if",
2019 "getrandom 0.2.16",
2020 "libc",
2021 "untrusted",
2022 "windows-sys 0.52.0",
2023]
2024
2025[[package]]
2026name = "rpassword"
2027version = "7.4.0"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
2030dependencies = [
2031 "libc",
2032 "rtoolbox",
2033 "windows-sys 0.59.0",
2034]
2035
2036[[package]]
2037name = "rtoolbox"
2038version = "0.0.3"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
2041dependencies = [
2042 "libc",
2043 "windows-sys 0.52.0",
2044]
2045
2046[[package]]
2047name = "rustc-hash"
2048version = "2.1.1"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2051
2052[[package]]
2053name = "rustc_version"
2054version = "0.4.1"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2057dependencies = [
2058 "semver",
2059]
2060
2061[[package]]
2062name = "rustls"
2063version = "0.23.35"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
2066dependencies = [
2067 "once_cell",
2068 "ring",
2069 "rustls-pki-types",
2070 "rustls-webpki",
2071 "subtle",
2072 "zeroize",
2073]
2074
2075[[package]]
2076name = "rustls-native-certs"
2077version = "0.8.2"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
2080dependencies = [
2081 "openssl-probe",
2082 "rustls-pki-types",
2083 "schannel",
2084 "security-framework",
2085]
2086
2087[[package]]
2088name = "rustls-pki-types"
2089version = "1.13.0"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
2092dependencies = [
2093 "web-time",
2094 "zeroize",
2095]
2096
2097[[package]]
2098name = "rustls-webpki"
2099version = "0.103.8"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
2102dependencies = [
2103 "ring",
2104 "rustls-pki-types",
2105 "untrusted",
2106]
2107
2108[[package]]
2109name = "rustversion"
2110version = "1.0.22"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2113
2114[[package]]
2115name = "ryu"
2116version = "1.0.20"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2119
2120[[package]]
2121name = "schannel"
2122version = "0.1.28"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
2125dependencies = [
2126 "windows-sys 0.61.2",
2127]
2128
2129[[package]]
2130name = "scopeguard"
2131version = "1.2.0"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2134
2135[[package]]
2136name = "sec1"
2137version = "0.7.3"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2140dependencies = [
2141 "base16ct",
2142 "der",
2143 "generic-array",
2144 "pkcs8",
2145 "serdect",
2146 "subtle",
2147 "zeroize",
2148]
2149
2150[[package]]
2151name = "secrecy"
2152version = "0.10.3"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
2155dependencies = [
2156 "serde",
2157 "zeroize",
2158]
2159
2160[[package]]
2161name = "security-framework"
2162version = "3.5.1"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
2165dependencies = [
2166 "bitflags",
2167 "core-foundation 0.10.1",
2168 "core-foundation-sys",
2169 "libc",
2170 "security-framework-sys",
2171]
2172
2173[[package]]
2174name = "security-framework-sys"
2175version = "2.15.0"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
2178dependencies = [
2179 "core-foundation-sys",
2180 "libc",
2181]
2182
2183[[package]]
2184name = "semver"
2185version = "1.0.27"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2188
2189[[package]]
2190name = "serde"
2191version = "1.0.228"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2194dependencies = [
2195 "serde_core",
2196 "serde_derive",
2197]
2198
2199[[package]]
2200name = "serde_bytes"
2201version = "0.11.19"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
2204dependencies = [
2205 "serde",
2206 "serde_core",
2207]
2208
2209[[package]]
2210name = "serde_core"
2211version = "1.0.228"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2214dependencies = [
2215 "serde_derive",
2216]
2217
2218[[package]]
2219name = "serde_derive"
2220version = "1.0.228"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2223dependencies = [
2224 "proc-macro2",
2225 "quote",
2226 "syn 2.0.109",
2227]
2228
2229[[package]]
2230name = "serde_ipld_dagcbor"
2231version = "0.6.4"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
2234dependencies = [
2235 "cbor4ii",
2236 "ipld-core",
2237 "scopeguard",
2238 "serde",
2239]
2240
2241[[package]]
2242name = "serde_json"
2243version = "1.0.145"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
2246dependencies = [
2247 "indexmap",
2248 "itoa",
2249 "memchr",
2250 "ryu",
2251 "serde",
2252 "serde_core",
2253]
2254
2255[[package]]
2256name = "serde_path_to_error"
2257version = "0.1.20"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2260dependencies = [
2261 "itoa",
2262 "serde",
2263 "serde_core",
2264]
2265
2266[[package]]
2267name = "serde_urlencoded"
2268version = "0.7.1"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2271dependencies = [
2272 "form_urlencoded",
2273 "itoa",
2274 "ryu",
2275 "serde",
2276]
2277
2278[[package]]
2279name = "serdect"
2280version = "0.2.0"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
2283dependencies = [
2284 "base16ct",
2285 "serde",
2286]
2287
2288[[package]]
2289name = "sha2"
2290version = "0.10.9"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2293dependencies = [
2294 "cfg-if",
2295 "cpufeatures",
2296 "digest",
2297]
2298
2299[[package]]
2300name = "sharded-slab"
2301version = "0.1.7"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2304dependencies = [
2305 "lazy_static",
2306]
2307
2308[[package]]
2309name = "shlex"
2310version = "1.3.0"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2313
2314[[package]]
2315name = "signal-hook-registry"
2316version = "1.4.6"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
2319dependencies = [
2320 "libc",
2321]
2322
2323[[package]]
2324name = "signature"
2325version = "2.2.0"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2328dependencies = [
2329 "digest",
2330 "rand_core 0.6.4",
2331]
2332
2333[[package]]
2334name = "simdutf8"
2335version = "0.1.5"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2338
2339[[package]]
2340name = "slab"
2341version = "0.4.11"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2344
2345[[package]]
2346name = "smallvec"
2347version = "1.15.1"
2348source = "registry+https://github.com/rust-lang/crates.io-index"
2349checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2350
2351[[package]]
2352name = "socket2"
2353version = "0.5.10"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2356dependencies = [
2357 "libc",
2358 "windows-sys 0.52.0",
2359]
2360
2361[[package]]
2362name = "socket2"
2363version = "0.6.1"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
2366dependencies = [
2367 "libc",
2368 "windows-sys 0.60.2",
2369]
2370
2371[[package]]
2372name = "spki"
2373version = "0.7.3"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2376dependencies = [
2377 "base64ct",
2378 "der",
2379]
2380
2381[[package]]
2382name = "stable_deref_trait"
2383version = "1.2.1"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2386
2387[[package]]
2388name = "strsim"
2389version = "0.11.1"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2392
2393[[package]]
2394name = "subtle"
2395version = "2.6.1"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2398
2399[[package]]
2400name = "syn"
2401version = "1.0.109"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2404dependencies = [
2405 "proc-macro2",
2406 "quote",
2407 "unicode-ident",
2408]
2409
2410[[package]]
2411name = "syn"
2412version = "2.0.109"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f"
2415dependencies = [
2416 "proc-macro2",
2417 "quote",
2418 "unicode-ident",
2419]
2420
2421[[package]]
2422name = "sync_wrapper"
2423version = "1.0.2"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2426dependencies = [
2427 "futures-core",
2428]
2429
2430[[package]]
2431name = "synstructure"
2432version = "0.13.2"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2435dependencies = [
2436 "proc-macro2",
2437 "quote",
2438 "syn 2.0.109",
2439]
2440
2441[[package]]
2442name = "system-configuration"
2443version = "0.6.1"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2446dependencies = [
2447 "bitflags",
2448 "core-foundation 0.9.4",
2449 "system-configuration-sys",
2450]
2451
2452[[package]]
2453name = "system-configuration-sys"
2454version = "0.6.0"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2457dependencies = [
2458 "core-foundation-sys",
2459 "libc",
2460]
2461
2462[[package]]
2463name = "tagptr"
2464version = "0.2.0"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2467
2468[[package]]
2469name = "thiserror"
2470version = "1.0.69"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2473dependencies = [
2474 "thiserror-impl 1.0.69",
2475]
2476
2477[[package]]
2478name = "thiserror"
2479version = "2.0.17"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2482dependencies = [
2483 "thiserror-impl 2.0.17",
2484]
2485
2486[[package]]
2487name = "thiserror-impl"
2488version = "1.0.69"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2491dependencies = [
2492 "proc-macro2",
2493 "quote",
2494 "syn 2.0.109",
2495]
2496
2497[[package]]
2498name = "thiserror-impl"
2499version = "2.0.17"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2502dependencies = [
2503 "proc-macro2",
2504 "quote",
2505 "syn 2.0.109",
2506]
2507
2508[[package]]
2509name = "thread_local"
2510version = "1.1.9"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2513dependencies = [
2514 "cfg-if",
2515]
2516
2517[[package]]
2518name = "tinystr"
2519version = "0.8.2"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2522dependencies = [
2523 "displaydoc",
2524 "zerovec",
2525]
2526
2527[[package]]
2528name = "tinyvec"
2529version = "1.10.0"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2532dependencies = [
2533 "tinyvec_macros",
2534]
2535
2536[[package]]
2537name = "tinyvec_macros"
2538version = "0.1.1"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2541
2542[[package]]
2543name = "tokio"
2544version = "1.48.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
2547dependencies = [
2548 "bytes",
2549 "libc",
2550 "mio",
2551 "parking_lot",
2552 "pin-project-lite",
2553 "signal-hook-registry",
2554 "socket2 0.6.1",
2555 "tokio-macros",
2556 "windows-sys 0.61.2",
2557]
2558
2559[[package]]
2560name = "tokio-macros"
2561version = "2.6.0"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2564dependencies = [
2565 "proc-macro2",
2566 "quote",
2567 "syn 2.0.109",
2568]
2569
2570[[package]]
2571name = "tokio-rustls"
2572version = "0.26.4"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2575dependencies = [
2576 "rustls",
2577 "tokio",
2578]
2579
2580[[package]]
2581name = "tokio-util"
2582version = "0.7.17"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
2585dependencies = [
2586 "bytes",
2587 "futures-core",
2588 "futures-sink",
2589 "pin-project-lite",
2590 "tokio",
2591]
2592
2593[[package]]
2594name = "tokio-websockets"
2595version = "0.11.4"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "9fcaf159b4e7a376b05b5bfd77bfd38f3324f5fce751b4213bfc7eaa47affb4e"
2598dependencies = [
2599 "base64",
2600 "bytes",
2601 "futures-core",
2602 "futures-sink",
2603 "http",
2604 "httparse",
2605 "rand 0.9.2",
2606 "ring",
2607 "rustls-native-certs",
2608 "rustls-pki-types",
2609 "simdutf8",
2610 "tokio",
2611 "tokio-rustls",
2612 "tokio-util",
2613]
2614
2615[[package]]
2616name = "tower"
2617version = "0.5.2"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2620dependencies = [
2621 "futures-core",
2622 "futures-util",
2623 "pin-project-lite",
2624 "sync_wrapper",
2625 "tokio",
2626 "tower-layer",
2627 "tower-service",
2628 "tracing",
2629]
2630
2631[[package]]
2632name = "tower-http"
2633version = "0.6.6"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2636dependencies = [
2637 "bitflags",
2638 "bytes",
2639 "futures-util",
2640 "http",
2641 "http-body",
2642 "iri-string",
2643 "pin-project-lite",
2644 "tower",
2645 "tower-layer",
2646 "tower-service",
2647]
2648
2649[[package]]
2650name = "tower-layer"
2651version = "0.3.3"
2652source = "registry+https://github.com/rust-lang/crates.io-index"
2653checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2654
2655[[package]]
2656name = "tower-service"
2657version = "0.3.3"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2660
2661[[package]]
2662name = "tracing"
2663version = "0.1.41"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2666dependencies = [
2667 "log",
2668 "pin-project-lite",
2669 "tracing-attributes",
2670 "tracing-core",
2671]
2672
2673[[package]]
2674name = "tracing-attributes"
2675version = "0.1.30"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
2678dependencies = [
2679 "proc-macro2",
2680 "quote",
2681 "syn 2.0.109",
2682]
2683
2684[[package]]
2685name = "tracing-core"
2686version = "0.1.34"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2689dependencies = [
2690 "once_cell",
2691 "valuable",
2692]
2693
2694[[package]]
2695name = "tracing-log"
2696version = "0.2.0"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2699dependencies = [
2700 "log",
2701 "once_cell",
2702 "tracing-core",
2703]
2704
2705[[package]]
2706name = "tracing-subscriber"
2707version = "0.3.20"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
2710dependencies = [
2711 "matchers",
2712 "nu-ansi-term",
2713 "once_cell",
2714 "regex-automata",
2715 "sharded-slab",
2716 "smallvec",
2717 "thread_local",
2718 "tracing",
2719 "tracing-core",
2720 "tracing-log",
2721]
2722
2723[[package]]
2724name = "try-lock"
2725version = "0.2.5"
2726source = "registry+https://github.com/rust-lang/crates.io-index"
2727checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2728
2729[[package]]
2730name = "typenum"
2731version = "1.19.0"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2734
2735[[package]]
2736name = "ulid"
2737version = "1.2.1"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
2740dependencies = [
2741 "rand 0.9.2",
2742 "web-time",
2743]
2744
2745[[package]]
2746name = "unicase"
2747version = "2.8.1"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2750
2751[[package]]
2752name = "unicode-ident"
2753version = "1.0.22"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2756
2757[[package]]
2758name = "unsigned-varint"
2759version = "0.8.0"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
2762
2763[[package]]
2764name = "untrusted"
2765version = "0.9.0"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2768
2769[[package]]
2770name = "url"
2771version = "2.5.7"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2774dependencies = [
2775 "form_urlencoded",
2776 "idna",
2777 "percent-encoding",
2778 "serde",
2779]
2780
2781[[package]]
2782name = "urlencoding"
2783version = "2.1.3"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2786
2787[[package]]
2788name = "utf8_iter"
2789version = "1.0.4"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2792
2793[[package]]
2794name = "utf8parse"
2795version = "0.2.2"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2798
2799[[package]]
2800name = "uuid"
2801version = "1.18.1"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
2804dependencies = [
2805 "getrandom 0.3.4",
2806 "js-sys",
2807 "wasm-bindgen",
2808]
2809
2810[[package]]
2811name = "valuable"
2812version = "0.1.1"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2815
2816[[package]]
2817name = "version_check"
2818version = "0.9.5"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2821
2822[[package]]
2823name = "want"
2824version = "0.3.1"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2827dependencies = [
2828 "try-lock",
2829]
2830
2831[[package]]
2832name = "wasi"
2833version = "0.11.1+wasi-snapshot-preview1"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2836
2837[[package]]
2838name = "wasip2"
2839version = "1.0.1+wasi-0.2.4"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2842dependencies = [
2843 "wit-bindgen",
2844]
2845
2846[[package]]
2847name = "wasm-bindgen"
2848version = "0.2.105"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
2851dependencies = [
2852 "cfg-if",
2853 "once_cell",
2854 "rustversion",
2855 "wasm-bindgen-macro",
2856 "wasm-bindgen-shared",
2857]
2858
2859[[package]]
2860name = "wasm-bindgen-futures"
2861version = "0.4.55"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
2864dependencies = [
2865 "cfg-if",
2866 "js-sys",
2867 "once_cell",
2868 "wasm-bindgen",
2869 "web-sys",
2870]
2871
2872[[package]]
2873name = "wasm-bindgen-macro"
2874version = "0.2.105"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
2877dependencies = [
2878 "quote",
2879 "wasm-bindgen-macro-support",
2880]
2881
2882[[package]]
2883name = "wasm-bindgen-macro-support"
2884version = "0.2.105"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
2887dependencies = [
2888 "bumpalo",
2889 "proc-macro2",
2890 "quote",
2891 "syn 2.0.109",
2892 "wasm-bindgen-shared",
2893]
2894
2895[[package]]
2896name = "wasm-bindgen-shared"
2897version = "0.2.105"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
2900dependencies = [
2901 "unicode-ident",
2902]
2903
2904[[package]]
2905name = "web-sys"
2906version = "0.3.82"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
2909dependencies = [
2910 "js-sys",
2911 "wasm-bindgen",
2912]
2913
2914[[package]]
2915name = "web-time"
2916version = "1.1.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2919dependencies = [
2920 "js-sys",
2921 "wasm-bindgen",
2922]
2923
2924[[package]]
2925name = "webpki-roots"
2926version = "1.0.4"
2927source = "registry+https://github.com/rust-lang/crates.io-index"
2928checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
2929dependencies = [
2930 "rustls-pki-types",
2931]
2932
2933[[package]]
2934name = "widestring"
2935version = "1.2.1"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
2938
2939[[package]]
2940name = "windows-link"
2941version = "0.1.3"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2944
2945[[package]]
2946name = "windows-link"
2947version = "0.2.1"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2950
2951[[package]]
2952name = "windows-registry"
2953version = "0.5.3"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
2956dependencies = [
2957 "windows-link 0.1.3",
2958 "windows-result",
2959 "windows-strings",
2960]
2961
2962[[package]]
2963name = "windows-result"
2964version = "0.3.4"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2967dependencies = [
2968 "windows-link 0.1.3",
2969]
2970
2971[[package]]
2972name = "windows-strings"
2973version = "0.4.2"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2976dependencies = [
2977 "windows-link 0.1.3",
2978]
2979
2980[[package]]
2981name = "windows-sys"
2982version = "0.48.0"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2985dependencies = [
2986 "windows-targets 0.48.5",
2987]
2988
2989[[package]]
2990name = "windows-sys"
2991version = "0.52.0"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2994dependencies = [
2995 "windows-targets 0.52.6",
2996]
2997
2998[[package]]
2999name = "windows-sys"
3000version = "0.59.0"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3003dependencies = [
3004 "windows-targets 0.52.6",
3005]
3006
3007[[package]]
3008name = "windows-sys"
3009version = "0.60.2"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3012dependencies = [
3013 "windows-targets 0.53.5",
3014]
3015
3016[[package]]
3017name = "windows-sys"
3018version = "0.61.2"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3021dependencies = [
3022 "windows-link 0.2.1",
3023]
3024
3025[[package]]
3026name = "windows-targets"
3027version = "0.48.5"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3030dependencies = [
3031 "windows_aarch64_gnullvm 0.48.5",
3032 "windows_aarch64_msvc 0.48.5",
3033 "windows_i686_gnu 0.48.5",
3034 "windows_i686_msvc 0.48.5",
3035 "windows_x86_64_gnu 0.48.5",
3036 "windows_x86_64_gnullvm 0.48.5",
3037 "windows_x86_64_msvc 0.48.5",
3038]
3039
3040[[package]]
3041name = "windows-targets"
3042version = "0.52.6"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3045dependencies = [
3046 "windows_aarch64_gnullvm 0.52.6",
3047 "windows_aarch64_msvc 0.52.6",
3048 "windows_i686_gnu 0.52.6",
3049 "windows_i686_gnullvm 0.52.6",
3050 "windows_i686_msvc 0.52.6",
3051 "windows_x86_64_gnu 0.52.6",
3052 "windows_x86_64_gnullvm 0.52.6",
3053 "windows_x86_64_msvc 0.52.6",
3054]
3055
3056[[package]]
3057name = "windows-targets"
3058version = "0.53.5"
3059source = "registry+https://github.com/rust-lang/crates.io-index"
3060checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3061dependencies = [
3062 "windows-link 0.2.1",
3063 "windows_aarch64_gnullvm 0.53.1",
3064 "windows_aarch64_msvc 0.53.1",
3065 "windows_i686_gnu 0.53.1",
3066 "windows_i686_gnullvm 0.53.1",
3067 "windows_i686_msvc 0.53.1",
3068 "windows_x86_64_gnu 0.53.1",
3069 "windows_x86_64_gnullvm 0.53.1",
3070 "windows_x86_64_msvc 0.53.1",
3071]
3072
3073[[package]]
3074name = "windows_aarch64_gnullvm"
3075version = "0.48.5"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3078
3079[[package]]
3080name = "windows_aarch64_gnullvm"
3081version = "0.52.6"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3084
3085[[package]]
3086name = "windows_aarch64_gnullvm"
3087version = "0.53.1"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3090
3091[[package]]
3092name = "windows_aarch64_msvc"
3093version = "0.48.5"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3096
3097[[package]]
3098name = "windows_aarch64_msvc"
3099version = "0.52.6"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3102
3103[[package]]
3104name = "windows_aarch64_msvc"
3105version = "0.53.1"
3106source = "registry+https://github.com/rust-lang/crates.io-index"
3107checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3108
3109[[package]]
3110name = "windows_i686_gnu"
3111version = "0.48.5"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3114
3115[[package]]
3116name = "windows_i686_gnu"
3117version = "0.52.6"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3120
3121[[package]]
3122name = "windows_i686_gnu"
3123version = "0.53.1"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3126
3127[[package]]
3128name = "windows_i686_gnullvm"
3129version = "0.52.6"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3132
3133[[package]]
3134name = "windows_i686_gnullvm"
3135version = "0.53.1"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3138
3139[[package]]
3140name = "windows_i686_msvc"
3141version = "0.48.5"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3144
3145[[package]]
3146name = "windows_i686_msvc"
3147version = "0.52.6"
3148source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3150
3151[[package]]
3152name = "windows_i686_msvc"
3153version = "0.53.1"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3156
3157[[package]]
3158name = "windows_x86_64_gnu"
3159version = "0.48.5"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3162
3163[[package]]
3164name = "windows_x86_64_gnu"
3165version = "0.52.6"
3166source = "registry+https://github.com/rust-lang/crates.io-index"
3167checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3168
3169[[package]]
3170name = "windows_x86_64_gnu"
3171version = "0.53.1"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3174
3175[[package]]
3176name = "windows_x86_64_gnullvm"
3177version = "0.48.5"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3180
3181[[package]]
3182name = "windows_x86_64_gnullvm"
3183version = "0.52.6"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3186
3187[[package]]
3188name = "windows_x86_64_gnullvm"
3189version = "0.53.1"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3192
3193[[package]]
3194name = "windows_x86_64_msvc"
3195version = "0.48.5"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3198
3199[[package]]
3200name = "windows_x86_64_msvc"
3201version = "0.52.6"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3204
3205[[package]]
3206name = "windows_x86_64_msvc"
3207version = "0.53.1"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3210
3211[[package]]
3212name = "winreg"
3213version = "0.50.0"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
3216dependencies = [
3217 "cfg-if",
3218 "windows-sys 0.48.0",
3219]
3220
3221[[package]]
3222name = "wit-bindgen"
3223version = "0.46.0"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
3226
3227[[package]]
3228name = "writeable"
3229version = "0.6.2"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3232
3233[[package]]
3234name = "yoke"
3235version = "0.8.1"
3236source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3238dependencies = [
3239 "stable_deref_trait",
3240 "yoke-derive",
3241 "zerofrom",
3242]
3243
3244[[package]]
3245name = "yoke-derive"
3246version = "0.8.1"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3249dependencies = [
3250 "proc-macro2",
3251 "quote",
3252 "syn 2.0.109",
3253 "synstructure",
3254]
3255
3256[[package]]
3257name = "zerocopy"
3258version = "0.8.27"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
3261dependencies = [
3262 "zerocopy-derive",
3263]
3264
3265[[package]]
3266name = "zerocopy-derive"
3267version = "0.8.27"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
3270dependencies = [
3271 "proc-macro2",
3272 "quote",
3273 "syn 2.0.109",
3274]
3275
3276[[package]]
3277name = "zerofrom"
3278version = "0.1.6"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3281dependencies = [
3282 "zerofrom-derive",
3283]
3284
3285[[package]]
3286name = "zerofrom-derive"
3287version = "0.1.6"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3290dependencies = [
3291 "proc-macro2",
3292 "quote",
3293 "syn 2.0.109",
3294 "synstructure",
3295]
3296
3297[[package]]
3298name = "zeroize"
3299version = "1.8.2"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3302dependencies = [
3303 "zeroize_derive",
3304]
3305
3306[[package]]
3307name = "zeroize_derive"
3308version = "1.4.2"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
3311dependencies = [
3312 "proc-macro2",
3313 "quote",
3314 "syn 2.0.109",
3315]
3316
3317[[package]]
3318name = "zerotrie"
3319version = "0.2.3"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3322dependencies = [
3323 "displaydoc",
3324 "yoke",
3325 "zerofrom",
3326]
3327
3328[[package]]
3329name = "zerovec"
3330version = "0.11.5"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3333dependencies = [
3334 "yoke",
3335 "zerofrom",
3336 "zerovec-derive",
3337]
3338
3339[[package]]
3340name = "zerovec-derive"
3341version = "0.11.2"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3344dependencies = [
3345 "proc-macro2",
3346 "quote",
3347 "syn 2.0.109",
3348]
3349
3350[[package]]
3351name = "zstd"
3352version = "0.13.3"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3355dependencies = [
3356 "zstd-safe",
3357]
3358
3359[[package]]
3360name = "zstd-safe"
3361version = "7.2.4"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3364dependencies = [
3365 "zstd-sys",
3366]
3367
3368[[package]]
3369name = "zstd-sys"
3370version = "2.0.16+zstd.1.5.7"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3373dependencies = [
3374 "cc",
3375 "pkg-config",
3376]