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