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