]> git.sesse.net Git - bcachefs-tools-debian/blob - Cargo.lock
use upstream bindgen; fix packed and aligned types
[bcachefs-tools-debian] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "aho-corasick"
7 version = "1.1.2"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
10 dependencies = [
11  "memchr",
12 ]
13
14 [[package]]
15 name = "anstream"
16 version = "0.6.11"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
19 dependencies = [
20  "anstyle",
21  "anstyle-parse",
22  "anstyle-query",
23  "anstyle-wincon",
24  "colorchoice",
25  "utf8parse",
26 ]
27
28 [[package]]
29 name = "anstyle"
30 version = "1.0.4"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
32 checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
33
34 [[package]]
35 name = "anstyle-parse"
36 version = "0.2.3"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
39 dependencies = [
40  "utf8parse",
41 ]
42
43 [[package]]
44 name = "anstyle-query"
45 version = "1.0.2"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
48 dependencies = [
49  "windows-sys 0.52.0",
50 ]
51
52 [[package]]
53 name = "anstyle-wincon"
54 version = "3.0.2"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
57 dependencies = [
58  "anstyle",
59  "windows-sys 0.52.0",
60 ]
61
62 [[package]]
63 name = "anyhow"
64 version = "1.0.79"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
67
68 [[package]]
69 name = "atty"
70 version = "0.2.14"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
73 dependencies = [
74  "hermit-abi",
75  "libc",
76  "winapi",
77 ]
78
79 [[package]]
80 name = "autocfg"
81 version = "1.1.0"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
84
85 [[package]]
86 name = "bcachefs-tools"
87 version = "0.3.1"
88 dependencies = [
89  "anyhow",
90  "atty",
91  "bch_bindgen",
92  "byteorder",
93  "clap",
94  "clap_complete",
95  "colored",
96  "either",
97  "errno 0.2.8",
98  "libc",
99  "log",
100  "rpassword",
101  "udev",
102  "uuid",
103 ]
104
105 [[package]]
106 name = "bch_bindgen"
107 version = "0.1.0"
108 dependencies = [
109  "anyhow",
110  "bindgen",
111  "bitfield",
112  "bitflags 1.3.2",
113  "byteorder",
114  "memoffset",
115  "paste",
116  "pkg-config",
117  "uuid",
118 ]
119
120 [[package]]
121 name = "bindgen"
122 version = "0.69.2"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d"
125 dependencies = [
126  "bitflags 2.4.2",
127  "cexpr",
128  "clang-sys",
129  "lazy_static",
130  "lazycell",
131  "log",
132  "peeking_take_while",
133  "prettyplease",
134  "proc-macro2",
135  "quote",
136  "regex",
137  "rustc-hash",
138  "shlex",
139  "syn",
140  "which",
141 ]
142
143 [[package]]
144 name = "bitfield"
145 version = "0.14.0"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 checksum = "2d7e60934ceec538daadb9d8432424ed043a904d8e0243f3c6446bce549a46ac"
148
149 [[package]]
150 name = "bitflags"
151 version = "1.3.2"
152 source = "registry+https://github.com/rust-lang/crates.io-index"
153 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
154
155 [[package]]
156 name = "bitflags"
157 version = "2.4.2"
158 source = "registry+https://github.com/rust-lang/crates.io-index"
159 checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
160
161 [[package]]
162 name = "byteorder"
163 version = "1.5.0"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
166
167 [[package]]
168 name = "cc"
169 version = "1.0.83"
170 source = "registry+https://github.com/rust-lang/crates.io-index"
171 checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
172 dependencies = [
173  "libc",
174 ]
175
176 [[package]]
177 name = "cexpr"
178 version = "0.6.0"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
181 dependencies = [
182  "nom",
183 ]
184
185 [[package]]
186 name = "cfg-if"
187 version = "1.0.0"
188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
190
191 [[package]]
192 name = "clang-sys"
193 version = "1.7.0"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
195 checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
196 dependencies = [
197  "glob",
198  "libc",
199  "libloading",
200 ]
201
202 [[package]]
203 name = "clap"
204 version = "4.4.18"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
207 dependencies = [
208  "clap_builder",
209  "clap_derive",
210 ]
211
212 [[package]]
213 name = "clap_builder"
214 version = "4.4.18"
215 source = "registry+https://github.com/rust-lang/crates.io-index"
216 checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
217 dependencies = [
218  "anstream",
219  "anstyle",
220  "clap_lex",
221  "strsim",
222  "terminal_size",
223 ]
224
225 [[package]]
226 name = "clap_complete"
227 version = "4.4.8"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "eaf7dcb7c21d8ca1a2482ee0f1d341f437c9a7af6ca6da359dc5e1b164e98215"
230 dependencies = [
231  "clap",
232 ]
233
234 [[package]]
235 name = "clap_derive"
236 version = "4.4.7"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
239 dependencies = [
240  "heck",
241  "proc-macro2",
242  "quote",
243  "syn",
244 ]
245
246 [[package]]
247 name = "clap_lex"
248 version = "0.6.0"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
250 checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
251
252 [[package]]
253 name = "colorchoice"
254 version = "1.0.0"
255 source = "registry+https://github.com/rust-lang/crates.io-index"
256 checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
257
258 [[package]]
259 name = "colored"
260 version = "2.1.0"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
262 checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
263 dependencies = [
264  "lazy_static",
265  "windows-sys 0.48.0",
266 ]
267
268 [[package]]
269 name = "either"
270 version = "1.9.0"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
272 checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
273
274 [[package]]
275 name = "errno"
276 version = "0.2.8"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
279 dependencies = [
280  "errno-dragonfly",
281  "libc",
282  "winapi",
283 ]
284
285 [[package]]
286 name = "errno"
287 version = "0.3.8"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
290 dependencies = [
291  "libc",
292  "windows-sys 0.52.0",
293 ]
294
295 [[package]]
296 name = "errno-dragonfly"
297 version = "0.1.2"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
300 dependencies = [
301  "cc",
302  "libc",
303 ]
304
305 [[package]]
306 name = "glob"
307 version = "0.3.1"
308 source = "registry+https://github.com/rust-lang/crates.io-index"
309 checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
310
311 [[package]]
312 name = "heck"
313 version = "0.4.1"
314 source = "registry+https://github.com/rust-lang/crates.io-index"
315 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
316
317 [[package]]
318 name = "hermit-abi"
319 version = "0.1.19"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
322 dependencies = [
323  "libc",
324 ]
325
326 [[package]]
327 name = "home"
328 version = "0.5.9"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
330 checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
331 dependencies = [
332  "windows-sys 0.52.0",
333 ]
334
335 [[package]]
336 name = "lazy_static"
337 version = "1.4.0"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
340
341 [[package]]
342 name = "lazycell"
343 version = "1.3.0"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
346
347 [[package]]
348 name = "libc"
349 version = "0.2.152"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
351 checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
352
353 [[package]]
354 name = "libloading"
355 version = "0.8.1"
356 source = "registry+https://github.com/rust-lang/crates.io-index"
357 checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
358 dependencies = [
359  "cfg-if",
360  "windows-sys 0.48.0",
361 ]
362
363 [[package]]
364 name = "libudev-sys"
365 version = "0.1.4"
366 source = "registry+https://github.com/rust-lang/crates.io-index"
367 checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
368 dependencies = [
369  "libc",
370  "pkg-config",
371 ]
372
373 [[package]]
374 name = "linux-raw-sys"
375 version = "0.4.13"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
378
379 [[package]]
380 name = "log"
381 version = "0.4.20"
382 source = "registry+https://github.com/rust-lang/crates.io-index"
383 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
384
385 [[package]]
386 name = "memchr"
387 version = "2.7.1"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
389 checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
390
391 [[package]]
392 name = "memoffset"
393 version = "0.8.0"
394 source = "registry+https://github.com/rust-lang/crates.io-index"
395 checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
396 dependencies = [
397  "autocfg",
398 ]
399
400 [[package]]
401 name = "minimal-lexical"
402 version = "0.2.1"
403 source = "registry+https://github.com/rust-lang/crates.io-index"
404 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
405
406 [[package]]
407 name = "nom"
408 version = "7.1.3"
409 source = "registry+https://github.com/rust-lang/crates.io-index"
410 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
411 dependencies = [
412  "memchr",
413  "minimal-lexical",
414 ]
415
416 [[package]]
417 name = "once_cell"
418 version = "1.19.0"
419 source = "registry+https://github.com/rust-lang/crates.io-index"
420 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
421
422 [[package]]
423 name = "paste"
424 version = "1.0.14"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
426 checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
427
428 [[package]]
429 name = "peeking_take_while"
430 version = "0.1.2"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
432 checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
433
434 [[package]]
435 name = "pkg-config"
436 version = "0.3.29"
437 source = "registry+https://github.com/rust-lang/crates.io-index"
438 checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
439
440 [[package]]
441 name = "prettyplease"
442 version = "0.2.16"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
445 dependencies = [
446  "proc-macro2",
447  "syn",
448 ]
449
450 [[package]]
451 name = "proc-macro2"
452 version = "1.0.78"
453 source = "registry+https://github.com/rust-lang/crates.io-index"
454 checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
455 dependencies = [
456  "unicode-ident",
457 ]
458
459 [[package]]
460 name = "quote"
461 version = "1.0.35"
462 source = "registry+https://github.com/rust-lang/crates.io-index"
463 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
464 dependencies = [
465  "proc-macro2",
466 ]
467
468 [[package]]
469 name = "regex"
470 version = "1.10.3"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472 checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
473 dependencies = [
474  "aho-corasick",
475  "memchr",
476  "regex-automata",
477  "regex-syntax",
478 ]
479
480 [[package]]
481 name = "regex-automata"
482 version = "0.4.4"
483 source = "registry+https://github.com/rust-lang/crates.io-index"
484 checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
485 dependencies = [
486  "aho-corasick",
487  "memchr",
488  "regex-syntax",
489 ]
490
491 [[package]]
492 name = "regex-syntax"
493 version = "0.8.2"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
496
497 [[package]]
498 name = "rpassword"
499 version = "7.3.1"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
502 dependencies = [
503  "libc",
504  "rtoolbox",
505  "windows-sys 0.48.0",
506 ]
507
508 [[package]]
509 name = "rtoolbox"
510 version = "0.0.2"
511 source = "registry+https://github.com/rust-lang/crates.io-index"
512 checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
513 dependencies = [
514  "libc",
515  "windows-sys 0.48.0",
516 ]
517
518 [[package]]
519 name = "rustc-hash"
520 version = "1.1.0"
521 source = "registry+https://github.com/rust-lang/crates.io-index"
522 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
523
524 [[package]]
525 name = "rustix"
526 version = "0.38.30"
527 source = "registry+https://github.com/rust-lang/crates.io-index"
528 checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
529 dependencies = [
530  "bitflags 2.4.2",
531  "errno 0.3.8",
532  "libc",
533  "linux-raw-sys",
534  "windows-sys 0.52.0",
535 ]
536
537 [[package]]
538 name = "shlex"
539 version = "1.3.0"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
541 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
542
543 [[package]]
544 name = "strsim"
545 version = "0.10.0"
546 source = "registry+https://github.com/rust-lang/crates.io-index"
547 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
548
549 [[package]]
550 name = "syn"
551 version = "2.0.48"
552 source = "registry+https://github.com/rust-lang/crates.io-index"
553 checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
554 dependencies = [
555  "proc-macro2",
556  "quote",
557  "unicode-ident",
558 ]
559
560 [[package]]
561 name = "terminal_size"
562 version = "0.3.0"
563 source = "registry+https://github.com/rust-lang/crates.io-index"
564 checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
565 dependencies = [
566  "rustix",
567  "windows-sys 0.48.0",
568 ]
569
570 [[package]]
571 name = "udev"
572 version = "0.7.0"
573 source = "registry+https://github.com/rust-lang/crates.io-index"
574 checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a"
575 dependencies = [
576  "libc",
577  "libudev-sys",
578  "pkg-config",
579 ]
580
581 [[package]]
582 name = "unicode-ident"
583 version = "1.0.12"
584 source = "registry+https://github.com/rust-lang/crates.io-index"
585 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
586
587 [[package]]
588 name = "utf8parse"
589 version = "0.2.1"
590 source = "registry+https://github.com/rust-lang/crates.io-index"
591 checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
592
593 [[package]]
594 name = "uuid"
595 version = "1.7.0"
596 source = "registry+https://github.com/rust-lang/crates.io-index"
597 checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
598
599 [[package]]
600 name = "which"
601 version = "4.4.2"
602 source = "registry+https://github.com/rust-lang/crates.io-index"
603 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
604 dependencies = [
605  "either",
606  "home",
607  "once_cell",
608  "rustix",
609 ]
610
611 [[package]]
612 name = "winapi"
613 version = "0.3.9"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
616 dependencies = [
617  "winapi-i686-pc-windows-gnu",
618  "winapi-x86_64-pc-windows-gnu",
619 ]
620
621 [[package]]
622 name = "winapi-i686-pc-windows-gnu"
623 version = "0.4.0"
624 source = "registry+https://github.com/rust-lang/crates.io-index"
625 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
626
627 [[package]]
628 name = "winapi-x86_64-pc-windows-gnu"
629 version = "0.4.0"
630 source = "registry+https://github.com/rust-lang/crates.io-index"
631 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
632
633 [[package]]
634 name = "windows-sys"
635 version = "0.48.0"
636 source = "registry+https://github.com/rust-lang/crates.io-index"
637 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
638 dependencies = [
639  "windows-targets 0.48.5",
640 ]
641
642 [[package]]
643 name = "windows-sys"
644 version = "0.52.0"
645 source = "registry+https://github.com/rust-lang/crates.io-index"
646 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
647 dependencies = [
648  "windows-targets 0.52.0",
649 ]
650
651 [[package]]
652 name = "windows-targets"
653 version = "0.48.5"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
655 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
656 dependencies = [
657  "windows_aarch64_gnullvm 0.48.5",
658  "windows_aarch64_msvc 0.48.5",
659  "windows_i686_gnu 0.48.5",
660  "windows_i686_msvc 0.48.5",
661  "windows_x86_64_gnu 0.48.5",
662  "windows_x86_64_gnullvm 0.48.5",
663  "windows_x86_64_msvc 0.48.5",
664 ]
665
666 [[package]]
667 name = "windows-targets"
668 version = "0.52.0"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
670 checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
671 dependencies = [
672  "windows_aarch64_gnullvm 0.52.0",
673  "windows_aarch64_msvc 0.52.0",
674  "windows_i686_gnu 0.52.0",
675  "windows_i686_msvc 0.52.0",
676  "windows_x86_64_gnu 0.52.0",
677  "windows_x86_64_gnullvm 0.52.0",
678  "windows_x86_64_msvc 0.52.0",
679 ]
680
681 [[package]]
682 name = "windows_aarch64_gnullvm"
683 version = "0.48.5"
684 source = "registry+https://github.com/rust-lang/crates.io-index"
685 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
686
687 [[package]]
688 name = "windows_aarch64_gnullvm"
689 version = "0.52.0"
690 source = "registry+https://github.com/rust-lang/crates.io-index"
691 checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
692
693 [[package]]
694 name = "windows_aarch64_msvc"
695 version = "0.48.5"
696 source = "registry+https://github.com/rust-lang/crates.io-index"
697 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
698
699 [[package]]
700 name = "windows_aarch64_msvc"
701 version = "0.52.0"
702 source = "registry+https://github.com/rust-lang/crates.io-index"
703 checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
704
705 [[package]]
706 name = "windows_i686_gnu"
707 version = "0.48.5"
708 source = "registry+https://github.com/rust-lang/crates.io-index"
709 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
710
711 [[package]]
712 name = "windows_i686_gnu"
713 version = "0.52.0"
714 source = "registry+https://github.com/rust-lang/crates.io-index"
715 checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
716
717 [[package]]
718 name = "windows_i686_msvc"
719 version = "0.48.5"
720 source = "registry+https://github.com/rust-lang/crates.io-index"
721 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
722
723 [[package]]
724 name = "windows_i686_msvc"
725 version = "0.52.0"
726 source = "registry+https://github.com/rust-lang/crates.io-index"
727 checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
728
729 [[package]]
730 name = "windows_x86_64_gnu"
731 version = "0.48.5"
732 source = "registry+https://github.com/rust-lang/crates.io-index"
733 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
734
735 [[package]]
736 name = "windows_x86_64_gnu"
737 version = "0.52.0"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
740
741 [[package]]
742 name = "windows_x86_64_gnullvm"
743 version = "0.48.5"
744 source = "registry+https://github.com/rust-lang/crates.io-index"
745 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
746
747 [[package]]
748 name = "windows_x86_64_gnullvm"
749 version = "0.52.0"
750 source = "registry+https://github.com/rust-lang/crates.io-index"
751 checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
752
753 [[package]]
754 name = "windows_x86_64_msvc"
755 version = "0.48.5"
756 source = "registry+https://github.com/rust-lang/crates.io-index"
757 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
758
759 [[package]]
760 name = "windows_x86_64_msvc"
761 version = "0.52.0"
762 source = "registry+https://github.com/rust-lang/crates.io-index"
763 checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"