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