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