]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
canonicalize miri's directory
[rust.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "aho-corasick"
5 version = "0.7.10"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
8 dependencies = [
9  "memchr",
10 ]
11
12 [[package]]
13 name = "anyhow"
14 version = "1.0.28"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
17
18 [[package]]
19 name = "arrayref"
20 version = "0.3.6"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
23
24 [[package]]
25 name = "arrayvec"
26 version = "0.5.1"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
29
30 [[package]]
31 name = "atty"
32 version = "0.2.14"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
35 dependencies = [
36  "hermit-abi",
37  "libc",
38  "winapi",
39 ]
40
41 [[package]]
42 name = "autocfg"
43 version = "1.0.0"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
46
47 [[package]]
48 name = "base64"
49 version = "0.11.0"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
52
53 [[package]]
54 name = "blake2b_simd"
55 version = "0.5.10"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
58 dependencies = [
59  "arrayref",
60  "arrayvec",
61  "constant_time_eq",
62 ]
63
64 [[package]]
65 name = "cfg-if"
66 version = "0.1.10"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
69
70 [[package]]
71 name = "colored"
72 version = "1.9.3"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
75 dependencies = [
76  "atty",
77  "lazy_static",
78  "winapi",
79 ]
80
81 [[package]]
82 name = "compiletest_rs"
83 version = "0.5.0"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
86 dependencies = [
87  "diff",
88  "filetime",
89  "getopts",
90  "libc",
91  "log",
92  "miow",
93  "regex",
94  "rustfix",
95  "serde",
96  "serde_derive",
97  "serde_json",
98  "tempfile",
99  "tester",
100  "winapi",
101 ]
102
103 [[package]]
104 name = "constant_time_eq"
105 version = "0.1.5"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
107 checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
108
109 [[package]]
110 name = "crossbeam-utils"
111 version = "0.7.2"
112 source = "registry+https://github.com/rust-lang/crates.io-index"
113 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
114 dependencies = [
115  "autocfg",
116  "cfg-if",
117  "lazy_static",
118 ]
119
120 [[package]]
121 name = "diff"
122 version = "0.1.12"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
125
126 [[package]]
127 name = "dirs"
128 version = "2.0.2"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
131 dependencies = [
132  "cfg-if",
133  "dirs-sys",
134 ]
135
136 [[package]]
137 name = "dirs-sys"
138 version = "0.3.4"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
141 dependencies = [
142  "cfg-if",
143  "libc",
144  "redox_users",
145  "winapi",
146 ]
147
148 [[package]]
149 name = "env_logger"
150 version = "0.7.1"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
153 dependencies = [
154  "atty",
155  "humantime",
156  "log",
157  "regex",
158  "termcolor",
159 ]
160
161 [[package]]
162 name = "filetime"
163 version = "0.2.9"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e"
166 dependencies = [
167  "cfg-if",
168  "libc",
169  "redox_syscall",
170  "winapi",
171 ]
172
173 [[package]]
174 name = "getopts"
175 version = "0.2.21"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
178 dependencies = [
179  "unicode-width",
180 ]
181
182 [[package]]
183 name = "getrandom"
184 version = "0.1.14"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
187 dependencies = [
188  "cfg-if",
189  "libc",
190  "wasi",
191 ]
192
193 [[package]]
194 name = "hermit-abi"
195 version = "0.1.10"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
198 dependencies = [
199  "libc",
200 ]
201
202 [[package]]
203 name = "hex"
204 version = "0.4.2"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
207
208 [[package]]
209 name = "humantime"
210 version = "1.3.0"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
212 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
213 dependencies = [
214  "quick-error",
215 ]
216
217 [[package]]
218 name = "itoa"
219 version = "0.4.5"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
222
223 [[package]]
224 name = "lazy_static"
225 version = "1.4.0"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
228
229 [[package]]
230 name = "libc"
231 version = "0.2.68"
232 source = "registry+https://github.com/rust-lang/crates.io-index"
233 checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
234
235 [[package]]
236 name = "log"
237 version = "0.4.8"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
239 checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
240 dependencies = [
241  "cfg-if",
242 ]
243
244 [[package]]
245 name = "memchr"
246 version = "2.3.3"
247 source = "registry+https://github.com/rust-lang/crates.io-index"
248 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
249
250 [[package]]
251 name = "miow"
252 version = "0.3.3"
253 source = "registry+https://github.com/rust-lang/crates.io-index"
254 checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
255 dependencies = [
256  "socket2",
257  "winapi",
258 ]
259
260 [[package]]
261 name = "miri"
262 version = "0.1.0"
263 dependencies = [
264  "colored",
265  "compiletest_rs",
266  "env_logger",
267  "getrandom",
268  "hex",
269  "libc",
270  "log",
271  "rand",
272  "rustc-workspace-hack",
273  "rustc_version",
274  "shell-escape",
275 ]
276
277 [[package]]
278 name = "ppv-lite86"
279 version = "0.2.6"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
282
283 [[package]]
284 name = "proc-macro2"
285 version = "1.0.10"
286 source = "registry+https://github.com/rust-lang/crates.io-index"
287 checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
288 dependencies = [
289  "unicode-xid",
290 ]
291
292 [[package]]
293 name = "quick-error"
294 version = "1.2.3"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
297
298 [[package]]
299 name = "quote"
300 version = "1.0.3"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
303 dependencies = [
304  "proc-macro2",
305 ]
306
307 [[package]]
308 name = "rand"
309 version = "0.7.3"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
312 dependencies = [
313  "getrandom",
314  "libc",
315  "rand_chacha",
316  "rand_core",
317  "rand_hc",
318 ]
319
320 [[package]]
321 name = "rand_chacha"
322 version = "0.2.2"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
324 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
325 dependencies = [
326  "ppv-lite86",
327  "rand_core",
328 ]
329
330 [[package]]
331 name = "rand_core"
332 version = "0.5.1"
333 source = "registry+https://github.com/rust-lang/crates.io-index"
334 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
335 dependencies = [
336  "getrandom",
337 ]
338
339 [[package]]
340 name = "rand_hc"
341 version = "0.2.0"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
344 dependencies = [
345  "rand_core",
346 ]
347
348 [[package]]
349 name = "redox_syscall"
350 version = "0.1.56"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
353
354 [[package]]
355 name = "redox_users"
356 version = "0.3.4"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
359 dependencies = [
360  "getrandom",
361  "redox_syscall",
362  "rust-argon2",
363 ]
364
365 [[package]]
366 name = "regex"
367 version = "1.3.6"
368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
370 dependencies = [
371  "aho-corasick",
372  "memchr",
373  "regex-syntax",
374  "thread_local",
375 ]
376
377 [[package]]
378 name = "regex-syntax"
379 version = "0.6.17"
380 source = "registry+https://github.com/rust-lang/crates.io-index"
381 checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
382
383 [[package]]
384 name = "remove_dir_all"
385 version = "0.5.2"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
388 dependencies = [
389  "winapi",
390 ]
391
392 [[package]]
393 name = "rust-argon2"
394 version = "0.7.0"
395 source = "registry+https://github.com/rust-lang/crates.io-index"
396 checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
397 dependencies = [
398  "base64",
399  "blake2b_simd",
400  "constant_time_eq",
401  "crossbeam-utils",
402 ]
403
404 [[package]]
405 name = "rustc-workspace-hack"
406 version = "1.0.0"
407 source = "registry+https://github.com/rust-lang/crates.io-index"
408 checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
409
410 [[package]]
411 name = "rustc_version"
412 version = "0.2.3"
413 source = "registry+https://github.com/rust-lang/crates.io-index"
414 checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
415 dependencies = [
416  "semver",
417 ]
418
419 [[package]]
420 name = "rustfix"
421 version = "0.5.1"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
423 checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
424 dependencies = [
425  "anyhow",
426  "log",
427  "serde",
428  "serde_json",
429 ]
430
431 [[package]]
432 name = "ryu"
433 version = "1.0.3"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
436
437 [[package]]
438 name = "semver"
439 version = "0.9.0"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
442 dependencies = [
443  "semver-parser",
444 ]
445
446 [[package]]
447 name = "semver-parser"
448 version = "0.7.0"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
451
452 [[package]]
453 name = "serde"
454 version = "1.0.106"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 checksum = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399"
457 dependencies = [
458  "serde_derive",
459 ]
460
461 [[package]]
462 name = "serde_derive"
463 version = "1.0.106"
464 source = "registry+https://github.com/rust-lang/crates.io-index"
465 checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
466 dependencies = [
467  "proc-macro2",
468  "quote",
469  "syn",
470 ]
471
472 [[package]]
473 name = "serde_json"
474 version = "1.0.51"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
476 checksum = "da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9"
477 dependencies = [
478  "itoa",
479  "ryu",
480  "serde",
481 ]
482
483 [[package]]
484 name = "shell-escape"
485 version = "0.1.4"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
488
489 [[package]]
490 name = "socket2"
491 version = "0.3.12"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
494 dependencies = [
495  "cfg-if",
496  "libc",
497  "redox_syscall",
498  "winapi",
499 ]
500
501 [[package]]
502 name = "syn"
503 version = "1.0.17"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
506 dependencies = [
507  "proc-macro2",
508  "quote",
509  "unicode-xid",
510 ]
511
512 [[package]]
513 name = "tempfile"
514 version = "3.1.0"
515 source = "registry+https://github.com/rust-lang/crates.io-index"
516 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
517 dependencies = [
518  "cfg-if",
519  "libc",
520  "rand",
521  "redox_syscall",
522  "remove_dir_all",
523  "winapi",
524 ]
525
526 [[package]]
527 name = "term"
528 version = "0.6.1"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
530 checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
531 dependencies = [
532  "dirs",
533  "winapi",
534 ]
535
536 [[package]]
537 name = "termcolor"
538 version = "1.1.0"
539 source = "registry+https://github.com/rust-lang/crates.io-index"
540 checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
541 dependencies = [
542  "winapi-util",
543 ]
544
545 [[package]]
546 name = "tester"
547 version = "0.7.0"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
549 checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
550 dependencies = [
551  "getopts",
552  "libc",
553  "term",
554 ]
555
556 [[package]]
557 name = "thread_local"
558 version = "1.0.1"
559 source = "registry+https://github.com/rust-lang/crates.io-index"
560 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
561 dependencies = [
562  "lazy_static",
563 ]
564
565 [[package]]
566 name = "unicode-width"
567 version = "0.1.7"
568 source = "registry+https://github.com/rust-lang/crates.io-index"
569 checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
570
571 [[package]]
572 name = "unicode-xid"
573 version = "0.2.0"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
576
577 [[package]]
578 name = "wasi"
579 version = "0.9.0+wasi-snapshot-preview1"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
581 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
582
583 [[package]]
584 name = "winapi"
585 version = "0.3.8"
586 source = "registry+https://github.com/rust-lang/crates.io-index"
587 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
588 dependencies = [
589  "winapi-i686-pc-windows-gnu",
590  "winapi-x86_64-pc-windows-gnu",
591 ]
592
593 [[package]]
594 name = "winapi-i686-pc-windows-gnu"
595 version = "0.4.0"
596 source = "registry+https://github.com/rust-lang/crates.io-index"
597 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
598
599 [[package]]
600 name = "winapi-util"
601 version = "0.1.4"
602 source = "registry+https://github.com/rust-lang/crates.io-index"
603 checksum = "fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e"
604 dependencies = [
605  "winapi",
606 ]
607
608 [[package]]
609 name = "winapi-x86_64-pc-windows-gnu"
610 version = "0.4.0"
611 source = "registry+https://github.com/rust-lang/crates.io-index"
612 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"