]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
4cf2b62006f8813d4314bb3a5ee95ba050da4612
[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.13"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
8 dependencies = [
9  "memchr",
10 ]
11
12 [[package]]
13 name = "anyhow"
14 version = "1.0.32"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
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.1"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
46
47 [[package]]
48 name = "base64"
49 version = "0.12.3"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
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.5"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
141 dependencies = [
142  "libc",
143  "redox_users",
144  "winapi",
145 ]
146
147 [[package]]
148 name = "env_logger"
149 version = "0.7.1"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
151 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
152 dependencies = [
153  "atty",
154  "humantime",
155  "log",
156  "regex",
157  "termcolor",
158 ]
159
160 [[package]]
161 name = "filetime"
162 version = "0.2.12"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
165 dependencies = [
166  "cfg-if",
167  "libc",
168  "redox_syscall",
169  "winapi",
170 ]
171
172 [[package]]
173 name = "getopts"
174 version = "0.2.21"
175 source = "registry+https://github.com/rust-lang/crates.io-index"
176 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
177 dependencies = [
178  "unicode-width",
179 ]
180
181 [[package]]
182 name = "getrandom"
183 version = "0.1.15"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
185 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
186 dependencies = [
187  "cfg-if",
188  "libc",
189  "wasi",
190 ]
191
192 [[package]]
193 name = "hermit-abi"
194 version = "0.1.15"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
197 dependencies = [
198  "libc",
199 ]
200
201 [[package]]
202 name = "hex"
203 version = "0.4.2"
204 source = "registry+https://github.com/rust-lang/crates.io-index"
205 checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
206
207 [[package]]
208 name = "humantime"
209 version = "1.3.0"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
212 dependencies = [
213  "quick-error",
214 ]
215
216 [[package]]
217 name = "itoa"
218 version = "0.4.6"
219 source = "registry+https://github.com/rust-lang/crates.io-index"
220 checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
221
222 [[package]]
223 name = "lazy_static"
224 version = "1.4.0"
225 source = "registry+https://github.com/rust-lang/crates.io-index"
226 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
227
228 [[package]]
229 name = "libc"
230 version = "0.2.77"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232 checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
233
234 [[package]]
235 name = "log"
236 version = "0.4.11"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
239 dependencies = [
240  "cfg-if",
241 ]
242
243 [[package]]
244 name = "memchr"
245 version = "2.3.3"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
248
249 [[package]]
250 name = "miow"
251 version = "0.3.5"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
254 dependencies = [
255  "socket2",
256  "winapi",
257 ]
258
259 [[package]]
260 name = "miri"
261 version = "0.1.0"
262 dependencies = [
263  "colored",
264  "compiletest_rs",
265  "env_logger",
266  "getrandom",
267  "hex",
268  "libc",
269  "log",
270  "rand",
271  "rustc-workspace-hack",
272  "rustc_version",
273  "shell-escape",
274 ]
275
276 [[package]]
277 name = "ppv-lite86"
278 version = "0.2.9"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
281
282 [[package]]
283 name = "proc-macro2"
284 version = "1.0.21"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
286 checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
287 dependencies = [
288  "unicode-xid",
289 ]
290
291 [[package]]
292 name = "quick-error"
293 version = "1.2.3"
294 source = "registry+https://github.com/rust-lang/crates.io-index"
295 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
296
297 [[package]]
298 name = "quote"
299 version = "1.0.7"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
301 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
302 dependencies = [
303  "proc-macro2",
304 ]
305
306 [[package]]
307 name = "rand"
308 version = "0.7.3"
309 source = "registry+https://github.com/rust-lang/crates.io-index"
310 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
311 dependencies = [
312  "getrandom",
313  "libc",
314  "rand_chacha",
315  "rand_core",
316  "rand_hc",
317 ]
318
319 [[package]]
320 name = "rand_chacha"
321 version = "0.2.2"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
324 dependencies = [
325  "ppv-lite86",
326  "rand_core",
327 ]
328
329 [[package]]
330 name = "rand_core"
331 version = "0.5.1"
332 source = "registry+https://github.com/rust-lang/crates.io-index"
333 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
334 dependencies = [
335  "getrandom",
336 ]
337
338 [[package]]
339 name = "rand_hc"
340 version = "0.2.0"
341 source = "registry+https://github.com/rust-lang/crates.io-index"
342 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
343 dependencies = [
344  "rand_core",
345 ]
346
347 [[package]]
348 name = "redox_syscall"
349 version = "0.1.57"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
351 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
352
353 [[package]]
354 name = "redox_users"
355 version = "0.3.5"
356 source = "registry+https://github.com/rust-lang/crates.io-index"
357 checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
358 dependencies = [
359  "getrandom",
360  "redox_syscall",
361  "rust-argon2",
362 ]
363
364 [[package]]
365 name = "regex"
366 version = "1.3.9"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
369 dependencies = [
370  "aho-corasick",
371  "memchr",
372  "regex-syntax",
373  "thread_local",
374 ]
375
376 [[package]]
377 name = "regex-syntax"
378 version = "0.6.18"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
380 checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
381
382 [[package]]
383 name = "remove_dir_all"
384 version = "0.5.3"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
387 dependencies = [
388  "winapi",
389 ]
390
391 [[package]]
392 name = "rust-argon2"
393 version = "0.8.2"
394 source = "registry+https://github.com/rust-lang/crates.io-index"
395 checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
396 dependencies = [
397  "base64",
398  "blake2b_simd",
399  "constant_time_eq",
400  "crossbeam-utils",
401 ]
402
403 [[package]]
404 name = "rustc-workspace-hack"
405 version = "1.0.0"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
408
409 [[package]]
410 name = "rustc_version"
411 version = "0.2.3"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
413 checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
414 dependencies = [
415  "semver",
416 ]
417
418 [[package]]
419 name = "rustfix"
420 version = "0.5.1"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
422 checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
423 dependencies = [
424  "anyhow",
425  "log",
426  "serde",
427  "serde_json",
428 ]
429
430 [[package]]
431 name = "ryu"
432 version = "1.0.5"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
434 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
435
436 [[package]]
437 name = "semver"
438 version = "0.9.0"
439 source = "registry+https://github.com/rust-lang/crates.io-index"
440 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
441 dependencies = [
442  "semver-parser",
443 ]
444
445 [[package]]
446 name = "semver-parser"
447 version = "0.7.0"
448 source = "registry+https://github.com/rust-lang/crates.io-index"
449 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
450
451 [[package]]
452 name = "serde"
453 version = "1.0.116"
454 source = "registry+https://github.com/rust-lang/crates.io-index"
455 checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
456 dependencies = [
457  "serde_derive",
458 ]
459
460 [[package]]
461 name = "serde_derive"
462 version = "1.0.116"
463 source = "registry+https://github.com/rust-lang/crates.io-index"
464 checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
465 dependencies = [
466  "proc-macro2",
467  "quote",
468  "syn",
469 ]
470
471 [[package]]
472 name = "serde_json"
473 version = "1.0.57"
474 source = "registry+https://github.com/rust-lang/crates.io-index"
475 checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
476 dependencies = [
477  "itoa",
478  "ryu",
479  "serde",
480 ]
481
482 [[package]]
483 name = "shell-escape"
484 version = "0.1.5"
485 source = "registry+https://github.com/rust-lang/crates.io-index"
486 checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
487
488 [[package]]
489 name = "socket2"
490 version = "0.3.15"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
492 checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
493 dependencies = [
494  "cfg-if",
495  "libc",
496  "redox_syscall",
497  "winapi",
498 ]
499
500 [[package]]
501 name = "syn"
502 version = "1.0.41"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b"
505 dependencies = [
506  "proc-macro2",
507  "quote",
508  "unicode-xid",
509 ]
510
511 [[package]]
512 name = "tempfile"
513 version = "3.1.0"
514 source = "registry+https://github.com/rust-lang/crates.io-index"
515 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
516 dependencies = [
517  "cfg-if",
518  "libc",
519  "rand",
520  "redox_syscall",
521  "remove_dir_all",
522  "winapi",
523 ]
524
525 [[package]]
526 name = "term"
527 version = "0.6.1"
528 source = "registry+https://github.com/rust-lang/crates.io-index"
529 checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
530 dependencies = [
531  "dirs",
532  "winapi",
533 ]
534
535 [[package]]
536 name = "termcolor"
537 version = "1.1.0"
538 source = "registry+https://github.com/rust-lang/crates.io-index"
539 checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
540 dependencies = [
541  "winapi-util",
542 ]
543
544 [[package]]
545 name = "tester"
546 version = "0.7.0"
547 source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
549 dependencies = [
550  "getopts",
551  "libc",
552  "term",
553 ]
554
555 [[package]]
556 name = "thread_local"
557 version = "1.0.1"
558 source = "registry+https://github.com/rust-lang/crates.io-index"
559 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
560 dependencies = [
561  "lazy_static",
562 ]
563
564 [[package]]
565 name = "unicode-width"
566 version = "0.1.8"
567 source = "registry+https://github.com/rust-lang/crates.io-index"
568 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
569
570 [[package]]
571 name = "unicode-xid"
572 version = "0.2.1"
573 source = "registry+https://github.com/rust-lang/crates.io-index"
574 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
575
576 [[package]]
577 name = "wasi"
578 version = "0.9.0+wasi-snapshot-preview1"
579 source = "registry+https://github.com/rust-lang/crates.io-index"
580 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
581
582 [[package]]
583 name = "winapi"
584 version = "0.3.9"
585 source = "registry+https://github.com/rust-lang/crates.io-index"
586 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
587 dependencies = [
588  "winapi-i686-pc-windows-gnu",
589  "winapi-x86_64-pc-windows-gnu",
590 ]
591
592 [[package]]
593 name = "winapi-i686-pc-windows-gnu"
594 version = "0.4.0"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
596 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
597
598 [[package]]
599 name = "winapi-util"
600 version = "0.1.5"
601 source = "registry+https://github.com/rust-lang/crates.io-index"
602 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
603 dependencies = [
604  "winapi",
605 ]
606
607 [[package]]
608 name = "winapi-x86_64-pc-windows-gnu"
609 version = "0.4.0"
610 source = "registry+https://github.com/rust-lang/crates.io-index"
611 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"