]> git.proxmox.com Git - rustc.git/blame - src/bootstrap/Cargo.lock
New upstream version 1.69.0+dfsg1
[rustc.git] / src / bootstrap / Cargo.lock
CommitLineData
064997fb
FG
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.18"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
10dependencies = [
11 "memchr",
12]
13
064997fb
FG
14[[package]]
15name = "autocfg"
16version = "1.1.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
19
20[[package]]
21name = "bitflags"
22version = "1.3.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
25
26[[package]]
27name = "block-buffer"
28version = "0.10.2"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
31dependencies = [
32 "generic-array",
33]
34
35[[package]]
36name = "bootstrap"
37version = "0.0.0"
38dependencies = [
9c376795 39 "build_helper",
064997fb
FG
40 "cc",
41 "cmake",
42 "fd-lock",
43 "filetime",
44 "getopts",
45 "hex",
46 "ignore",
47 "libc",
487cf647 48 "object",
064997fb
FG
49 "once_cell",
50 "opener",
51 "pretty_assertions",
52 "serde",
9ffffee4 53 "serde_derive",
064997fb
FG
54 "serde_json",
55 "sha2",
56 "sysinfo",
57 "tar",
58 "toml",
59 "walkdir",
60 "winapi",
61 "xz2",
62]
63
64[[package]]
65name = "bstr"
66version = "0.2.17"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
69dependencies = [
70 "lazy_static",
71 "memchr",
72 "regex-automata",
73]
74
9c376795
FG
75[[package]]
76name = "build_helper"
77version = "0.1.0"
78
064997fb
FG
79[[package]]
80name = "cc"
81version = "1.0.73"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
84
85[[package]]
86name = "cfg-if"
87version = "1.0.0"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
90
91[[package]]
92name = "cmake"
93version = "0.1.48"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
96dependencies = [
97 "cc",
98]
99
100[[package]]
101name = "core-foundation-sys"
102version = "0.8.3"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
105
106[[package]]
107name = "cpufeatures"
487cf647 108version = "0.2.5"
064997fb 109source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 110checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
064997fb
FG
111dependencies = [
112 "libc",
113]
114
115[[package]]
116name = "crossbeam-channel"
487cf647 117version = "0.5.6"
064997fb 118source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 119checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
064997fb
FG
120dependencies = [
121 "cfg-if",
122 "crossbeam-utils",
123]
124
125[[package]]
126name = "crossbeam-deque"
487cf647 127version = "0.8.2"
064997fb 128source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 129checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
064997fb
FG
130dependencies = [
131 "cfg-if",
132 "crossbeam-epoch",
133 "crossbeam-utils",
134]
135
136[[package]]
137name = "crossbeam-epoch"
487cf647 138version = "0.9.13"
064997fb 139source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 140checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
064997fb
FG
141dependencies = [
142 "autocfg",
143 "cfg-if",
144 "crossbeam-utils",
064997fb
FG
145 "memoffset",
146 "scopeguard",
147]
148
149[[package]]
150name = "crossbeam-utils"
487cf647 151version = "0.8.14"
064997fb 152source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 153checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
064997fb
FG
154dependencies = [
155 "cfg-if",
064997fb
FG
156]
157
158[[package]]
159name = "crypto-common"
160version = "0.1.3"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
163dependencies = [
164 "generic-array",
165 "typenum",
166]
167
168[[package]]
169name = "ctor"
170version = "0.1.22"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
173dependencies = [
174 "quote",
175 "syn",
176]
177
178[[package]]
179name = "diff"
180version = "0.1.12"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
183
184[[package]]
185name = "digest"
186version = "0.10.3"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
189dependencies = [
190 "block-buffer",
191 "crypto-common",
192]
193
194[[package]]
195name = "either"
196version = "1.6.1"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
199
200[[package]]
201name = "errno"
202version = "0.2.8"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
205dependencies = [
206 "errno-dragonfly",
207 "libc",
208 "winapi",
209]
210
211[[package]]
212name = "errno-dragonfly"
213version = "0.1.2"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
216dependencies = [
217 "cc",
218 "libc",
219]
220
221[[package]]
222name = "fd-lock"
487cf647 223version = "3.0.8"
064997fb 224source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 225checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27"
064997fb
FG
226dependencies = [
227 "cfg-if",
228 "rustix",
229 "windows-sys",
230]
231
232[[package]]
233name = "filetime"
234version = "0.2.16"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
237dependencies = [
238 "cfg-if",
239 "libc",
240 "redox_syscall",
241 "winapi",
242]
243
244[[package]]
245name = "fnv"
246version = "1.0.7"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
249
250[[package]]
251name = "generic-array"
252version = "0.14.5"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
255dependencies = [
256 "typenum",
257 "version_check",
258]
259
260[[package]]
261name = "getopts"
262version = "0.2.21"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
265dependencies = [
266 "unicode-width",
267]
268
269[[package]]
270name = "globset"
271version = "0.4.8"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
274dependencies = [
275 "aho-corasick",
276 "bstr",
277 "fnv",
278 "log",
279 "regex",
280]
281
282[[package]]
283name = "hermit-abi"
284version = "0.1.19"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
287dependencies = [
288 "libc",
289]
290
291[[package]]
292name = "hex"
293version = "0.4.3"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
296
297[[package]]
298name = "ignore"
299version = "0.4.18"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
302dependencies = [
303 "crossbeam-utils",
304 "globset",
305 "lazy_static",
306 "log",
307 "memchr",
308 "regex",
309 "same-file",
310 "thread_local",
311 "walkdir",
312 "winapi-util",
313]
314
315[[package]]
316name = "io-lifetimes"
487cf647 317version = "1.0.1"
064997fb 318source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647
FG
319checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"
320dependencies = [
321 "libc",
322 "windows-sys",
323]
064997fb
FG
324
325[[package]]
326name = "itoa"
327version = "1.0.2"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
330
331[[package]]
332name = "lazy_static"
333version = "1.4.0"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
336
337[[package]]
338name = "libc"
487cf647 339version = "0.2.137"
064997fb 340source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 341checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
064997fb
FG
342
343[[package]]
344name = "linux-raw-sys"
487cf647 345version = "0.1.3"
064997fb 346source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 347checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
064997fb
FG
348
349[[package]]
350name = "log"
351version = "0.4.17"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
354dependencies = [
355 "cfg-if",
356]
357
358[[package]]
359name = "lzma-sys"
360version = "0.1.17"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "bdb4b7c3eddad11d3af9e86c487607d2d2442d185d848575365c4856ba96d619"
363dependencies = [
364 "cc",
365 "libc",
366 "pkg-config",
367]
368
369[[package]]
370name = "memchr"
371version = "2.5.0"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
374
375[[package]]
376name = "memoffset"
487cf647 377version = "0.7.1"
064997fb 378source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 379checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
064997fb
FG
380dependencies = [
381 "autocfg",
382]
383
384[[package]]
385name = "ntapi"
487cf647 386version = "0.4.0"
064997fb 387source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 388checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
064997fb
FG
389dependencies = [
390 "winapi",
391]
392
393[[package]]
394name = "num_cpus"
395version = "1.13.1"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
398dependencies = [
399 "hermit-abi",
400 "libc",
401]
402
487cf647
FG
403[[package]]
404name = "object"
405version = "0.29.0"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
408dependencies = [
409 "memchr",
410]
411
064997fb
FG
412[[package]]
413name = "once_cell"
414version = "1.12.0"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
417
418[[package]]
419name = "opener"
420version = "0.5.0"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
423dependencies = [
424 "bstr",
425 "winapi",
426]
427
428[[package]]
429name = "output_vt100"
430version = "0.1.3"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
433dependencies = [
434 "winapi",
435]
436
437[[package]]
438name = "pkg-config"
439version = "0.3.25"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
442
443[[package]]
444name = "pretty_assertions"
487cf647 445version = "1.3.0"
064997fb 446source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 447checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
064997fb 448dependencies = [
064997fb
FG
449 "ctor",
450 "diff",
451 "output_vt100",
487cf647 452 "yansi",
064997fb
FG
453]
454
455[[package]]
456name = "proc-macro2"
2b03887a 457version = "1.0.46"
064997fb 458source = "registry+https://github.com/rust-lang/crates.io-index"
2b03887a 459checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
064997fb
FG
460dependencies = [
461 "unicode-ident",
462]
463
464[[package]]
465name = "quote"
466version = "1.0.18"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
469dependencies = [
470 "proc-macro2",
471]
472
473[[package]]
474name = "rayon"
487cf647 475version = "1.6.0"
064997fb 476source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 477checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
064997fb 478dependencies = [
064997fb
FG
479 "crossbeam-deque",
480 "either",
481 "rayon-core",
482]
483
484[[package]]
485name = "rayon-core"
487cf647 486version = "1.10.1"
064997fb 487source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 488checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
064997fb
FG
489dependencies = [
490 "crossbeam-channel",
491 "crossbeam-deque",
492 "crossbeam-utils",
493 "num_cpus",
494]
495
496[[package]]
497name = "redox_syscall"
498version = "0.2.13"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
501dependencies = [
502 "bitflags",
503]
504
505[[package]]
506name = "regex"
507version = "1.5.6"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
510dependencies = [
511 "aho-corasick",
512 "memchr",
513 "regex-syntax",
514]
515
516[[package]]
517name = "regex-automata"
518version = "0.1.10"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
521
522[[package]]
523name = "regex-syntax"
524version = "0.6.26"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
527
528[[package]]
529name = "rustix"
487cf647 530version = "0.36.3"
064997fb 531source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 532checksum = "0b1fbb4dfc4eb1d390c02df47760bb19a84bb80b301ecc947ab5406394d8223e"
064997fb
FG
533dependencies = [
534 "bitflags",
535 "errno",
536 "io-lifetimes",
537 "libc",
538 "linux-raw-sys",
539 "windows-sys",
540]
541
542[[package]]
543name = "ryu"
544version = "1.0.10"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
547
548[[package]]
549name = "same-file"
550version = "1.0.6"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
553dependencies = [
554 "winapi-util",
555]
556
557[[package]]
558name = "scopeguard"
559version = "1.1.0"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
562
563[[package]]
564name = "serde"
565version = "1.0.137"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
064997fb
FG
568
569[[package]]
570name = "serde_derive"
571version = "1.0.137"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
574dependencies = [
575 "proc-macro2",
576 "quote",
577 "syn",
578]
579
580[[package]]
581name = "serde_json"
582version = "1.0.81"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
585dependencies = [
586 "itoa",
587 "ryu",
588 "serde",
589]
590
591[[package]]
592name = "sha2"
593version = "0.10.2"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
596dependencies = [
597 "cfg-if",
598 "cpufeatures",
599 "digest",
600]
601
602[[package]]
603name = "syn"
2b03887a 604version = "1.0.102"
064997fb 605source = "registry+https://github.com/rust-lang/crates.io-index"
2b03887a 606checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
064997fb
FG
607dependencies = [
608 "proc-macro2",
609 "quote",
610 "unicode-ident",
611]
612
613[[package]]
614name = "sysinfo"
487cf647 615version = "0.26.7"
064997fb 616source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 617checksum = "c375d5fd899e32847b8566e10598d6e9f1d9b55ec6de3cdf9e7da4bdc51371bc"
064997fb
FG
618dependencies = [
619 "cfg-if",
620 "core-foundation-sys",
621 "libc",
622 "ntapi",
623 "once_cell",
624 "rayon",
625 "winapi",
626]
627
628[[package]]
629name = "tar"
630version = "0.4.38"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
633dependencies = [
634 "filetime",
635 "libc",
636 "xattr",
637]
638
639[[package]]
640name = "thread_local"
641version = "1.1.4"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
644dependencies = [
645 "once_cell",
646]
647
648[[package]]
649name = "toml"
650version = "0.5.9"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
653dependencies = [
654 "serde",
655]
656
657[[package]]
658name = "typenum"
659version = "1.15.0"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
662
663[[package]]
664name = "unicode-ident"
665version = "1.0.0"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
668
669[[package]]
670name = "unicode-width"
671version = "0.1.9"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
674
675[[package]]
676name = "version_check"
677version = "0.9.4"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
680
681[[package]]
682name = "walkdir"
683version = "2.3.2"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
686dependencies = [
687 "same-file",
688 "winapi",
689 "winapi-util",
690]
691
692[[package]]
693name = "winapi"
694version = "0.3.9"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
697dependencies = [
698 "winapi-i686-pc-windows-gnu",
699 "winapi-x86_64-pc-windows-gnu",
700]
701
702[[package]]
703name = "winapi-i686-pc-windows-gnu"
704version = "0.4.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
707
708[[package]]
709name = "winapi-util"
710version = "0.1.5"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
713dependencies = [
714 "winapi",
715]
716
717[[package]]
718name = "winapi-x86_64-pc-windows-gnu"
719version = "0.4.0"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
722
723[[package]]
724name = "windows-sys"
487cf647 725version = "0.42.0"
064997fb 726source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 727checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
064997fb 728dependencies = [
487cf647 729 "windows_aarch64_gnullvm",
064997fb
FG
730 "windows_aarch64_msvc",
731 "windows_i686_gnu",
732 "windows_i686_msvc",
733 "windows_x86_64_gnu",
487cf647 734 "windows_x86_64_gnullvm",
064997fb
FG
735 "windows_x86_64_msvc",
736]
737
487cf647
FG
738[[package]]
739name = "windows_aarch64_gnullvm"
740version = "0.42.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
743
064997fb
FG
744[[package]]
745name = "windows_aarch64_msvc"
487cf647 746version = "0.42.0"
064997fb 747source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 748checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
064997fb
FG
749
750[[package]]
751name = "windows_i686_gnu"
487cf647 752version = "0.42.0"
064997fb 753source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 754checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
064997fb
FG
755
756[[package]]
757name = "windows_i686_msvc"
487cf647 758version = "0.42.0"
064997fb 759source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 760checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
064997fb
FG
761
762[[package]]
763name = "windows_x86_64_gnu"
487cf647
FG
764version = "0.42.0"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
767
768[[package]]
769name = "windows_x86_64_gnullvm"
770version = "0.42.0"
064997fb 771source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 772checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
064997fb
FG
773
774[[package]]
775name = "windows_x86_64_msvc"
487cf647 776version = "0.42.0"
064997fb 777source = "registry+https://github.com/rust-lang/crates.io-index"
487cf647 778checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
064997fb
FG
779
780[[package]]
781name = "xattr"
782version = "0.2.3"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
785dependencies = [
786 "libc",
787]
788
789[[package]]
790name = "xz2"
791version = "0.1.6"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
794dependencies = [
795 "lzma-sys",
796]
487cf647
FG
797
798[[package]]
799name = "yansi"
800version = "0.5.1"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"