Fetch User Keys - simple tool for fetching SSH keys from various sources
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "anstream"
13version = "0.6.20"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
16dependencies = [
17 "anstyle",
18 "anstyle-parse",
19 "anstyle-query",
20 "anstyle-wincon",
21 "colorchoice",
22 "is_terminal_polyfill",
23 "utf8parse",
24]
25
26[[package]]
27name = "anstyle"
28version = "1.0.13"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
31
32[[package]]
33name = "anstyle-parse"
34version = "0.2.7"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
37dependencies = [
38 "utf8parse",
39]
40
41[[package]]
42name = "anstyle-query"
43version = "1.1.4"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
46dependencies = [
47 "windows-sys 0.60.2",
48]
49
50[[package]]
51name = "anstyle-wincon"
52version = "3.0.10"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
55dependencies = [
56 "anstyle",
57 "once_cell_polyfill",
58 "windows-sys 0.60.2",
59]
60
61[[package]]
62name = "autocfg"
63version = "1.5.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
66
67[[package]]
68name = "base16ct"
69version = "0.2.0"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
72
73[[package]]
74name = "base64"
75version = "0.22.1"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
78
79[[package]]
80name = "base64ct"
81version = "1.8.0"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
84
85[[package]]
86name = "bitflags"
87version = "2.9.4"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
90
91[[package]]
92name = "block-buffer"
93version = "0.10.4"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
96dependencies = [
97 "generic-array",
98]
99
100[[package]]
101name = "byteorder"
102version = "1.5.0"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
105
106[[package]]
107name = "bytes"
108version = "1.10.1"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
111
112[[package]]
113name = "cc"
114version = "1.2.39"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
117dependencies = [
118 "find-msvc-tools",
119 "shlex",
120]
121
122[[package]]
123name = "cfg-if"
124version = "1.0.3"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
127
128[[package]]
129name = "cipher"
130version = "0.4.4"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
133dependencies = [
134 "crypto-common",
135 "inout",
136]
137
138[[package]]
139name = "clap"
140version = "4.5.48"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
143dependencies = [
144 "clap_builder",
145 "clap_derive",
146]
147
148[[package]]
149name = "clap_builder"
150version = "4.5.48"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
153dependencies = [
154 "anstream",
155 "anstyle",
156 "clap_lex",
157 "strsim",
158]
159
160[[package]]
161name = "clap_derive"
162version = "4.5.47"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
165dependencies = [
166 "heck",
167 "proc-macro2",
168 "quote",
169 "syn",
170]
171
172[[package]]
173name = "clap_lex"
174version = "0.7.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
177
178[[package]]
179name = "colorchoice"
180version = "1.0.4"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
183
184[[package]]
185name = "const-oid"
186version = "0.9.6"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
189
190[[package]]
191name = "core-foundation"
192version = "0.9.4"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
195dependencies = [
196 "core-foundation-sys",
197 "libc",
198]
199
200[[package]]
201name = "core-foundation-sys"
202version = "0.8.7"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
205
206[[package]]
207name = "cpufeatures"
208version = "0.2.17"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
211dependencies = [
212 "libc",
213]
214
215[[package]]
216name = "crc32fast"
217version = "1.5.0"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
220dependencies = [
221 "cfg-if",
222]
223
224[[package]]
225name = "crossbeam-deque"
226version = "0.8.6"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
229dependencies = [
230 "crossbeam-epoch",
231 "crossbeam-utils",
232]
233
234[[package]]
235name = "crossbeam-epoch"
236version = "0.9.18"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
239dependencies = [
240 "crossbeam-utils",
241]
242
243[[package]]
244name = "crossbeam-utils"
245version = "0.8.21"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
248
249[[package]]
250name = "crypto-bigint"
251version = "0.5.5"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
254dependencies = [
255 "generic-array",
256 "rand_core",
257 "subtle",
258 "zeroize",
259]
260
261[[package]]
262name = "crypto-common"
263version = "0.1.6"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
266dependencies = [
267 "generic-array",
268 "typenum",
269]
270
271[[package]]
272name = "der"
273version = "0.7.10"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
276dependencies = [
277 "const-oid",
278 "pem-rfc7468",
279 "zeroize",
280]
281
282[[package]]
283name = "digest"
284version = "0.10.7"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
287dependencies = [
288 "block-buffer",
289 "const-oid",
290 "crypto-common",
291 "subtle",
292]
293
294[[package]]
295name = "ecdsa"
296version = "0.16.9"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
299dependencies = [
300 "der",
301 "digest",
302 "elliptic-curve",
303 "rfc6979",
304 "signature",
305 "spki",
306]
307
308[[package]]
309name = "either"
310version = "1.15.0"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
313
314[[package]]
315name = "elliptic-curve"
316version = "0.13.8"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
319dependencies = [
320 "base16ct",
321 "crypto-bigint",
322 "digest",
323 "ff",
324 "generic-array",
325 "group",
326 "pkcs8",
327 "rand_core",
328 "sec1",
329 "subtle",
330 "zeroize",
331]
332
333[[package]]
334name = "equivalent"
335version = "1.0.2"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
338
339[[package]]
340name = "errno"
341version = "0.3.14"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
344dependencies = [
345 "libc",
346 "windows-sys 0.52.0",
347]
348
349[[package]]
350name = "eyre"
351version = "0.6.12"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
354dependencies = [
355 "indenter",
356 "once_cell",
357]
358
359[[package]]
360name = "fastrand"
361version = "2.3.0"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
364
365[[package]]
366name = "ff"
367version = "0.13.1"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
370dependencies = [
371 "rand_core",
372 "subtle",
373]
374
375[[package]]
376name = "find-msvc-tools"
377version = "0.1.2"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959"
380
381[[package]]
382name = "flate2"
383version = "1.1.2"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
386dependencies = [
387 "crc32fast",
388 "miniz_oxide",
389]
390
391[[package]]
392name = "fnv"
393version = "1.0.7"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
396
397[[package]]
398name = "foreign-types"
399version = "0.3.2"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
402dependencies = [
403 "foreign-types-shared",
404]
405
406[[package]]
407name = "foreign-types-shared"
408version = "0.1.1"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
411
412[[package]]
413name = "fuk"
414version = "0.1.0"
415dependencies = [
416 "clap",
417 "rayon",
418 "serde",
419 "serde_json",
420 "simple-eyre",
421 "ssh-key",
422 "toml",
423 "ureq",
424]
425
426[[package]]
427name = "generic-array"
428version = "0.14.7"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
431dependencies = [
432 "typenum",
433 "version_check",
434 "zeroize",
435]
436
437[[package]]
438name = "getrandom"
439version = "0.2.16"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
442dependencies = [
443 "cfg-if",
444 "libc",
445 "wasi 0.11.1+wasi-snapshot-preview1",
446]
447
448[[package]]
449name = "getrandom"
450version = "0.3.3"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
453dependencies = [
454 "cfg-if",
455 "libc",
456 "r-efi",
457 "wasi 0.14.7+wasi-0.2.4",
458]
459
460[[package]]
461name = "group"
462version = "0.13.0"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
465dependencies = [
466 "ff",
467 "rand_core",
468 "subtle",
469]
470
471[[package]]
472name = "hashbrown"
473version = "0.16.0"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
476
477[[package]]
478name = "heck"
479version = "0.5.0"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
482
483[[package]]
484name = "hmac"
485version = "0.12.1"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
488dependencies = [
489 "digest",
490]
491
492[[package]]
493name = "http"
494version = "1.3.1"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
497dependencies = [
498 "bytes",
499 "fnv",
500 "itoa",
501]
502
503[[package]]
504name = "httparse"
505version = "1.10.1"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
508
509[[package]]
510name = "indenter"
511version = "0.3.4"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
514
515[[package]]
516name = "indexmap"
517version = "2.11.4"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
520dependencies = [
521 "equivalent",
522 "hashbrown",
523]
524
525[[package]]
526name = "inout"
527version = "0.1.4"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
530dependencies = [
531 "generic-array",
532]
533
534[[package]]
535name = "is_terminal_polyfill"
536version = "1.70.1"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
539
540[[package]]
541name = "itoa"
542version = "1.0.15"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
545
546[[package]]
547name = "lazy_static"
548version = "1.5.0"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
551dependencies = [
552 "spin",
553]
554
555[[package]]
556name = "libc"
557version = "0.2.176"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
560
561[[package]]
562name = "libm"
563version = "0.2.15"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
566
567[[package]]
568name = "linux-raw-sys"
569version = "0.11.0"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
572
573[[package]]
574name = "log"
575version = "0.4.28"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
578
579[[package]]
580name = "memchr"
581version = "2.7.6"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
584
585[[package]]
586name = "miniz_oxide"
587version = "0.8.9"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
590dependencies = [
591 "adler2",
592]
593
594[[package]]
595name = "native-tls"
596version = "0.2.14"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
599dependencies = [
600 "libc",
601 "log",
602 "openssl",
603 "openssl-probe",
604 "openssl-sys",
605 "schannel",
606 "security-framework",
607 "security-framework-sys",
608 "tempfile",
609]
610
611[[package]]
612name = "num-bigint-dig"
613version = "0.8.4"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
616dependencies = [
617 "byteorder",
618 "lazy_static",
619 "libm",
620 "num-integer",
621 "num-iter",
622 "num-traits",
623 "rand",
624 "smallvec",
625 "zeroize",
626]
627
628[[package]]
629name = "num-integer"
630version = "0.1.46"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
633dependencies = [
634 "num-traits",
635]
636
637[[package]]
638name = "num-iter"
639version = "0.1.45"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
642dependencies = [
643 "autocfg",
644 "num-integer",
645 "num-traits",
646]
647
648[[package]]
649name = "num-traits"
650version = "0.2.19"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
653dependencies = [
654 "autocfg",
655 "libm",
656]
657
658[[package]]
659name = "once_cell"
660version = "1.21.3"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
663
664[[package]]
665name = "once_cell_polyfill"
666version = "1.70.1"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
669
670[[package]]
671name = "openssl"
672version = "0.10.73"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
675dependencies = [
676 "bitflags",
677 "cfg-if",
678 "foreign-types",
679 "libc",
680 "once_cell",
681 "openssl-macros",
682 "openssl-sys",
683]
684
685[[package]]
686name = "openssl-macros"
687version = "0.1.1"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
690dependencies = [
691 "proc-macro2",
692 "quote",
693 "syn",
694]
695
696[[package]]
697name = "openssl-probe"
698version = "0.1.6"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
701
702[[package]]
703name = "openssl-sys"
704version = "0.9.109"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
707dependencies = [
708 "cc",
709 "libc",
710 "pkg-config",
711 "vcpkg",
712]
713
714[[package]]
715name = "p256"
716version = "0.13.2"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
719dependencies = [
720 "ecdsa",
721 "elliptic-curve",
722 "primeorder",
723 "sha2",
724]
725
726[[package]]
727name = "p384"
728version = "0.13.1"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
731dependencies = [
732 "ecdsa",
733 "elliptic-curve",
734 "primeorder",
735 "sha2",
736]
737
738[[package]]
739name = "p521"
740version = "0.13.3"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2"
743dependencies = [
744 "base16ct",
745 "ecdsa",
746 "elliptic-curve",
747 "primeorder",
748 "rand_core",
749 "sha2",
750]
751
752[[package]]
753name = "pem-rfc7468"
754version = "0.7.0"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
757dependencies = [
758 "base64ct",
759]
760
761[[package]]
762name = "percent-encoding"
763version = "2.3.2"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
766
767[[package]]
768name = "pkcs1"
769version = "0.7.5"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
772dependencies = [
773 "der",
774 "pkcs8",
775 "spki",
776]
777
778[[package]]
779name = "pkcs8"
780version = "0.10.2"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
783dependencies = [
784 "der",
785 "spki",
786]
787
788[[package]]
789name = "pkg-config"
790version = "0.3.32"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
793
794[[package]]
795name = "ppv-lite86"
796version = "0.2.21"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
799dependencies = [
800 "zerocopy",
801]
802
803[[package]]
804name = "primeorder"
805version = "0.13.6"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
808dependencies = [
809 "elliptic-curve",
810]
811
812[[package]]
813name = "proc-macro2"
814version = "1.0.101"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
817dependencies = [
818 "unicode-ident",
819]
820
821[[package]]
822name = "quote"
823version = "1.0.41"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
826dependencies = [
827 "proc-macro2",
828]
829
830[[package]]
831name = "r-efi"
832version = "5.3.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
835
836[[package]]
837name = "rand"
838version = "0.8.5"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
841dependencies = [
842 "rand_chacha",
843 "rand_core",
844]
845
846[[package]]
847name = "rand_chacha"
848version = "0.3.1"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
851dependencies = [
852 "ppv-lite86",
853 "rand_core",
854]
855
856[[package]]
857name = "rand_core"
858version = "0.6.4"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
861dependencies = [
862 "getrandom 0.2.16",
863]
864
865[[package]]
866name = "rayon"
867version = "1.11.0"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
870dependencies = [
871 "either",
872 "rayon-core",
873]
874
875[[package]]
876name = "rayon-core"
877version = "1.13.0"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
880dependencies = [
881 "crossbeam-deque",
882 "crossbeam-utils",
883]
884
885[[package]]
886name = "rfc6979"
887version = "0.4.0"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
890dependencies = [
891 "hmac",
892 "subtle",
893]
894
895[[package]]
896name = "rsa"
897version = "0.9.8"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
900dependencies = [
901 "const-oid",
902 "digest",
903 "num-bigint-dig",
904 "num-integer",
905 "num-traits",
906 "pkcs1",
907 "pkcs8",
908 "rand_core",
909 "sha2",
910 "signature",
911 "spki",
912 "subtle",
913 "zeroize",
914]
915
916[[package]]
917name = "rustix"
918version = "1.1.2"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
921dependencies = [
922 "bitflags",
923 "errno",
924 "libc",
925 "linux-raw-sys",
926 "windows-sys 0.52.0",
927]
928
929[[package]]
930name = "rustls-pemfile"
931version = "2.2.0"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
934dependencies = [
935 "rustls-pki-types",
936]
937
938[[package]]
939name = "rustls-pki-types"
940version = "1.12.0"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
943dependencies = [
944 "zeroize",
945]
946
947[[package]]
948name = "ryu"
949version = "1.0.20"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
952
953[[package]]
954name = "schannel"
955version = "0.1.28"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
958dependencies = [
959 "windows-sys 0.61.1",
960]
961
962[[package]]
963name = "sec1"
964version = "0.7.3"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
967dependencies = [
968 "base16ct",
969 "der",
970 "generic-array",
971 "pkcs8",
972 "subtle",
973 "zeroize",
974]
975
976[[package]]
977name = "security-framework"
978version = "2.11.1"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
981dependencies = [
982 "bitflags",
983 "core-foundation",
984 "core-foundation-sys",
985 "libc",
986 "security-framework-sys",
987]
988
989[[package]]
990name = "security-framework-sys"
991version = "2.15.0"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
994dependencies = [
995 "core-foundation-sys",
996 "libc",
997]
998
999[[package]]
1000name = "serde"
1001version = "1.0.228"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1004dependencies = [
1005 "serde_core",
1006 "serde_derive",
1007]
1008
1009[[package]]
1010name = "serde_core"
1011version = "1.0.228"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1014dependencies = [
1015 "serde_derive",
1016]
1017
1018[[package]]
1019name = "serde_derive"
1020version = "1.0.228"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1023dependencies = [
1024 "proc-macro2",
1025 "quote",
1026 "syn",
1027]
1028
1029[[package]]
1030name = "serde_json"
1031version = "1.0.145"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1034dependencies = [
1035 "itoa",
1036 "memchr",
1037 "ryu",
1038 "serde",
1039 "serde_core",
1040]
1041
1042[[package]]
1043name = "serde_spanned"
1044version = "1.0.2"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee"
1047dependencies = [
1048 "serde_core",
1049]
1050
1051[[package]]
1052name = "sha2"
1053version = "0.10.9"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1056dependencies = [
1057 "cfg-if",
1058 "cpufeatures",
1059 "digest",
1060]
1061
1062[[package]]
1063name = "shlex"
1064version = "1.3.0"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1067
1068[[package]]
1069name = "signature"
1070version = "2.2.0"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1073dependencies = [
1074 "digest",
1075 "rand_core",
1076]
1077
1078[[package]]
1079name = "simple-eyre"
1080version = "0.3.1"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "1b561532e8ffe7ecf09108c4f662896a9ec3eac4999eba84015ec3dcb8cc630a"
1083dependencies = [
1084 "eyre",
1085 "indenter",
1086]
1087
1088[[package]]
1089name = "smallvec"
1090version = "1.15.1"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1093
1094[[package]]
1095name = "spin"
1096version = "0.9.8"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1099
1100[[package]]
1101name = "spki"
1102version = "0.7.3"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
1105dependencies = [
1106 "base64ct",
1107 "der",
1108]
1109
1110[[package]]
1111name = "ssh-cipher"
1112version = "0.2.0"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f"
1115dependencies = [
1116 "cipher",
1117 "ssh-encoding",
1118]
1119
1120[[package]]
1121name = "ssh-encoding"
1122version = "0.2.0"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15"
1125dependencies = [
1126 "base64ct",
1127 "pem-rfc7468",
1128 "sha2",
1129]
1130
1131[[package]]
1132name = "ssh-key"
1133version = "0.6.7"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "3b86f5297f0f04d08cabaa0f6bff7cb6aec4d9c3b49d87990d63da9d9156a8c3"
1136dependencies = [
1137 "p256",
1138 "p384",
1139 "p521",
1140 "rsa",
1141 "sec1",
1142 "serde",
1143 "sha2",
1144 "signature",
1145 "ssh-cipher",
1146 "ssh-encoding",
1147 "subtle",
1148 "zeroize",
1149]
1150
1151[[package]]
1152name = "strsim"
1153version = "0.11.1"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1156
1157[[package]]
1158name = "subtle"
1159version = "2.6.1"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1162
1163[[package]]
1164name = "syn"
1165version = "2.0.106"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1168dependencies = [
1169 "proc-macro2",
1170 "quote",
1171 "unicode-ident",
1172]
1173
1174[[package]]
1175name = "tempfile"
1176version = "3.23.0"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
1179dependencies = [
1180 "fastrand",
1181 "getrandom 0.3.3",
1182 "once_cell",
1183 "rustix",
1184 "windows-sys 0.52.0",
1185]
1186
1187[[package]]
1188name = "toml"
1189version = "0.9.7"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0"
1192dependencies = [
1193 "indexmap",
1194 "serde_core",
1195 "serde_spanned",
1196 "toml_datetime",
1197 "toml_parser",
1198 "toml_writer",
1199 "winnow",
1200]
1201
1202[[package]]
1203name = "toml_datetime"
1204version = "0.7.2"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
1207dependencies = [
1208 "serde_core",
1209]
1210
1211[[package]]
1212name = "toml_parser"
1213version = "1.0.3"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
1216dependencies = [
1217 "winnow",
1218]
1219
1220[[package]]
1221name = "toml_writer"
1222version = "1.0.3"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109"
1225
1226[[package]]
1227name = "typenum"
1228version = "1.18.0"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
1231
1232[[package]]
1233name = "unicode-ident"
1234version = "1.0.19"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
1237
1238[[package]]
1239name = "ureq"
1240version = "3.1.2"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "99ba1025f18a4a3fc3e9b48c868e9beb4f24f4b4b1a325bada26bd4119f46537"
1243dependencies = [
1244 "base64",
1245 "der",
1246 "flate2",
1247 "log",
1248 "native-tls",
1249 "percent-encoding",
1250 "rustls-pemfile",
1251 "rustls-pki-types",
1252 "ureq-proto",
1253 "utf-8",
1254 "webpki-root-certs",
1255]
1256
1257[[package]]
1258name = "ureq-proto"
1259version = "0.5.2"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "60b4531c118335662134346048ddb0e54cc86bd7e81866757873055f0e38f5d2"
1262dependencies = [
1263 "base64",
1264 "http",
1265 "httparse",
1266 "log",
1267]
1268
1269[[package]]
1270name = "utf-8"
1271version = "0.7.6"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1274
1275[[package]]
1276name = "utf8parse"
1277version = "0.2.2"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1280
1281[[package]]
1282name = "vcpkg"
1283version = "0.2.15"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1286
1287[[package]]
1288name = "version_check"
1289version = "0.9.5"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1292
1293[[package]]
1294name = "wasi"
1295version = "0.11.1+wasi-snapshot-preview1"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1298
1299[[package]]
1300name = "wasi"
1301version = "0.14.7+wasi-0.2.4"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
1304dependencies = [
1305 "wasip2",
1306]
1307
1308[[package]]
1309name = "wasip2"
1310version = "1.0.1+wasi-0.2.4"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1313dependencies = [
1314 "wit-bindgen",
1315]
1316
1317[[package]]
1318name = "webpki-root-certs"
1319version = "1.0.2"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "4e4ffd8df1c57e87c325000a3d6ef93db75279dc3a231125aac571650f22b12a"
1322dependencies = [
1323 "rustls-pki-types",
1324]
1325
1326[[package]]
1327name = "windows-link"
1328version = "0.2.0"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
1331
1332[[package]]
1333name = "windows-sys"
1334version = "0.52.0"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1337dependencies = [
1338 "windows-targets 0.52.6",
1339]
1340
1341[[package]]
1342name = "windows-sys"
1343version = "0.60.2"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1346dependencies = [
1347 "windows-targets 0.53.4",
1348]
1349
1350[[package]]
1351name = "windows-sys"
1352version = "0.61.1"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
1355dependencies = [
1356 "windows-link",
1357]
1358
1359[[package]]
1360name = "windows-targets"
1361version = "0.52.6"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1364dependencies = [
1365 "windows_aarch64_gnullvm 0.52.6",
1366 "windows_aarch64_msvc 0.52.6",
1367 "windows_i686_gnu 0.52.6",
1368 "windows_i686_gnullvm 0.52.6",
1369 "windows_i686_msvc 0.52.6",
1370 "windows_x86_64_gnu 0.52.6",
1371 "windows_x86_64_gnullvm 0.52.6",
1372 "windows_x86_64_msvc 0.52.6",
1373]
1374
1375[[package]]
1376name = "windows-targets"
1377version = "0.53.4"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
1380dependencies = [
1381 "windows-link",
1382 "windows_aarch64_gnullvm 0.53.0",
1383 "windows_aarch64_msvc 0.53.0",
1384 "windows_i686_gnu 0.53.0",
1385 "windows_i686_gnullvm 0.53.0",
1386 "windows_i686_msvc 0.53.0",
1387 "windows_x86_64_gnu 0.53.0",
1388 "windows_x86_64_gnullvm 0.53.0",
1389 "windows_x86_64_msvc 0.53.0",
1390]
1391
1392[[package]]
1393name = "windows_aarch64_gnullvm"
1394version = "0.52.6"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1397
1398[[package]]
1399name = "windows_aarch64_gnullvm"
1400version = "0.53.0"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
1403
1404[[package]]
1405name = "windows_aarch64_msvc"
1406version = "0.52.6"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1409
1410[[package]]
1411name = "windows_aarch64_msvc"
1412version = "0.53.0"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
1415
1416[[package]]
1417name = "windows_i686_gnu"
1418version = "0.52.6"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1421
1422[[package]]
1423name = "windows_i686_gnu"
1424version = "0.53.0"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
1427
1428[[package]]
1429name = "windows_i686_gnullvm"
1430version = "0.52.6"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1433
1434[[package]]
1435name = "windows_i686_gnullvm"
1436version = "0.53.0"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
1439
1440[[package]]
1441name = "windows_i686_msvc"
1442version = "0.52.6"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1445
1446[[package]]
1447name = "windows_i686_msvc"
1448version = "0.53.0"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
1451
1452[[package]]
1453name = "windows_x86_64_gnu"
1454version = "0.52.6"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1457
1458[[package]]
1459name = "windows_x86_64_gnu"
1460version = "0.53.0"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
1463
1464[[package]]
1465name = "windows_x86_64_gnullvm"
1466version = "0.52.6"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1469
1470[[package]]
1471name = "windows_x86_64_gnullvm"
1472version = "0.53.0"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
1475
1476[[package]]
1477name = "windows_x86_64_msvc"
1478version = "0.52.6"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1481
1482[[package]]
1483name = "windows_x86_64_msvc"
1484version = "0.53.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
1487
1488[[package]]
1489name = "winnow"
1490version = "0.7.13"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
1493
1494[[package]]
1495name = "wit-bindgen"
1496version = "0.46.0"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1499
1500[[package]]
1501name = "xshell"
1502version = "0.2.7"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "9e7290c623014758632efe00737145b6867b66292c42167f2ec381eb566a373d"
1505dependencies = [
1506 "xshell-macros",
1507]
1508
1509[[package]]
1510name = "xshell-macros"
1511version = "0.2.7"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "32ac00cd3f8ec9c1d33fb3e7958a82df6989c42d747bd326c822b1d625283547"
1514
1515[[package]]
1516name = "xtask"
1517version = "0.0.0"
1518dependencies = [
1519 "simple-eyre",
1520 "xshell",
1521]
1522
1523[[package]]
1524name = "zerocopy"
1525version = "0.8.27"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
1528dependencies = [
1529 "zerocopy-derive",
1530]
1531
1532[[package]]
1533name = "zerocopy-derive"
1534version = "0.8.27"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
1537dependencies = [
1538 "proc-macro2",
1539 "quote",
1540 "syn",
1541]
1542
1543[[package]]
1544name = "zeroize"
1545version = "1.8.2"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"