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