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