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 = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "allocator-api2"
31version = "0.2.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
35[[package]]
36name = "anstream"
37version = "0.6.19"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
40dependencies = [
41 "anstyle",
42 "anstyle-parse",
43 "anstyle-query",
44 "anstyle-wincon",
45 "colorchoice",
46 "is_terminal_polyfill",
47 "utf8parse",
48]
49
50[[package]]
51name = "anstyle"
52version = "1.0.11"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
55
56[[package]]
57name = "anstyle-parse"
58version = "0.2.7"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
61dependencies = [
62 "utf8parse",
63]
64
65[[package]]
66name = "anstyle-query"
67version = "1.1.3"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
70dependencies = [
71 "windows-sys 0.59.0",
72]
73
74[[package]]
75name = "anstyle-wincon"
76version = "3.0.9"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
79dependencies = [
80 "anstyle",
81 "once_cell_polyfill",
82 "windows-sys 0.59.0",
83]
84
85[[package]]
86name = "anyhow"
87version = "1.0.98"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
90
91[[package]]
92name = "async-trait"
93version = "0.1.88"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
96dependencies = [
97 "proc-macro2",
98 "quote",
99 "syn",
100]
101
102[[package]]
103name = "atomic-waker"
104version = "1.1.2"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
107
108[[package]]
109name = "atproto-attestation"
110version = "0.13.0"
111dependencies = [
112 "anyhow",
113 "async-trait",
114 "atproto-client",
115 "atproto-identity",
116 "atproto-record",
117 "base64",
118 "chrono",
119 "cid",
120 "clap",
121 "elliptic-curve",
122 "k256",
123 "multihash",
124 "p256",
125 "reqwest",
126 "serde",
127 "serde_ipld_dagcbor",
128 "serde_json",
129 "sha2",
130 "thiserror 2.0.12",
131 "tokio",
132]
133
134[[package]]
135name = "atproto-client"
136version = "0.13.0"
137dependencies = [
138 "anyhow",
139 "async-trait",
140 "atproto-identity",
141 "atproto-oauth",
142 "atproto-record",
143 "bytes",
144 "clap",
145 "reqwest",
146 "reqwest-chain",
147 "reqwest-middleware",
148 "rpassword",
149 "secrecy",
150 "serde",
151 "serde_json",
152 "thiserror 2.0.12",
153 "tokio",
154 "tracing",
155 "urlencoding",
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.12",
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.12",
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.12",
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.12",
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.12",
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.12",
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.12",
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.12",
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.12",
373 "tokio",
374 "tracing",
375]
376
377[[package]]
378name = "autocfg"
379version = "1.4.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
382
383[[package]]
384name = "axum"
385version = "0.8.4"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
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 "rustversion",
406 "serde",
407 "serde_json",
408 "serde_path_to_error",
409 "serde_urlencoded",
410 "sync_wrapper",
411 "tokio",
412 "tower",
413 "tower-layer",
414 "tower-service",
415 "tracing",
416]
417
418[[package]]
419name = "axum-core"
420version = "0.5.2"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
423dependencies = [
424 "bytes",
425 "futures-core",
426 "http",
427 "http-body",
428 "http-body-util",
429 "mime",
430 "pin-project-lite",
431 "rustversion",
432 "sync_wrapper",
433 "tower-layer",
434 "tower-service",
435 "tracing",
436]
437
438[[package]]
439name = "axum-macros"
440version = "0.5.0"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
443dependencies = [
444 "proc-macro2",
445 "quote",
446 "syn",
447]
448
449[[package]]
450name = "backtrace"
451version = "0.3.75"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
454dependencies = [
455 "addr2line",
456 "cfg-if",
457 "libc",
458 "miniz_oxide",
459 "object",
460 "rustc-demangle",
461 "windows-targets 0.52.6",
462]
463
464[[package]]
465name = "base-x"
466version = "0.2.11"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
469
470[[package]]
471name = "base16ct"
472version = "0.2.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
475
476[[package]]
477name = "base64"
478version = "0.22.1"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
481
482[[package]]
483name = "base64ct"
484version = "1.7.3"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
487
488[[package]]
489name = "bitflags"
490version = "2.9.1"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
493
494[[package]]
495name = "block-buffer"
496version = "0.10.4"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
499dependencies = [
500 "generic-array",
501]
502
503[[package]]
504name = "bumpalo"
505version = "3.17.0"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
508
509[[package]]
510name = "bytes"
511version = "1.10.1"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
514
515[[package]]
516name = "cbor4ii"
517version = "0.2.14"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
520dependencies = [
521 "serde",
522]
523
524[[package]]
525name = "cc"
526version = "1.2.24"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7"
529dependencies = [
530 "jobserver",
531 "libc",
532 "shlex",
533]
534
535[[package]]
536name = "cfg-if"
537version = "1.0.0"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
540
541[[package]]
542name = "cfg_aliases"
543version = "0.2.1"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
546
547[[package]]
548name = "chrono"
549version = "0.4.41"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
552dependencies = [
553 "num-traits",
554 "serde",
555]
556
557[[package]]
558name = "cid"
559version = "0.11.1"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
562dependencies = [
563 "core2",
564 "multibase",
565 "multihash",
566 "serde",
567 "serde_bytes",
568 "unsigned-varint",
569]
570
571[[package]]
572name = "clap"
573version = "4.5.40"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f"
576dependencies = [
577 "clap_builder",
578 "clap_derive",
579]
580
581[[package]]
582name = "clap_builder"
583version = "4.5.40"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e"
586dependencies = [
587 "anstream",
588 "anstyle",
589 "clap_lex",
590 "strsim",
591]
592
593[[package]]
594name = "clap_derive"
595version = "4.5.40"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce"
598dependencies = [
599 "heck",
600 "proc-macro2",
601 "quote",
602 "syn",
603]
604
605[[package]]
606name = "clap_lex"
607version = "0.7.5"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
610
611[[package]]
612name = "colorchoice"
613version = "1.0.4"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
616
617[[package]]
618name = "const-oid"
619version = "0.9.6"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
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",
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",
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",
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 = "fnv"
857version = "1.0.7"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
860
861[[package]]
862name = "foldhash"
863version = "0.1.5"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
866
867[[package]]
868name = "form_urlencoded"
869version = "1.2.1"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
872dependencies = [
873 "percent-encoding",
874]
875
876[[package]]
877name = "futures"
878version = "0.3.31"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
881dependencies = [
882 "futures-channel",
883 "futures-core",
884 "futures-executor",
885 "futures-io",
886 "futures-sink",
887 "futures-task",
888 "futures-util",
889]
890
891[[package]]
892name = "futures-channel"
893version = "0.3.31"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
896dependencies = [
897 "futures-core",
898 "futures-sink",
899]
900
901[[package]]
902name = "futures-core"
903version = "0.3.31"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
906
907[[package]]
908name = "futures-executor"
909version = "0.3.31"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
912dependencies = [
913 "futures-core",
914 "futures-task",
915 "futures-util",
916]
917
918[[package]]
919name = "futures-io"
920version = "0.3.31"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
923
924[[package]]
925name = "futures-macro"
926version = "0.3.31"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
929dependencies = [
930 "proc-macro2",
931 "quote",
932 "syn",
933]
934
935[[package]]
936name = "futures-sink"
937version = "0.3.31"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
940
941[[package]]
942name = "futures-task"
943version = "0.3.31"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
946
947[[package]]
948name = "futures-util"
949version = "0.3.31"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
952dependencies = [
953 "futures-channel",
954 "futures-core",
955 "futures-io",
956 "futures-macro",
957 "futures-sink",
958 "futures-task",
959 "memchr",
960 "pin-project-lite",
961 "pin-utils",
962 "slab",
963]
964
965[[package]]
966name = "generator"
967version = "0.8.5"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
970dependencies = [
971 "cc",
972 "cfg-if",
973 "libc",
974 "log",
975 "rustversion",
976 "windows",
977]
978
979[[package]]
980name = "generic-array"
981version = "0.14.7"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
984dependencies = [
985 "typenum",
986 "version_check",
987 "zeroize",
988]
989
990[[package]]
991name = "getrandom"
992version = "0.2.16"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
995dependencies = [
996 "cfg-if",
997 "js-sys",
998 "libc",
999 "wasi 0.11.0+wasi-snapshot-preview1",
1000 "wasm-bindgen",
1001]
1002
1003[[package]]
1004name = "getrandom"
1005version = "0.3.3"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1008dependencies = [
1009 "cfg-if",
1010 "js-sys",
1011 "libc",
1012 "r-efi",
1013 "wasi 0.14.2+wasi-0.2.4",
1014 "wasm-bindgen",
1015]
1016
1017[[package]]
1018name = "gimli"
1019version = "0.31.1"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1022
1023[[package]]
1024name = "group"
1025version = "0.13.0"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1028dependencies = [
1029 "ff",
1030 "rand_core 0.6.4",
1031 "subtle",
1032]
1033
1034[[package]]
1035name = "h2"
1036version = "0.4.10"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5"
1039dependencies = [
1040 "atomic-waker",
1041 "bytes",
1042 "fnv",
1043 "futures-core",
1044 "futures-sink",
1045 "http",
1046 "indexmap",
1047 "slab",
1048 "tokio",
1049 "tokio-util",
1050 "tracing",
1051]
1052
1053[[package]]
1054name = "hashbrown"
1055version = "0.15.3"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
1058dependencies = [
1059 "allocator-api2",
1060 "equivalent",
1061 "foldhash",
1062]
1063
1064[[package]]
1065name = "heck"
1066version = "0.5.0"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1069
1070[[package]]
1071name = "hickory-proto"
1072version = "0.25.2"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
1075dependencies = [
1076 "async-trait",
1077 "cfg-if",
1078 "data-encoding",
1079 "enum-as-inner",
1080 "futures-channel",
1081 "futures-io",
1082 "futures-util",
1083 "idna",
1084 "ipnet",
1085 "once_cell",
1086 "rand 0.9.1",
1087 "ring",
1088 "thiserror 2.0.12",
1089 "tinyvec",
1090 "tokio",
1091 "tracing",
1092 "url",
1093]
1094
1095[[package]]
1096name = "hickory-resolver"
1097version = "0.25.2"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
1100dependencies = [
1101 "cfg-if",
1102 "futures-util",
1103 "hickory-proto",
1104 "ipconfig",
1105 "moka",
1106 "once_cell",
1107 "parking_lot",
1108 "rand 0.9.1",
1109 "resolv-conf",
1110 "smallvec",
1111 "thiserror 2.0.12",
1112 "tokio",
1113 "tracing",
1114]
1115
1116[[package]]
1117name = "hkdf"
1118version = "0.12.4"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1121dependencies = [
1122 "hmac",
1123]
1124
1125[[package]]
1126name = "hmac"
1127version = "0.12.1"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1130dependencies = [
1131 "digest",
1132]
1133
1134[[package]]
1135name = "http"
1136version = "1.3.1"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1139dependencies = [
1140 "bytes",
1141 "fnv",
1142 "itoa",
1143]
1144
1145[[package]]
1146name = "http-body"
1147version = "1.0.1"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1150dependencies = [
1151 "bytes",
1152 "http",
1153]
1154
1155[[package]]
1156name = "http-body-util"
1157version = "0.1.3"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1160dependencies = [
1161 "bytes",
1162 "futures-core",
1163 "http",
1164 "http-body",
1165 "pin-project-lite",
1166]
1167
1168[[package]]
1169name = "httparse"
1170version = "1.10.1"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1173
1174[[package]]
1175name = "httpdate"
1176version = "1.0.3"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1179
1180[[package]]
1181name = "hyper"
1182version = "1.6.0"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1185dependencies = [
1186 "bytes",
1187 "futures-channel",
1188 "futures-util",
1189 "h2",
1190 "http",
1191 "http-body",
1192 "httparse",
1193 "httpdate",
1194 "itoa",
1195 "pin-project-lite",
1196 "smallvec",
1197 "tokio",
1198 "want",
1199]
1200
1201[[package]]
1202name = "hyper-rustls"
1203version = "0.27.6"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d"
1206dependencies = [
1207 "http",
1208 "hyper",
1209 "hyper-util",
1210 "rustls",
1211 "rustls-pki-types",
1212 "tokio",
1213 "tokio-rustls",
1214 "tower-service",
1215 "webpki-roots",
1216]
1217
1218[[package]]
1219name = "hyper-util"
1220version = "0.1.13"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8"
1223dependencies = [
1224 "base64",
1225 "bytes",
1226 "futures-channel",
1227 "futures-core",
1228 "futures-util",
1229 "http",
1230 "http-body",
1231 "hyper",
1232 "ipnet",
1233 "libc",
1234 "percent-encoding",
1235 "pin-project-lite",
1236 "socket2",
1237 "system-configuration",
1238 "tokio",
1239 "tower-service",
1240 "tracing",
1241 "windows-registry",
1242]
1243
1244[[package]]
1245name = "icu_collections"
1246version = "2.0.0"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1249dependencies = [
1250 "displaydoc",
1251 "potential_utf",
1252 "yoke",
1253 "zerofrom",
1254 "zerovec",
1255]
1256
1257[[package]]
1258name = "icu_locale_core"
1259version = "2.0.0"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1262dependencies = [
1263 "displaydoc",
1264 "litemap",
1265 "tinystr",
1266 "writeable",
1267 "zerovec",
1268]
1269
1270[[package]]
1271name = "icu_normalizer"
1272version = "2.0.0"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1275dependencies = [
1276 "displaydoc",
1277 "icu_collections",
1278 "icu_normalizer_data",
1279 "icu_properties",
1280 "icu_provider",
1281 "smallvec",
1282 "zerovec",
1283]
1284
1285[[package]]
1286name = "icu_normalizer_data"
1287version = "2.0.0"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1290
1291[[package]]
1292name = "icu_properties"
1293version = "2.0.1"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1296dependencies = [
1297 "displaydoc",
1298 "icu_collections",
1299 "icu_locale_core",
1300 "icu_properties_data",
1301 "icu_provider",
1302 "potential_utf",
1303 "zerotrie",
1304 "zerovec",
1305]
1306
1307[[package]]
1308name = "icu_properties_data"
1309version = "2.0.1"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1312
1313[[package]]
1314name = "icu_provider"
1315version = "2.0.0"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1318dependencies = [
1319 "displaydoc",
1320 "icu_locale_core",
1321 "stable_deref_trait",
1322 "tinystr",
1323 "writeable",
1324 "yoke",
1325 "zerofrom",
1326 "zerotrie",
1327 "zerovec",
1328]
1329
1330[[package]]
1331name = "idna"
1332version = "1.0.3"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1335dependencies = [
1336 "idna_adapter",
1337 "smallvec",
1338 "utf8_iter",
1339]
1340
1341[[package]]
1342name = "idna_adapter"
1343version = "1.2.1"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1346dependencies = [
1347 "icu_normalizer",
1348 "icu_properties",
1349]
1350
1351[[package]]
1352name = "indexmap"
1353version = "2.9.0"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
1356dependencies = [
1357 "equivalent",
1358 "hashbrown",
1359]
1360
1361[[package]]
1362name = "ipconfig"
1363version = "0.3.2"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1366dependencies = [
1367 "socket2",
1368 "widestring",
1369 "windows-sys 0.48.0",
1370 "winreg",
1371]
1372
1373[[package]]
1374name = "ipld-core"
1375version = "0.4.2"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1378dependencies = [
1379 "cid",
1380 "serde",
1381 "serde_bytes",
1382]
1383
1384[[package]]
1385name = "ipnet"
1386version = "2.11.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1389
1390[[package]]
1391name = "iri-string"
1392version = "0.7.8"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1395dependencies = [
1396 "memchr",
1397 "serde",
1398]
1399
1400[[package]]
1401name = "is_terminal_polyfill"
1402version = "1.70.1"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1405
1406[[package]]
1407name = "itoa"
1408version = "1.0.15"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1411
1412[[package]]
1413name = "jobserver"
1414version = "0.1.33"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
1417dependencies = [
1418 "getrandom 0.3.3",
1419 "libc",
1420]
1421
1422[[package]]
1423name = "js-sys"
1424version = "0.3.77"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1427dependencies = [
1428 "once_cell",
1429 "wasm-bindgen",
1430]
1431
1432[[package]]
1433name = "k256"
1434version = "0.13.4"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1437dependencies = [
1438 "cfg-if",
1439 "ecdsa",
1440 "elliptic-curve",
1441 "once_cell",
1442 "sha2",
1443 "signature",
1444]
1445
1446[[package]]
1447name = "lazy_static"
1448version = "1.5.0"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1451
1452[[package]]
1453name = "libc"
1454version = "0.2.172"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
1457
1458[[package]]
1459name = "litemap"
1460version = "0.8.0"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1463
1464[[package]]
1465name = "lock_api"
1466version = "0.4.13"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1469dependencies = [
1470 "autocfg",
1471 "scopeguard",
1472]
1473
1474[[package]]
1475name = "log"
1476version = "0.4.27"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1479
1480[[package]]
1481name = "loom"
1482version = "0.7.2"
1483source = "registry+https://github.com/rust-lang/crates.io-index"
1484checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1485dependencies = [
1486 "cfg-if",
1487 "generator",
1488 "scoped-tls",
1489 "tracing",
1490 "tracing-subscriber",
1491]
1492
1493[[package]]
1494name = "lru"
1495version = "0.12.5"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1498dependencies = [
1499 "hashbrown",
1500]
1501
1502[[package]]
1503name = "lru-slab"
1504version = "0.1.2"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1507
1508[[package]]
1509name = "matchers"
1510version = "0.1.0"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1513dependencies = [
1514 "regex-automata 0.1.10",
1515]
1516
1517[[package]]
1518name = "matchit"
1519version = "0.8.4"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1522
1523[[package]]
1524name = "memchr"
1525version = "2.7.4"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1528
1529[[package]]
1530name = "mime"
1531version = "0.3.17"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1534
1535[[package]]
1536name = "mime_guess"
1537version = "2.0.5"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1540dependencies = [
1541 "mime",
1542 "unicase",
1543]
1544
1545[[package]]
1546name = "miniz_oxide"
1547version = "0.8.8"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
1550dependencies = [
1551 "adler2",
1552]
1553
1554[[package]]
1555name = "mio"
1556version = "1.0.4"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1559dependencies = [
1560 "libc",
1561 "wasi 0.11.0+wasi-snapshot-preview1",
1562 "windows-sys 0.59.0",
1563]
1564
1565[[package]]
1566name = "moka"
1567version = "0.12.10"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
1570dependencies = [
1571 "crossbeam-channel",
1572 "crossbeam-epoch",
1573 "crossbeam-utils",
1574 "loom",
1575 "parking_lot",
1576 "portable-atomic",
1577 "rustc_version",
1578 "smallvec",
1579 "tagptr",
1580 "thiserror 1.0.69",
1581 "uuid",
1582]
1583
1584[[package]]
1585name = "multibase"
1586version = "0.9.1"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
1589dependencies = [
1590 "base-x",
1591 "data-encoding",
1592 "data-encoding-macro",
1593]
1594
1595[[package]]
1596name = "multihash"
1597version = "0.19.3"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1600dependencies = [
1601 "core2",
1602 "serde",
1603 "unsigned-varint",
1604]
1605
1606[[package]]
1607name = "nu-ansi-term"
1608version = "0.46.0"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1611dependencies = [
1612 "overload",
1613 "winapi",
1614]
1615
1616[[package]]
1617name = "num-traits"
1618version = "0.2.19"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1621dependencies = [
1622 "autocfg",
1623]
1624
1625[[package]]
1626name = "object"
1627version = "0.36.7"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1630dependencies = [
1631 "memchr",
1632]
1633
1634[[package]]
1635name = "once_cell"
1636version = "1.21.3"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1639dependencies = [
1640 "critical-section",
1641 "portable-atomic",
1642]
1643
1644[[package]]
1645name = "once_cell_polyfill"
1646version = "1.70.1"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1649
1650[[package]]
1651name = "openssl-probe"
1652version = "0.1.6"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1655
1656[[package]]
1657name = "overload"
1658version = "0.1.1"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1661
1662[[package]]
1663name = "p256"
1664version = "0.13.2"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1667dependencies = [
1668 "ecdsa",
1669 "elliptic-curve",
1670 "primeorder",
1671 "serdect",
1672 "sha2",
1673]
1674
1675[[package]]
1676name = "p384"
1677version = "0.13.1"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
1680dependencies = [
1681 "ecdsa",
1682 "elliptic-curve",
1683 "primeorder",
1684 "serdect",
1685 "sha2",
1686]
1687
1688[[package]]
1689name = "parking_lot"
1690version = "0.12.4"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1693dependencies = [
1694 "lock_api",
1695 "parking_lot_core",
1696]
1697
1698[[package]]
1699name = "parking_lot_core"
1700version = "0.9.11"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1703dependencies = [
1704 "cfg-if",
1705 "libc",
1706 "redox_syscall",
1707 "smallvec",
1708 "windows-targets 0.52.6",
1709]
1710
1711[[package]]
1712name = "pem-rfc7468"
1713version = "0.7.0"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1716dependencies = [
1717 "base64ct",
1718]
1719
1720[[package]]
1721name = "percent-encoding"
1722version = "2.3.1"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1725
1726[[package]]
1727name = "pin-project-lite"
1728version = "0.2.16"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1731
1732[[package]]
1733name = "pin-utils"
1734version = "0.1.0"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1737
1738[[package]]
1739name = "pkcs8"
1740version = "0.10.2"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1743dependencies = [
1744 "der",
1745 "spki",
1746]
1747
1748[[package]]
1749name = "pkg-config"
1750version = "0.3.32"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1753
1754[[package]]
1755name = "portable-atomic"
1756version = "1.11.0"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
1759
1760[[package]]
1761name = "potential_utf"
1762version = "0.1.2"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
1765dependencies = [
1766 "zerovec",
1767]
1768
1769[[package]]
1770name = "ppv-lite86"
1771version = "0.2.21"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1774dependencies = [
1775 "zerocopy",
1776]
1777
1778[[package]]
1779name = "primeorder"
1780version = "0.13.6"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1783dependencies = [
1784 "elliptic-curve",
1785 "serdect",
1786]
1787
1788[[package]]
1789name = "proc-macro2"
1790version = "1.0.95"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
1793dependencies = [
1794 "unicode-ident",
1795]
1796
1797[[package]]
1798name = "quinn"
1799version = "0.11.8"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
1802dependencies = [
1803 "bytes",
1804 "cfg_aliases",
1805 "pin-project-lite",
1806 "quinn-proto",
1807 "quinn-udp",
1808 "rustc-hash",
1809 "rustls",
1810 "socket2",
1811 "thiserror 2.0.12",
1812 "tokio",
1813 "tracing",
1814 "web-time",
1815]
1816
1817[[package]]
1818name = "quinn-proto"
1819version = "0.11.12"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
1822dependencies = [
1823 "bytes",
1824 "getrandom 0.3.3",
1825 "lru-slab",
1826 "rand 0.9.1",
1827 "ring",
1828 "rustc-hash",
1829 "rustls",
1830 "rustls-pki-types",
1831 "slab",
1832 "thiserror 2.0.12",
1833 "tinyvec",
1834 "tracing",
1835 "web-time",
1836]
1837
1838[[package]]
1839name = "quinn-udp"
1840version = "0.5.12"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
1843dependencies = [
1844 "cfg_aliases",
1845 "libc",
1846 "once_cell",
1847 "socket2",
1848 "tracing",
1849 "windows-sys 0.59.0",
1850]
1851
1852[[package]]
1853name = "quote"
1854version = "1.0.40"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1857dependencies = [
1858 "proc-macro2",
1859]
1860
1861[[package]]
1862name = "r-efi"
1863version = "5.2.0"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
1866
1867[[package]]
1868name = "rand"
1869version = "0.8.5"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1872dependencies = [
1873 "libc",
1874 "rand_chacha 0.3.1",
1875 "rand_core 0.6.4",
1876]
1877
1878[[package]]
1879name = "rand"
1880version = "0.9.1"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
1883dependencies = [
1884 "rand_chacha 0.9.0",
1885 "rand_core 0.9.3",
1886]
1887
1888[[package]]
1889name = "rand_chacha"
1890version = "0.3.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1893dependencies = [
1894 "ppv-lite86",
1895 "rand_core 0.6.4",
1896]
1897
1898[[package]]
1899name = "rand_chacha"
1900version = "0.9.0"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1903dependencies = [
1904 "ppv-lite86",
1905 "rand_core 0.9.3",
1906]
1907
1908[[package]]
1909name = "rand_core"
1910version = "0.6.4"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1913dependencies = [
1914 "getrandom 0.2.16",
1915]
1916
1917[[package]]
1918name = "rand_core"
1919version = "0.9.3"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1922dependencies = [
1923 "getrandom 0.3.3",
1924]
1925
1926[[package]]
1927name = "redox_syscall"
1928version = "0.5.12"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
1931dependencies = [
1932 "bitflags",
1933]
1934
1935[[package]]
1936name = "regex"
1937version = "1.11.1"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1940dependencies = [
1941 "aho-corasick",
1942 "memchr",
1943 "regex-automata 0.4.9",
1944 "regex-syntax 0.8.5",
1945]
1946
1947[[package]]
1948name = "regex-automata"
1949version = "0.1.10"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1952dependencies = [
1953 "regex-syntax 0.6.29",
1954]
1955
1956[[package]]
1957name = "regex-automata"
1958version = "0.4.9"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1961dependencies = [
1962 "aho-corasick",
1963 "memchr",
1964 "regex-syntax 0.8.5",
1965]
1966
1967[[package]]
1968name = "regex-syntax"
1969version = "0.6.29"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1972
1973[[package]]
1974name = "regex-syntax"
1975version = "0.8.5"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1978
1979[[package]]
1980name = "reqwest"
1981version = "0.12.18"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "e98ff6b0dbbe4d5a37318f433d4fc82babd21631f194d370409ceb2e40b2f0b5"
1984dependencies = [
1985 "base64",
1986 "bytes",
1987 "encoding_rs",
1988 "futures-core",
1989 "futures-util",
1990 "h2",
1991 "http",
1992 "http-body",
1993 "http-body-util",
1994 "hyper",
1995 "hyper-rustls",
1996 "hyper-util",
1997 "ipnet",
1998 "js-sys",
1999 "log",
2000 "mime",
2001 "mime_guess",
2002 "once_cell",
2003 "percent-encoding",
2004 "pin-project-lite",
2005 "quinn",
2006 "rustls",
2007 "rustls-pki-types",
2008 "serde",
2009 "serde_json",
2010 "serde_urlencoded",
2011 "sync_wrapper",
2012 "tokio",
2013 "tokio-rustls",
2014 "tower",
2015 "tower-http",
2016 "tower-service",
2017 "url",
2018 "wasm-bindgen",
2019 "wasm-bindgen-futures",
2020 "web-sys",
2021 "webpki-roots",
2022]
2023
2024[[package]]
2025name = "reqwest-chain"
2026version = "1.0.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "da5c014fb79a8227db44a0433d748107750d2550b7fca55c59a3d7ee7d2ee2b2"
2029dependencies = [
2030 "anyhow",
2031 "async-trait",
2032 "http",
2033 "reqwest-middleware",
2034]
2035
2036[[package]]
2037name = "reqwest-middleware"
2038version = "0.4.2"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e"
2041dependencies = [
2042 "anyhow",
2043 "async-trait",
2044 "http",
2045 "reqwest",
2046 "serde",
2047 "thiserror 1.0.69",
2048 "tower-service",
2049]
2050
2051[[package]]
2052name = "resolv-conf"
2053version = "0.7.4"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
2056
2057[[package]]
2058name = "rfc6979"
2059version = "0.4.0"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2062dependencies = [
2063 "hmac",
2064 "subtle",
2065]
2066
2067[[package]]
2068name = "ring"
2069version = "0.17.14"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2072dependencies = [
2073 "cc",
2074 "cfg-if",
2075 "getrandom 0.2.16",
2076 "libc",
2077 "untrusted",
2078 "windows-sys 0.52.0",
2079]
2080
2081[[package]]
2082name = "rpassword"
2083version = "7.4.0"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
2086dependencies = [
2087 "libc",
2088 "rtoolbox",
2089 "windows-sys 0.59.0",
2090]
2091
2092[[package]]
2093name = "rtoolbox"
2094version = "0.0.3"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
2097dependencies = [
2098 "libc",
2099 "windows-sys 0.52.0",
2100]
2101
2102[[package]]
2103name = "rustc-demangle"
2104version = "0.1.24"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2107
2108[[package]]
2109name = "rustc-hash"
2110version = "2.1.1"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2113
2114[[package]]
2115name = "rustc_version"
2116version = "0.4.1"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2119dependencies = [
2120 "semver",
2121]
2122
2123[[package]]
2124name = "rustls"
2125version = "0.23.27"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
2128dependencies = [
2129 "once_cell",
2130 "ring",
2131 "rustls-pki-types",
2132 "rustls-webpki",
2133 "subtle",
2134 "zeroize",
2135]
2136
2137[[package]]
2138name = "rustls-native-certs"
2139version = "0.8.1"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
2142dependencies = [
2143 "openssl-probe",
2144 "rustls-pki-types",
2145 "schannel",
2146 "security-framework",
2147]
2148
2149[[package]]
2150name = "rustls-pki-types"
2151version = "1.12.0"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2154dependencies = [
2155 "web-time",
2156 "zeroize",
2157]
2158
2159[[package]]
2160name = "rustls-webpki"
2161version = "0.103.3"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
2164dependencies = [
2165 "ring",
2166 "rustls-pki-types",
2167 "untrusted",
2168]
2169
2170[[package]]
2171name = "rustversion"
2172version = "1.0.21"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2175
2176[[package]]
2177name = "ryu"
2178version = "1.0.20"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2181
2182[[package]]
2183name = "schannel"
2184version = "0.1.27"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2187dependencies = [
2188 "windows-sys 0.59.0",
2189]
2190
2191[[package]]
2192name = "scoped-tls"
2193version = "1.0.1"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2196
2197[[package]]
2198name = "scopeguard"
2199version = "1.2.0"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2202
2203[[package]]
2204name = "sec1"
2205version = "0.7.3"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2208dependencies = [
2209 "base16ct",
2210 "der",
2211 "generic-array",
2212 "pkcs8",
2213 "serdect",
2214 "subtle",
2215 "zeroize",
2216]
2217
2218[[package]]
2219name = "secrecy"
2220version = "0.10.3"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
2223dependencies = [
2224 "serde",
2225 "zeroize",
2226]
2227
2228[[package]]
2229name = "security-framework"
2230version = "3.2.0"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
2233dependencies = [
2234 "bitflags",
2235 "core-foundation 0.10.1",
2236 "core-foundation-sys",
2237 "libc",
2238 "security-framework-sys",
2239]
2240
2241[[package]]
2242name = "security-framework-sys"
2243version = "2.14.0"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2246dependencies = [
2247 "core-foundation-sys",
2248 "libc",
2249]
2250
2251[[package]]
2252name = "semver"
2253version = "1.0.26"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2256
2257[[package]]
2258name = "serde"
2259version = "1.0.219"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2262dependencies = [
2263 "serde_derive",
2264]
2265
2266[[package]]
2267name = "serde_bytes"
2268version = "0.11.17"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
2271dependencies = [
2272 "serde",
2273]
2274
2275[[package]]
2276name = "serde_derive"
2277version = "1.0.219"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2280dependencies = [
2281 "proc-macro2",
2282 "quote",
2283 "syn",
2284]
2285
2286[[package]]
2287name = "serde_ipld_dagcbor"
2288version = "0.6.3"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "99600723cf53fb000a66175555098db7e75217c415bdd9a16a65d52a19dcc4fc"
2291dependencies = [
2292 "cbor4ii",
2293 "ipld-core",
2294 "scopeguard",
2295 "serde",
2296]
2297
2298[[package]]
2299name = "serde_json"
2300version = "1.0.140"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2303dependencies = [
2304 "indexmap",
2305 "itoa",
2306 "memchr",
2307 "ryu",
2308 "serde",
2309]
2310
2311[[package]]
2312name = "serde_path_to_error"
2313version = "0.1.17"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
2316dependencies = [
2317 "itoa",
2318 "serde",
2319]
2320
2321[[package]]
2322name = "serde_urlencoded"
2323version = "0.7.1"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2326dependencies = [
2327 "form_urlencoded",
2328 "itoa",
2329 "ryu",
2330 "serde",
2331]
2332
2333[[package]]
2334name = "serdect"
2335version = "0.2.0"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
2338dependencies = [
2339 "base16ct",
2340 "serde",
2341]
2342
2343[[package]]
2344name = "sha2"
2345version = "0.10.9"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2348dependencies = [
2349 "cfg-if",
2350 "cpufeatures",
2351 "digest",
2352]
2353
2354[[package]]
2355name = "sharded-slab"
2356version = "0.1.7"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2359dependencies = [
2360 "lazy_static",
2361]
2362
2363[[package]]
2364name = "shlex"
2365version = "1.3.0"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2368
2369[[package]]
2370name = "signal-hook-registry"
2371version = "1.4.5"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
2374dependencies = [
2375 "libc",
2376]
2377
2378[[package]]
2379name = "signature"
2380version = "2.2.0"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2383dependencies = [
2384 "digest",
2385 "rand_core 0.6.4",
2386]
2387
2388[[package]]
2389name = "simdutf8"
2390version = "0.1.5"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2393
2394[[package]]
2395name = "slab"
2396version = "0.4.9"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2399dependencies = [
2400 "autocfg",
2401]
2402
2403[[package]]
2404name = "smallvec"
2405version = "1.15.0"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
2408
2409[[package]]
2410name = "socket2"
2411version = "0.5.10"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2414dependencies = [
2415 "libc",
2416 "windows-sys 0.52.0",
2417]
2418
2419[[package]]
2420name = "spki"
2421version = "0.7.3"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2424dependencies = [
2425 "base64ct",
2426 "der",
2427]
2428
2429[[package]]
2430name = "stable_deref_trait"
2431version = "1.2.0"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2434
2435[[package]]
2436name = "strsim"
2437version = "0.11.1"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2440
2441[[package]]
2442name = "subtle"
2443version = "2.6.1"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2446
2447[[package]]
2448name = "syn"
2449version = "2.0.101"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
2452dependencies = [
2453 "proc-macro2",
2454 "quote",
2455 "unicode-ident",
2456]
2457
2458[[package]]
2459name = "sync_wrapper"
2460version = "1.0.2"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2463dependencies = [
2464 "futures-core",
2465]
2466
2467[[package]]
2468name = "synstructure"
2469version = "0.13.2"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2472dependencies = [
2473 "proc-macro2",
2474 "quote",
2475 "syn",
2476]
2477
2478[[package]]
2479name = "system-configuration"
2480version = "0.6.1"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2483dependencies = [
2484 "bitflags",
2485 "core-foundation 0.9.4",
2486 "system-configuration-sys",
2487]
2488
2489[[package]]
2490name = "system-configuration-sys"
2491version = "0.6.0"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2494dependencies = [
2495 "core-foundation-sys",
2496 "libc",
2497]
2498
2499[[package]]
2500name = "tagptr"
2501version = "0.2.0"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2504
2505[[package]]
2506name = "thiserror"
2507version = "1.0.69"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2510dependencies = [
2511 "thiserror-impl 1.0.69",
2512]
2513
2514[[package]]
2515name = "thiserror"
2516version = "2.0.12"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2519dependencies = [
2520 "thiserror-impl 2.0.12",
2521]
2522
2523[[package]]
2524name = "thiserror-impl"
2525version = "1.0.69"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2528dependencies = [
2529 "proc-macro2",
2530 "quote",
2531 "syn",
2532]
2533
2534[[package]]
2535name = "thiserror-impl"
2536version = "2.0.12"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2539dependencies = [
2540 "proc-macro2",
2541 "quote",
2542 "syn",
2543]
2544
2545[[package]]
2546name = "thread_local"
2547version = "1.1.8"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2550dependencies = [
2551 "cfg-if",
2552 "once_cell",
2553]
2554
2555[[package]]
2556name = "tinystr"
2557version = "0.8.1"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2560dependencies = [
2561 "displaydoc",
2562 "zerovec",
2563]
2564
2565[[package]]
2566name = "tinyvec"
2567version = "1.9.0"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
2570dependencies = [
2571 "tinyvec_macros",
2572]
2573
2574[[package]]
2575name = "tinyvec_macros"
2576version = "0.1.1"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2579
2580[[package]]
2581name = "tokio"
2582version = "1.45.1"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
2585dependencies = [
2586 "backtrace",
2587 "bytes",
2588 "libc",
2589 "mio",
2590 "parking_lot",
2591 "pin-project-lite",
2592 "signal-hook-registry",
2593 "socket2",
2594 "tokio-macros",
2595 "windows-sys 0.52.0",
2596]
2597
2598[[package]]
2599name = "tokio-macros"
2600version = "2.5.0"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2603dependencies = [
2604 "proc-macro2",
2605 "quote",
2606 "syn",
2607]
2608
2609[[package]]
2610name = "tokio-rustls"
2611version = "0.26.2"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2614dependencies = [
2615 "rustls",
2616 "tokio",
2617]
2618
2619[[package]]
2620name = "tokio-util"
2621version = "0.7.15"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2624dependencies = [
2625 "bytes",
2626 "futures-core",
2627 "futures-sink",
2628 "pin-project-lite",
2629 "tokio",
2630]
2631
2632[[package]]
2633name = "tokio-websockets"
2634version = "0.11.4"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "9fcaf159b4e7a376b05b5bfd77bfd38f3324f5fce751b4213bfc7eaa47affb4e"
2637dependencies = [
2638 "base64",
2639 "bytes",
2640 "futures-core",
2641 "futures-sink",
2642 "http",
2643 "httparse",
2644 "rand 0.9.1",
2645 "ring",
2646 "rustls-native-certs",
2647 "rustls-pki-types",
2648 "simdutf8",
2649 "tokio",
2650 "tokio-rustls",
2651 "tokio-util",
2652]
2653
2654[[package]]
2655name = "tower"
2656version = "0.5.2"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2659dependencies = [
2660 "futures-core",
2661 "futures-util",
2662 "pin-project-lite",
2663 "sync_wrapper",
2664 "tokio",
2665 "tower-layer",
2666 "tower-service",
2667 "tracing",
2668]
2669
2670[[package]]
2671name = "tower-http"
2672version = "0.6.4"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e"
2675dependencies = [
2676 "bitflags",
2677 "bytes",
2678 "futures-util",
2679 "http",
2680 "http-body",
2681 "iri-string",
2682 "pin-project-lite",
2683 "tower",
2684 "tower-layer",
2685 "tower-service",
2686]
2687
2688[[package]]
2689name = "tower-layer"
2690version = "0.3.3"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2693
2694[[package]]
2695name = "tower-service"
2696version = "0.3.3"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2699
2700[[package]]
2701name = "tracing"
2702version = "0.1.41"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2705dependencies = [
2706 "log",
2707 "pin-project-lite",
2708 "tracing-attributes",
2709 "tracing-core",
2710]
2711
2712[[package]]
2713name = "tracing-attributes"
2714version = "0.1.28"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2717dependencies = [
2718 "proc-macro2",
2719 "quote",
2720 "syn",
2721]
2722
2723[[package]]
2724name = "tracing-core"
2725version = "0.1.33"
2726source = "registry+https://github.com/rust-lang/crates.io-index"
2727checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2728dependencies = [
2729 "once_cell",
2730 "valuable",
2731]
2732
2733[[package]]
2734name = "tracing-log"
2735version = "0.2.0"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2738dependencies = [
2739 "log",
2740 "once_cell",
2741 "tracing-core",
2742]
2743
2744[[package]]
2745name = "tracing-subscriber"
2746version = "0.3.19"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2749dependencies = [
2750 "matchers",
2751 "nu-ansi-term",
2752 "once_cell",
2753 "regex",
2754 "sharded-slab",
2755 "smallvec",
2756 "thread_local",
2757 "tracing",
2758 "tracing-core",
2759 "tracing-log",
2760]
2761
2762[[package]]
2763name = "try-lock"
2764version = "0.2.5"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2767
2768[[package]]
2769name = "typenum"
2770version = "1.18.0"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2773
2774[[package]]
2775name = "ulid"
2776version = "1.2.1"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
2779dependencies = [
2780 "rand 0.9.1",
2781 "web-time",
2782]
2783
2784[[package]]
2785name = "unicase"
2786version = "2.8.1"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2789
2790[[package]]
2791name = "unicode-ident"
2792version = "1.0.18"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2795
2796[[package]]
2797name = "unsigned-varint"
2798version = "0.8.0"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
2801
2802[[package]]
2803name = "untrusted"
2804version = "0.9.0"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2807
2808[[package]]
2809name = "url"
2810version = "2.5.4"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2813dependencies = [
2814 "form_urlencoded",
2815 "idna",
2816 "percent-encoding",
2817]
2818
2819[[package]]
2820name = "urlencoding"
2821version = "2.1.3"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2824
2825[[package]]
2826name = "utf8_iter"
2827version = "1.0.4"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2830
2831[[package]]
2832name = "utf8parse"
2833version = "0.2.2"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2836
2837[[package]]
2838name = "uuid"
2839version = "1.17.0"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
2842dependencies = [
2843 "getrandom 0.3.3",
2844 "js-sys",
2845 "wasm-bindgen",
2846]
2847
2848[[package]]
2849name = "valuable"
2850version = "0.1.1"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2853
2854[[package]]
2855name = "version_check"
2856version = "0.9.5"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2859
2860[[package]]
2861name = "want"
2862version = "0.3.1"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2865dependencies = [
2866 "try-lock",
2867]
2868
2869[[package]]
2870name = "wasi"
2871version = "0.11.0+wasi-snapshot-preview1"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2874
2875[[package]]
2876name = "wasi"
2877version = "0.14.2+wasi-0.2.4"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2880dependencies = [
2881 "wit-bindgen-rt",
2882]
2883
2884[[package]]
2885name = "wasm-bindgen"
2886version = "0.2.100"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2889dependencies = [
2890 "cfg-if",
2891 "once_cell",
2892 "rustversion",
2893 "wasm-bindgen-macro",
2894]
2895
2896[[package]]
2897name = "wasm-bindgen-backend"
2898version = "0.2.100"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2901dependencies = [
2902 "bumpalo",
2903 "log",
2904 "proc-macro2",
2905 "quote",
2906 "syn",
2907 "wasm-bindgen-shared",
2908]
2909
2910[[package]]
2911name = "wasm-bindgen-futures"
2912version = "0.4.50"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2915dependencies = [
2916 "cfg-if",
2917 "js-sys",
2918 "once_cell",
2919 "wasm-bindgen",
2920 "web-sys",
2921]
2922
2923[[package]]
2924name = "wasm-bindgen-macro"
2925version = "0.2.100"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2928dependencies = [
2929 "quote",
2930 "wasm-bindgen-macro-support",
2931]
2932
2933[[package]]
2934name = "wasm-bindgen-macro-support"
2935version = "0.2.100"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2938dependencies = [
2939 "proc-macro2",
2940 "quote",
2941 "syn",
2942 "wasm-bindgen-backend",
2943 "wasm-bindgen-shared",
2944]
2945
2946[[package]]
2947name = "wasm-bindgen-shared"
2948version = "0.2.100"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
2950checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2951dependencies = [
2952 "unicode-ident",
2953]
2954
2955[[package]]
2956name = "web-sys"
2957version = "0.3.77"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2960dependencies = [
2961 "js-sys",
2962 "wasm-bindgen",
2963]
2964
2965[[package]]
2966name = "web-time"
2967version = "1.1.0"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2970dependencies = [
2971 "js-sys",
2972 "wasm-bindgen",
2973]
2974
2975[[package]]
2976name = "webpki-roots"
2977version = "1.0.0"
2978source = "registry+https://github.com/rust-lang/crates.io-index"
2979checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
2980dependencies = [
2981 "rustls-pki-types",
2982]
2983
2984[[package]]
2985name = "widestring"
2986version = "1.2.0"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
2989
2990[[package]]
2991name = "winapi"
2992version = "0.3.9"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2995dependencies = [
2996 "winapi-i686-pc-windows-gnu",
2997 "winapi-x86_64-pc-windows-gnu",
2998]
2999
3000[[package]]
3001name = "winapi-i686-pc-windows-gnu"
3002version = "0.4.0"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3005
3006[[package]]
3007name = "winapi-x86_64-pc-windows-gnu"
3008version = "0.4.0"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3011
3012[[package]]
3013name = "windows"
3014version = "0.61.1"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
3017dependencies = [
3018 "windows-collections",
3019 "windows-core",
3020 "windows-future",
3021 "windows-link",
3022 "windows-numerics",
3023]
3024
3025[[package]]
3026name = "windows-collections"
3027version = "0.2.0"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
3030dependencies = [
3031 "windows-core",
3032]
3033
3034[[package]]
3035name = "windows-core"
3036version = "0.61.2"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3039dependencies = [
3040 "windows-implement",
3041 "windows-interface",
3042 "windows-link",
3043 "windows-result",
3044 "windows-strings 0.4.2",
3045]
3046
3047[[package]]
3048name = "windows-future"
3049version = "0.2.1"
3050source = "registry+https://github.com/rust-lang/crates.io-index"
3051checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
3052dependencies = [
3053 "windows-core",
3054 "windows-link",
3055 "windows-threading",
3056]
3057
3058[[package]]
3059name = "windows-implement"
3060version = "0.60.0"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
3063dependencies = [
3064 "proc-macro2",
3065 "quote",
3066 "syn",
3067]
3068
3069[[package]]
3070name = "windows-interface"
3071version = "0.59.1"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
3074dependencies = [
3075 "proc-macro2",
3076 "quote",
3077 "syn",
3078]
3079
3080[[package]]
3081name = "windows-link"
3082version = "0.1.1"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
3085
3086[[package]]
3087name = "windows-numerics"
3088version = "0.2.0"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
3091dependencies = [
3092 "windows-core",
3093 "windows-link",
3094]
3095
3096[[package]]
3097name = "windows-registry"
3098version = "0.4.0"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
3101dependencies = [
3102 "windows-result",
3103 "windows-strings 0.3.1",
3104 "windows-targets 0.53.0",
3105]
3106
3107[[package]]
3108name = "windows-result"
3109version = "0.3.4"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3112dependencies = [
3113 "windows-link",
3114]
3115
3116[[package]]
3117name = "windows-strings"
3118version = "0.3.1"
3119source = "registry+https://github.com/rust-lang/crates.io-index"
3120checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
3121dependencies = [
3122 "windows-link",
3123]
3124
3125[[package]]
3126name = "windows-strings"
3127version = "0.4.2"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3130dependencies = [
3131 "windows-link",
3132]
3133
3134[[package]]
3135name = "windows-sys"
3136version = "0.48.0"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3139dependencies = [
3140 "windows-targets 0.48.5",
3141]
3142
3143[[package]]
3144name = "windows-sys"
3145version = "0.52.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3148dependencies = [
3149 "windows-targets 0.52.6",
3150]
3151
3152[[package]]
3153name = "windows-sys"
3154version = "0.59.0"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3157dependencies = [
3158 "windows-targets 0.52.6",
3159]
3160
3161[[package]]
3162name = "windows-targets"
3163version = "0.48.5"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3166dependencies = [
3167 "windows_aarch64_gnullvm 0.48.5",
3168 "windows_aarch64_msvc 0.48.5",
3169 "windows_i686_gnu 0.48.5",
3170 "windows_i686_msvc 0.48.5",
3171 "windows_x86_64_gnu 0.48.5",
3172 "windows_x86_64_gnullvm 0.48.5",
3173 "windows_x86_64_msvc 0.48.5",
3174]
3175
3176[[package]]
3177name = "windows-targets"
3178version = "0.52.6"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3181dependencies = [
3182 "windows_aarch64_gnullvm 0.52.6",
3183 "windows_aarch64_msvc 0.52.6",
3184 "windows_i686_gnu 0.52.6",
3185 "windows_i686_gnullvm 0.52.6",
3186 "windows_i686_msvc 0.52.6",
3187 "windows_x86_64_gnu 0.52.6",
3188 "windows_x86_64_gnullvm 0.52.6",
3189 "windows_x86_64_msvc 0.52.6",
3190]
3191
3192[[package]]
3193name = "windows-targets"
3194version = "0.53.0"
3195source = "registry+https://github.com/rust-lang/crates.io-index"
3196checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
3197dependencies = [
3198 "windows_aarch64_gnullvm 0.53.0",
3199 "windows_aarch64_msvc 0.53.0",
3200 "windows_i686_gnu 0.53.0",
3201 "windows_i686_gnullvm 0.53.0",
3202 "windows_i686_msvc 0.53.0",
3203 "windows_x86_64_gnu 0.53.0",
3204 "windows_x86_64_gnullvm 0.53.0",
3205 "windows_x86_64_msvc 0.53.0",
3206]
3207
3208[[package]]
3209name = "windows-threading"
3210version = "0.1.0"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
3213dependencies = [
3214 "windows-link",
3215]
3216
3217[[package]]
3218name = "windows_aarch64_gnullvm"
3219version = "0.48.5"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3222
3223[[package]]
3224name = "windows_aarch64_gnullvm"
3225version = "0.52.6"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3228
3229[[package]]
3230name = "windows_aarch64_gnullvm"
3231version = "0.53.0"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3234
3235[[package]]
3236name = "windows_aarch64_msvc"
3237version = "0.48.5"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3240
3241[[package]]
3242name = "windows_aarch64_msvc"
3243version = "0.52.6"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3246
3247[[package]]
3248name = "windows_aarch64_msvc"
3249version = "0.53.0"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3252
3253[[package]]
3254name = "windows_i686_gnu"
3255version = "0.48.5"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3258
3259[[package]]
3260name = "windows_i686_gnu"
3261version = "0.52.6"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3264
3265[[package]]
3266name = "windows_i686_gnu"
3267version = "0.53.0"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3270
3271[[package]]
3272name = "windows_i686_gnullvm"
3273version = "0.52.6"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3276
3277[[package]]
3278name = "windows_i686_gnullvm"
3279version = "0.53.0"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3282
3283[[package]]
3284name = "windows_i686_msvc"
3285version = "0.48.5"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3288
3289[[package]]
3290name = "windows_i686_msvc"
3291version = "0.52.6"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3294
3295[[package]]
3296name = "windows_i686_msvc"
3297version = "0.53.0"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3300
3301[[package]]
3302name = "windows_x86_64_gnu"
3303version = "0.48.5"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3306
3307[[package]]
3308name = "windows_x86_64_gnu"
3309version = "0.52.6"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3312
3313[[package]]
3314name = "windows_x86_64_gnu"
3315version = "0.53.0"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3318
3319[[package]]
3320name = "windows_x86_64_gnullvm"
3321version = "0.48.5"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3324
3325[[package]]
3326name = "windows_x86_64_gnullvm"
3327version = "0.52.6"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3330
3331[[package]]
3332name = "windows_x86_64_gnullvm"
3333version = "0.53.0"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3336
3337[[package]]
3338name = "windows_x86_64_msvc"
3339version = "0.48.5"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3342
3343[[package]]
3344name = "windows_x86_64_msvc"
3345version = "0.52.6"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3348
3349[[package]]
3350name = "windows_x86_64_msvc"
3351version = "0.53.0"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3354
3355[[package]]
3356name = "winreg"
3357version = "0.50.0"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
3360dependencies = [
3361 "cfg-if",
3362 "windows-sys 0.48.0",
3363]
3364
3365[[package]]
3366name = "wit-bindgen-rt"
3367version = "0.39.0"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
3370dependencies = [
3371 "bitflags",
3372]
3373
3374[[package]]
3375name = "writeable"
3376version = "0.6.1"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3379
3380[[package]]
3381name = "yoke"
3382version = "0.8.0"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3385dependencies = [
3386 "serde",
3387 "stable_deref_trait",
3388 "yoke-derive",
3389 "zerofrom",
3390]
3391
3392[[package]]
3393name = "yoke-derive"
3394version = "0.8.0"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3397dependencies = [
3398 "proc-macro2",
3399 "quote",
3400 "syn",
3401 "synstructure",
3402]
3403
3404[[package]]
3405name = "zerocopy"
3406version = "0.8.25"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
3409dependencies = [
3410 "zerocopy-derive",
3411]
3412
3413[[package]]
3414name = "zerocopy-derive"
3415version = "0.8.25"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
3418dependencies = [
3419 "proc-macro2",
3420 "quote",
3421 "syn",
3422]
3423
3424[[package]]
3425name = "zerofrom"
3426version = "0.1.6"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3429dependencies = [
3430 "zerofrom-derive",
3431]
3432
3433[[package]]
3434name = "zerofrom-derive"
3435version = "0.1.6"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3438dependencies = [
3439 "proc-macro2",
3440 "quote",
3441 "syn",
3442 "synstructure",
3443]
3444
3445[[package]]
3446name = "zeroize"
3447version = "1.8.1"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3450dependencies = [
3451 "zeroize_derive",
3452]
3453
3454[[package]]
3455name = "zeroize_derive"
3456version = "1.4.2"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
3459dependencies = [
3460 "proc-macro2",
3461 "quote",
3462 "syn",
3463]
3464
3465[[package]]
3466name = "zerotrie"
3467version = "0.2.2"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3470dependencies = [
3471 "displaydoc",
3472 "yoke",
3473 "zerofrom",
3474]
3475
3476[[package]]
3477name = "zerovec"
3478version = "0.11.2"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
3481dependencies = [
3482 "yoke",
3483 "zerofrom",
3484 "zerovec-derive",
3485]
3486
3487[[package]]
3488name = "zerovec-derive"
3489version = "0.11.1"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3492dependencies = [
3493 "proc-macro2",
3494 "quote",
3495 "syn",
3496]
3497
3498[[package]]
3499name = "zstd"
3500version = "0.13.3"
3501source = "registry+https://github.com/rust-lang/crates.io-index"
3502checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3503dependencies = [
3504 "zstd-safe",
3505]
3506
3507[[package]]
3508name = "zstd-safe"
3509version = "7.2.4"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3512dependencies = [
3513 "zstd-sys",
3514]
3515
3516[[package]]
3517name = "zstd-sys"
3518version = "2.0.15+zstd.1.5.7"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
3521dependencies = [
3522 "cc",
3523 "pkg-config",
3524]