]> git.sesse.net Git - bcachefs-tools-debian/blob - Cargo.lock
rust: update bindgen to 0.69.4; remove custom type modifications
[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.4"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
125 dependencies = [
126  "bitflags 2.4.2",
127  "cexpr",
128  "clang-sys",
129  "itertools",
130  "lazy_static",
131  "lazycell",
132  "log",
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 = "itertools"
337 version = "0.12.1"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
340 dependencies = [
341  "either",
342 ]
343
344 [[package]]
345 name = "lazy_static"
346 version = "1.4.0"
347 source = "registry+https://github.com/rust-lang/crates.io-index"
348 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
349
350 [[package]]
351 name = "lazycell"
352 version = "1.3.0"
353 source = "registry+https://github.com/rust-lang/crates.io-index"
354 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
355
356 [[package]]
357 name = "libc"
358 version = "0.2.152"
359 source = "registry+https://github.com/rust-lang/crates.io-index"
360 checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
361
362 [[package]]
363 name = "libloading"
364 version = "0.8.1"
365 source = "registry+https://github.com/rust-lang/crates.io-index"
366 checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
367 dependencies = [
368  "cfg-if",
369  "windows-sys 0.48.0",
370 ]
371
372 [[package]]
373 name = "libudev-sys"
374 version = "0.1.4"
375 source = "registry+https://github.com/rust-lang/crates.io-index"
376 checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
377 dependencies = [
378  "libc",
379  "pkg-config",
380 ]
381
382 [[package]]
383 name = "linux-raw-sys"
384 version = "0.4.13"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
387
388 [[package]]
389 name = "log"
390 version = "0.4.20"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
393
394 [[package]]
395 name = "memchr"
396 version = "2.7.1"
397 source = "registry+https://github.com/rust-lang/crates.io-index"
398 checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
399
400 [[package]]
401 name = "memoffset"
402 version = "0.8.0"
403 source = "registry+https://github.com/rust-lang/crates.io-index"
404 checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
405 dependencies = [
406  "autocfg",
407 ]
408
409 [[package]]
410 name = "minimal-lexical"
411 version = "0.2.1"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
413 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
414
415 [[package]]
416 name = "nom"
417 version = "7.1.3"
418 source = "registry+https://github.com/rust-lang/crates.io-index"
419 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
420 dependencies = [
421  "memchr",
422  "minimal-lexical",
423 ]
424
425 [[package]]
426 name = "once_cell"
427 version = "1.19.0"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
429 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
430
431 [[package]]
432 name = "paste"
433 version = "1.0.14"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
436
437 [[package]]
438 name = "pkg-config"
439 version = "0.3.29"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
442
443 [[package]]
444 name = "prettyplease"
445 version = "0.2.16"
446 source = "registry+https://github.com/rust-lang/crates.io-index"
447 checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
448 dependencies = [
449  "proc-macro2",
450  "syn",
451 ]
452
453 [[package]]
454 name = "proc-macro2"
455 version = "1.0.78"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
458 dependencies = [
459  "unicode-ident",
460 ]
461
462 [[package]]
463 name = "quote"
464 version = "1.0.35"
465 source = "registry+https://github.com/rust-lang/crates.io-index"
466 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
467 dependencies = [
468  "proc-macro2",
469 ]
470
471 [[package]]
472 name = "regex"
473 version = "1.10.3"
474 source = "registry+https://github.com/rust-lang/crates.io-index"
475 checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
476 dependencies = [
477  "aho-corasick",
478  "memchr",
479  "regex-automata",
480  "regex-syntax",
481 ]
482
483 [[package]]
484 name = "regex-automata"
485 version = "0.4.4"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
488 dependencies = [
489  "aho-corasick",
490  "memchr",
491  "regex-syntax",
492 ]
493
494 [[package]]
495 name = "regex-syntax"
496 version = "0.8.2"
497 source = "registry+https://github.com/rust-lang/crates.io-index"
498 checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
499
500 [[package]]
501 name = "rpassword"
502 version = "7.3.1"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
505 dependencies = [
506  "libc",
507  "rtoolbox",
508  "windows-sys 0.48.0",
509 ]
510
511 [[package]]
512 name = "rtoolbox"
513 version = "0.0.2"
514 source = "registry+https://github.com/rust-lang/crates.io-index"
515 checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
516 dependencies = [
517  "libc",
518  "windows-sys 0.48.0",
519 ]
520
521 [[package]]
522 name = "rustc-hash"
523 version = "1.1.0"
524 source = "registry+https://github.com/rust-lang/crates.io-index"
525 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
526
527 [[package]]
528 name = "rustix"
529 version = "0.38.30"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531 checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
532 dependencies = [
533  "bitflags 2.4.2",
534  "errno 0.3.8",
535  "libc",
536  "linux-raw-sys",
537  "windows-sys 0.52.0",
538 ]
539
540 [[package]]
541 name = "shlex"
542 version = "1.3.0"
543 source = "registry+https://github.com/rust-lang/crates.io-index"
544 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
545
546 [[package]]
547 name = "strsim"
548 version = "0.10.0"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
551
552 [[package]]
553 name = "syn"
554 version = "2.0.48"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
557 dependencies = [
558  "proc-macro2",
559  "quote",
560  "unicode-ident",
561 ]
562
563 [[package]]
564 name = "terminal_size"
565 version = "0.3.0"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567 checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
568 dependencies = [
569  "rustix",
570  "windows-sys 0.48.0",
571 ]
572
573 [[package]]
574 name = "udev"
575 version = "0.7.0"
576 source = "registry+https://github.com/rust-lang/crates.io-index"
577 checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a"
578 dependencies = [
579  "libc",
580  "libudev-sys",
581  "pkg-config",
582 ]
583
584 [[package]]
585 name = "unicode-ident"
586 version = "1.0.12"
587 source = "registry+https://github.com/rust-lang/crates.io-index"
588 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
589
590 [[package]]
591 name = "utf8parse"
592 version = "0.2.1"
593 source = "registry+https://github.com/rust-lang/crates.io-index"
594 checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
595
596 [[package]]
597 name = "uuid"
598 version = "1.7.0"
599 source = "registry+https://github.com/rust-lang/crates.io-index"
600 checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
601
602 [[package]]
603 name = "which"
604 version = "4.4.2"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
606 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
607 dependencies = [
608  "either",
609  "home",
610  "once_cell",
611  "rustix",
612 ]
613
614 [[package]]
615 name = "winapi"
616 version = "0.3.9"
617 source = "registry+https://github.com/rust-lang/crates.io-index"
618 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
619 dependencies = [
620  "winapi-i686-pc-windows-gnu",
621  "winapi-x86_64-pc-windows-gnu",
622 ]
623
624 [[package]]
625 name = "winapi-i686-pc-windows-gnu"
626 version = "0.4.0"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
628 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
629
630 [[package]]
631 name = "winapi-x86_64-pc-windows-gnu"
632 version = "0.4.0"
633 source = "registry+https://github.com/rust-lang/crates.io-index"
634 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
635
636 [[package]]
637 name = "windows-sys"
638 version = "0.48.0"
639 source = "registry+https://github.com/rust-lang/crates.io-index"
640 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
641 dependencies = [
642  "windows-targets 0.48.5",
643 ]
644
645 [[package]]
646 name = "windows-sys"
647 version = "0.52.0"
648 source = "registry+https://github.com/rust-lang/crates.io-index"
649 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
650 dependencies = [
651  "windows-targets 0.52.0",
652 ]
653
654 [[package]]
655 name = "windows-targets"
656 version = "0.48.5"
657 source = "registry+https://github.com/rust-lang/crates.io-index"
658 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
659 dependencies = [
660  "windows_aarch64_gnullvm 0.48.5",
661  "windows_aarch64_msvc 0.48.5",
662  "windows_i686_gnu 0.48.5",
663  "windows_i686_msvc 0.48.5",
664  "windows_x86_64_gnu 0.48.5",
665  "windows_x86_64_gnullvm 0.48.5",
666  "windows_x86_64_msvc 0.48.5",
667 ]
668
669 [[package]]
670 name = "windows-targets"
671 version = "0.52.0"
672 source = "registry+https://github.com/rust-lang/crates.io-index"
673 checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
674 dependencies = [
675  "windows_aarch64_gnullvm 0.52.0",
676  "windows_aarch64_msvc 0.52.0",
677  "windows_i686_gnu 0.52.0",
678  "windows_i686_msvc 0.52.0",
679  "windows_x86_64_gnu 0.52.0",
680  "windows_x86_64_gnullvm 0.52.0",
681  "windows_x86_64_msvc 0.52.0",
682 ]
683
684 [[package]]
685 name = "windows_aarch64_gnullvm"
686 version = "0.48.5"
687 source = "registry+https://github.com/rust-lang/crates.io-index"
688 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
689
690 [[package]]
691 name = "windows_aarch64_gnullvm"
692 version = "0.52.0"
693 source = "registry+https://github.com/rust-lang/crates.io-index"
694 checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
695
696 [[package]]
697 name = "windows_aarch64_msvc"
698 version = "0.48.5"
699 source = "registry+https://github.com/rust-lang/crates.io-index"
700 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
701
702 [[package]]
703 name = "windows_aarch64_msvc"
704 version = "0.52.0"
705 source = "registry+https://github.com/rust-lang/crates.io-index"
706 checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
707
708 [[package]]
709 name = "windows_i686_gnu"
710 version = "0.48.5"
711 source = "registry+https://github.com/rust-lang/crates.io-index"
712 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
713
714 [[package]]
715 name = "windows_i686_gnu"
716 version = "0.52.0"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
718 checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
719
720 [[package]]
721 name = "windows_i686_msvc"
722 version = "0.48.5"
723 source = "registry+https://github.com/rust-lang/crates.io-index"
724 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
725
726 [[package]]
727 name = "windows_i686_msvc"
728 version = "0.52.0"
729 source = "registry+https://github.com/rust-lang/crates.io-index"
730 checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
731
732 [[package]]
733 name = "windows_x86_64_gnu"
734 version = "0.48.5"
735 source = "registry+https://github.com/rust-lang/crates.io-index"
736 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
737
738 [[package]]
739 name = "windows_x86_64_gnu"
740 version = "0.52.0"
741 source = "registry+https://github.com/rust-lang/crates.io-index"
742 checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
743
744 [[package]]
745 name = "windows_x86_64_gnullvm"
746 version = "0.48.5"
747 source = "registry+https://github.com/rust-lang/crates.io-index"
748 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
749
750 [[package]]
751 name = "windows_x86_64_gnullvm"
752 version = "0.52.0"
753 source = "registry+https://github.com/rust-lang/crates.io-index"
754 checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
755
756 [[package]]
757 name = "windows_x86_64_msvc"
758 version = "0.48.5"
759 source = "registry+https://github.com/rust-lang/crates.io-index"
760 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
761
762 [[package]]
763 name = "windows_x86_64_msvc"
764 version = "0.52.0"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"