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