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