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