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