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