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