]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Update cranelift
[rust.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "adler32"
5 version = "1.0.3"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7
8 [[package]]
9 name = "aho-corasick"
10 version = "0.7.4"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
12 dependencies = [
13  "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
14 ]
15
16 [[package]]
17 name = "ansi_term"
18 version = "0.11.0"
19 source = "registry+https://github.com/rust-lang/crates.io-index"
20 dependencies = [
21  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
22 ]
23
24 [[package]]
25 name = "ar"
26 version = "0.7.0"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 dependencies = [
29  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
30 ]
31
32 [[package]]
33 name = "arrayvec"
34 version = "0.4.10"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 dependencies = [
37  "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
38 ]
39
40 [[package]]
41 name = "atty"
42 version = "0.2.11"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 dependencies = [
45  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
46  "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
47  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
48 ]
49
50 [[package]]
51 name = "autocfg"
52 version = "0.1.4"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54
55 [[package]]
56 name = "backtrace"
57 version = "0.3.32"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 dependencies = [
60  "backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
61  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
62  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
63  "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
64 ]
65
66 [[package]]
67 name = "backtrace-sys"
68 version = "0.1.30"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70 dependencies = [
71  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
72  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
73 ]
74
75 [[package]]
76 name = "bitflags"
77 version = "1.1.0"
78 source = "registry+https://github.com/rust-lang/crates.io-index"
79
80 [[package]]
81 name = "byteorder"
82 version = "1.3.2"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84
85 [[package]]
86 name = "c2-chacha"
87 version = "0.2.2"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 dependencies = [
90  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
91  "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
92 ]
93
94 [[package]]
95 name = "cc"
96 version = "1.0.37"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98
99 [[package]]
100 name = "cfg-if"
101 version = "0.1.9"
102 source = "registry+https://github.com/rust-lang/crates.io-index"
103
104 [[package]]
105 name = "clap"
106 version = "2.33.0"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 dependencies = [
109  "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
110  "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
111  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
112  "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
113  "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
114  "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
115  "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
116 ]
117
118 [[package]]
119 name = "cranelift"
120 version = "0.35.0"
121 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
122 dependencies = [
123  "cranelift-codegen 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
124  "cranelift-frontend 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
125 ]
126
127 [[package]]
128 name = "cranelift-bforest"
129 version = "0.35.0"
130 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
131 dependencies = [
132  "cranelift-entity 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
133 ]
134
135 [[package]]
136 name = "cranelift-codegen"
137 version = "0.35.0"
138 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
139 dependencies = [
140  "cranelift-bforest 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
141  "cranelift-codegen-meta 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
142  "cranelift-entity 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
143  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
144  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
145  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
146  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
147 ]
148
149 [[package]]
150 name = "cranelift-codegen-meta"
151 version = "0.35.0"
152 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
153 dependencies = [
154  "cranelift-entity 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
155 ]
156
157 [[package]]
158 name = "cranelift-entity"
159 version = "0.35.0"
160 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
161
162 [[package]]
163 name = "cranelift-faerie"
164 version = "0.35.0"
165 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
166 dependencies = [
167  "cranelift-codegen 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
168  "cranelift-module 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
169  "faerie 0.10.1 (git+https://github.com/m4b/faerie.git)",
170  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
171  "goblin 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
172  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
173 ]
174
175 [[package]]
176 name = "cranelift-frontend"
177 version = "0.35.0"
178 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
179 dependencies = [
180  "cranelift-codegen 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
181  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
182  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
183 ]
184
185 [[package]]
186 name = "cranelift-module"
187 version = "0.35.0"
188 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
189 dependencies = [
190  "cranelift-codegen 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
191  "cranelift-entity 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
192  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
193  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
194 ]
195
196 [[package]]
197 name = "cranelift-native"
198 version = "0.35.0"
199 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
200 dependencies = [
201  "cranelift-codegen 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
202  "raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
203  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
204 ]
205
206 [[package]]
207 name = "cranelift-simplejit"
208 version = "0.35.0"
209 source = "git+https://github.com/CraneStation/cranelift.git#a4426e5f10c2ae0f143f8a502520566752497fc0"
210 dependencies = [
211  "cranelift-codegen 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
212  "cranelift-module 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
213  "cranelift-native 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
214  "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
215  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
216  "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
217  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
218  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
219 ]
220
221 [[package]]
222 name = "crc32fast"
223 version = "1.2.0"
224 source = "registry+https://github.com/rust-lang/crates.io-index"
225 dependencies = [
226  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
227 ]
228
229 [[package]]
230 name = "env_logger"
231 version = "0.6.2"
232 source = "registry+https://github.com/rust-lang/crates.io-index"
233 dependencies = [
234  "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
235  "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
236  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
237  "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
238  "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
239 ]
240
241 [[package]]
242 name = "errno"
243 version = "0.2.4"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
245 dependencies = [
246  "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
247  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
248  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
249 ]
250
251 [[package]]
252 name = "errno-dragonfly"
253 version = "0.1.1"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 dependencies = [
256  "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
257  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
258 ]
259
260 [[package]]
261 name = "faerie"
262 version = "0.10.1"
263 source = "git+https://github.com/m4b/faerie.git#926b3765b8f3751fb17f26321626b41b30b894e2"
264 dependencies = [
265  "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
266  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
267  "goblin 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
268  "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
269  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
270  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
271  "string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
272  "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
273  "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
274  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
275 ]
276
277 [[package]]
278 name = "failure"
279 version = "0.1.5"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 dependencies = [
282  "backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
283  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
284 ]
285
286 [[package]]
287 name = "failure_derive"
288 version = "0.1.5"
289 source = "registry+https://github.com/rust-lang/crates.io-index"
290 dependencies = [
291  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
292  "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
293  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
294  "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
295 ]
296
297 [[package]]
298 name = "fallible-iterator"
299 version = "0.2.0"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
301
302 [[package]]
303 name = "flate2"
304 version = "1.0.9"
305 source = "registry+https://github.com/rust-lang/crates.io-index"
306 dependencies = [
307  "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
308  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
309  "miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
310  "miniz_oxide_c_api 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
311 ]
312
313 [[package]]
314 name = "gcc"
315 version = "0.3.55"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317
318 [[package]]
319 name = "getrandom"
320 version = "0.1.6"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
322 dependencies = [
323  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
324  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
325 ]
326
327 [[package]]
328 name = "gimli"
329 version = "0.18.0"
330 source = "git+https://github.com/gimli-rs/gimli.git#2d8c8e200a3cac9fb649e7ed77c621168cb91d8d"
331 dependencies = [
332  "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
333  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
334  "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
335  "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
336  "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
337 ]
338
339 [[package]]
340 name = "goblin"
341 version = "0.0.22"
342 source = "git+https://github.com/m4b/goblin?rev=e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83#e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83"
343 dependencies = [
344  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
345  "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
346  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
347 ]
348
349 [[package]]
350 name = "goblin"
351 version = "0.0.22"
352 source = "registry+https://github.com/rust-lang/crates.io-index"
353 dependencies = [
354  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
355  "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
356  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
357 ]
358
359 [[package]]
360 name = "goblin"
361 version = "0.0.23"
362 source = "registry+https://github.com/rust-lang/crates.io-index"
363 dependencies = [
364  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
365  "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
366  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
367 ]
368
369 [[package]]
370 name = "heck"
371 version = "0.3.1"
372 source = "registry+https://github.com/rust-lang/crates.io-index"
373 dependencies = [
374  "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
375 ]
376
377 [[package]]
378 name = "humantime"
379 version = "1.2.0"
380 source = "registry+https://github.com/rust-lang/crates.io-index"
381 dependencies = [
382  "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
383 ]
384
385 [[package]]
386 name = "indexmap"
387 version = "1.0.2"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
389
390 [[package]]
391 name = "itoa"
392 version = "0.4.4"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394
395 [[package]]
396 name = "lazy_static"
397 version = "1.3.0"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 dependencies = [
400  "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
401 ]
402
403 [[package]]
404 name = "libc"
405 version = "0.2.58"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407
408 [[package]]
409 name = "log"
410 version = "0.4.6"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 dependencies = [
413  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
414 ]
415
416 [[package]]
417 name = "mach"
418 version = "0.2.3"
419 source = "registry+https://github.com/rust-lang/crates.io-index"
420 dependencies = [
421  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
422 ]
423
424 [[package]]
425 name = "memchr"
426 version = "2.2.0"
427 source = "registry+https://github.com/rust-lang/crates.io-index"
428
429 [[package]]
430 name = "miniz-sys"
431 version = "0.1.12"
432 source = "registry+https://github.com/rust-lang/crates.io-index"
433 dependencies = [
434  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
435  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
436 ]
437
438 [[package]]
439 name = "miniz_oxide"
440 version = "0.2.2"
441 source = "registry+https://github.com/rust-lang/crates.io-index"
442 dependencies = [
443  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
444 ]
445
446 [[package]]
447 name = "miniz_oxide_c_api"
448 version = "0.2.2"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 dependencies = [
451  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
452  "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
453  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
454  "miniz_oxide 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
455 ]
456
457 [[package]]
458 name = "nodrop"
459 version = "0.1.13"
460 source = "registry+https://github.com/rust-lang/crates.io-index"
461
462 [[package]]
463 name = "numtoa"
464 version = "0.1.0"
465 source = "registry+https://github.com/rust-lang/crates.io-index"
466
467 [[package]]
468 name = "object"
469 version = "0.12.0"
470 source = "git+https://github.com/gimli-rs/object.git#79ce87e3fd25ef385326655c5ad151e03d456b0a"
471 dependencies = [
472  "flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
473  "goblin 0.0.22 (git+https://github.com/m4b/goblin?rev=e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83)",
474  "parity-wasm 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
475  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
476  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
477  "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
478 ]
479
480 [[package]]
481 name = "parity-wasm"
482 version = "0.38.0"
483 source = "registry+https://github.com/rust-lang/crates.io-index"
484
485 [[package]]
486 name = "plain"
487 version = "0.2.3"
488 source = "registry+https://github.com/rust-lang/crates.io-index"
489
490 [[package]]
491 name = "ppv-lite86"
492 version = "0.2.5"
493 source = "registry+https://github.com/rust-lang/crates.io-index"
494
495 [[package]]
496 name = "proc-macro2"
497 version = "0.4.30"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 dependencies = [
500  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
501 ]
502
503 [[package]]
504 name = "quick-error"
505 version = "1.2.2"
506 source = "registry+https://github.com/rust-lang/crates.io-index"
507
508 [[package]]
509 name = "quote"
510 version = "0.6.12"
511 source = "registry+https://github.com/rust-lang/crates.io-index"
512 dependencies = [
513  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
514 ]
515
516 [[package]]
517 name = "rand"
518 version = "0.7.0"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 dependencies = [
521  "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
522  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
523  "rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
524  "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
525  "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
526 ]
527
528 [[package]]
529 name = "rand_chacha"
530 version = "0.2.0"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
532 dependencies = [
533  "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
534  "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
535  "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
536 ]
537
538 [[package]]
539 name = "rand_core"
540 version = "0.5.0"
541 source = "registry+https://github.com/rust-lang/crates.io-index"
542 dependencies = [
543  "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
544 ]
545
546 [[package]]
547 name = "rand_hc"
548 version = "0.2.0"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 dependencies = [
551  "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
552 ]
553
554 [[package]]
555 name = "raw-cpuid"
556 version = "6.1.0"
557 source = "registry+https://github.com/rust-lang/crates.io-index"
558 dependencies = [
559  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
560  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
561  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
562 ]
563
564 [[package]]
565 name = "redox_syscall"
566 version = "0.1.56"
567 source = "registry+https://github.com/rust-lang/crates.io-index"
568
569 [[package]]
570 name = "redox_termios"
571 version = "0.1.1"
572 source = "registry+https://github.com/rust-lang/crates.io-index"
573 dependencies = [
574  "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
575 ]
576
577 [[package]]
578 name = "regex"
579 version = "1.1.7"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
581 dependencies = [
582  "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
583  "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
584  "regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
585  "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
586  "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
587 ]
588
589 [[package]]
590 name = "regex-syntax"
591 version = "0.6.7"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
593 dependencies = [
594  "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
595 ]
596
597 [[package]]
598 name = "region"
599 version = "2.1.2"
600 source = "registry+https://github.com/rust-lang/crates.io-index"
601 dependencies = [
602  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
603  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
604  "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
605  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
606 ]
607
608 [[package]]
609 name = "remove_dir_all"
610 version = "0.5.2"
611 source = "registry+https://github.com/rust-lang/crates.io-index"
612 dependencies = [
613  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
614 ]
615
616 [[package]]
617 name = "rustc-demangle"
618 version = "0.1.15"
619 source = "registry+https://github.com/rust-lang/crates.io-index"
620
621 [[package]]
622 name = "rustc_codegen_cranelift"
623 version = "0.1.0"
624 dependencies = [
625  "ar 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
626  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
627  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
628  "cranelift 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
629  "cranelift-faerie 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
630  "cranelift-module 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
631  "cranelift-simplejit 0.35.0 (git+https://github.com/CraneStation/cranelift.git)",
632  "faerie 0.10.1 (git+https://github.com/m4b/faerie.git)",
633  "gimli 0.18.0 (git+https://github.com/gimli-rs/gimli.git)",
634  "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
635  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
636  "object 0.12.0 (git+https://github.com/gimli-rs/object.git)",
637  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
638  "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
639 ]
640
641 [[package]]
642 name = "rustc_version"
643 version = "0.2.3"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 dependencies = [
646  "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
647 ]
648
649 [[package]]
650 name = "ryu"
651 version = "1.0.0"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653
654 [[package]]
655 name = "scroll"
656 version = "0.9.2"
657 source = "registry+https://github.com/rust-lang/crates.io-index"
658 dependencies = [
659  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
660  "scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
661 ]
662
663 [[package]]
664 name = "scroll_derive"
665 version = "0.9.5"
666 source = "registry+https://github.com/rust-lang/crates.io-index"
667 dependencies = [
668  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
669  "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
670  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
671 ]
672
673 [[package]]
674 name = "semver"
675 version = "0.9.0"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
677 dependencies = [
678  "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
679 ]
680
681 [[package]]
682 name = "semver-parser"
683 version = "0.7.0"
684 source = "registry+https://github.com/rust-lang/crates.io-index"
685
686 [[package]]
687 name = "serde"
688 version = "1.0.94"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
690
691 [[package]]
692 name = "serde_json"
693 version = "1.0.40"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
695 dependencies = [
696  "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
697  "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
698  "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
699 ]
700
701 [[package]]
702 name = "spin"
703 version = "0.5.0"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705
706 [[package]]
707 name = "stable_deref_trait"
708 version = "1.1.1"
709 source = "registry+https://github.com/rust-lang/crates.io-index"
710
711 [[package]]
712 name = "string-interner"
713 version = "0.6.3"
714 source = "registry+https://github.com/rust-lang/crates.io-index"
715 dependencies = [
716  "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
717 ]
718
719 [[package]]
720 name = "strsim"
721 version = "0.8.0"
722 source = "registry+https://github.com/rust-lang/crates.io-index"
723
724 [[package]]
725 name = "structopt"
726 version = "0.2.18"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
728 dependencies = [
729  "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
730  "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
731 ]
732
733 [[package]]
734 name = "structopt-derive"
735 version = "0.2.18"
736 source = "registry+https://github.com/rust-lang/crates.io-index"
737 dependencies = [
738  "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
739  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
740  "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
741  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
742 ]
743
744 [[package]]
745 name = "syn"
746 version = "0.15.39"
747 source = "registry+https://github.com/rust-lang/crates.io-index"
748 dependencies = [
749  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
750  "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
751  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
752 ]
753
754 [[package]]
755 name = "synstructure"
756 version = "0.10.2"
757 source = "registry+https://github.com/rust-lang/crates.io-index"
758 dependencies = [
759  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
760  "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
761  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
762  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
763 ]
764
765 [[package]]
766 name = "target-lexicon"
767 version = "0.4.0"
768 source = "registry+https://github.com/rust-lang/crates.io-index"
769 dependencies = [
770  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
771  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
772  "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
773 ]
774
775 [[package]]
776 name = "tempfile"
777 version = "3.1.0"
778 source = "registry+https://github.com/rust-lang/crates.io-index"
779 dependencies = [
780  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
781  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
782  "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
783  "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
784  "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
785  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
786 ]
787
788 [[package]]
789 name = "termcolor"
790 version = "1.0.5"
791 source = "registry+https://github.com/rust-lang/crates.io-index"
792 dependencies = [
793  "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
794 ]
795
796 [[package]]
797 name = "termion"
798 version = "1.5.3"
799 source = "registry+https://github.com/rust-lang/crates.io-index"
800 dependencies = [
801  "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
802  "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
803  "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
804  "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
805 ]
806
807 [[package]]
808 name = "textwrap"
809 version = "0.11.0"
810 source = "registry+https://github.com/rust-lang/crates.io-index"
811 dependencies = [
812  "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
813 ]
814
815 [[package]]
816 name = "thread_local"
817 version = "0.3.6"
818 source = "registry+https://github.com/rust-lang/crates.io-index"
819 dependencies = [
820  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
821 ]
822
823 [[package]]
824 name = "ucd-util"
825 version = "0.1.3"
826 source = "registry+https://github.com/rust-lang/crates.io-index"
827
828 [[package]]
829 name = "unicode-segmentation"
830 version = "1.3.0"
831 source = "registry+https://github.com/rust-lang/crates.io-index"
832
833 [[package]]
834 name = "unicode-width"
835 version = "0.1.5"
836 source = "registry+https://github.com/rust-lang/crates.io-index"
837
838 [[package]]
839 name = "unicode-xid"
840 version = "0.1.0"
841 source = "registry+https://github.com/rust-lang/crates.io-index"
842
843 [[package]]
844 name = "utf8-ranges"
845 version = "1.0.3"
846 source = "registry+https://github.com/rust-lang/crates.io-index"
847
848 [[package]]
849 name = "uuid"
850 version = "0.7.4"
851 source = "registry+https://github.com/rust-lang/crates.io-index"
852
853 [[package]]
854 name = "vec_map"
855 version = "0.8.1"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
857
858 [[package]]
859 name = "winapi"
860 version = "0.3.7"
861 source = "registry+https://github.com/rust-lang/crates.io-index"
862 dependencies = [
863  "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
864  "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
865 ]
866
867 [[package]]
868 name = "winapi-i686-pc-windows-gnu"
869 version = "0.4.0"
870 source = "registry+https://github.com/rust-lang/crates.io-index"
871
872 [[package]]
873 name = "winapi-util"
874 version = "0.1.2"
875 source = "registry+https://github.com/rust-lang/crates.io-index"
876 dependencies = [
877  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
878 ]
879
880 [[package]]
881 name = "winapi-x86_64-pc-windows-gnu"
882 version = "0.4.0"
883 source = "registry+https://github.com/rust-lang/crates.io-index"
884
885 [[package]]
886 name = "wincolor"
887 version = "1.0.1"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 dependencies = [
890  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
891  "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
892 ]
893
894 [metadata]
895 "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
896 "checksum aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282"
897 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
898 "checksum ar 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6c1afd66a96a235fa8eeec0ee757ec0d2c0db7cb89b4e04ae159f37952b97bd5"
899 "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
900 "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
901 "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
902 "checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5"
903 "checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61"
904 "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
905 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
906 "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
907 "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
908 "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
909 "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
910 "checksum cranelift 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
911 "checksum cranelift-bforest 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
912 "checksum cranelift-codegen 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
913 "checksum cranelift-codegen-meta 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
914 "checksum cranelift-entity 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
915 "checksum cranelift-faerie 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
916 "checksum cranelift-frontend 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
917 "checksum cranelift-module 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
918 "checksum cranelift-native 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
919 "checksum cranelift-simplejit 0.35.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
920 "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
921 "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
922 "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
923 "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
924 "checksum faerie 0.10.1 (git+https://github.com/m4b/faerie.git)" = "<none>"
925 "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
926 "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
927 "checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
928 "checksum flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "550934ad4808d5d39365e5d61727309bf18b3b02c6c56b729cb92e7dd84bc3d8"
929 "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
930 "checksum getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e65cce4e5084b14874c4e7097f38cab54f47ee554f9194673456ea379dcc4c55"
931 "checksum gimli 0.18.0 (git+https://github.com/gimli-rs/gimli.git)" = "<none>"
932 "checksum goblin 0.0.22 (git+https://github.com/m4b/goblin?rev=e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83)" = "<none>"
933 "checksum goblin 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7f55d53401eb2fd30afd025c570b1946b6966344acf21b42e31286f3bf89e6a8"
934 "checksum goblin 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "ac56b4753b6b8c2e052ca30717e5a09acf1b02a2c1681bf3d883bd660e5d22bd"
935 "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
936 "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
937 "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
938 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
939 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
940 "checksum libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319"
941 "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
942 "checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
943 "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
944 "checksum miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
945 "checksum miniz_oxide 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b6c3756d66cf286314d5f7ebe74886188a9a92f5eee68b06f31ac2b4f314c99d"
946 "checksum miniz_oxide_c_api 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5b78ca5446dd9fe0dab00e058731b6b08a8c1d2b9cdb8efb10876e24e9ae2494"
947 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
948 "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
949 "checksum object 0.12.0 (git+https://github.com/gimli-rs/object.git)" = "<none>"
950 "checksum parity-wasm 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)" = "20d7e522a7f994cc4ae32970b1ce0d99ecf91b8e1df080517a26faa6d2e2ee62"
951 "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
952 "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
953 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
954 "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
955 "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
956 "checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
957 "checksum rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e193067942ef6f485a349a113329140d0ab9e2168ce92274499bb0e9a4190d9d"
958 "checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
959 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
960 "checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
961 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
962 "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
963 "checksum regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b2f0808e7d7e4fb1cb07feb6ff2f4bc827938f24f8c2e6a3beb7370af544bdd"
964 "checksum regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48"
965 "checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
966 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
967 "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
968 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
969 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
970 "checksum scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383"
971 "checksum scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
972 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
973 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
974 "checksum serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "076a696fdea89c19d3baed462576b8f6d663064414b5c793642da8dfeb99475b"
975 "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
976 "checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55"
977 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
978 "checksum string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "abb38a0d8fe673c40b10b6b75abcb076a958cc10fb894f14993d9737c4c87000"
979 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
980 "checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7"
981 "checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107"
982 "checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c"
983 "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
984 "checksum target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0ab4982b8945c35cc1c46a83a9094c414f6828a099ce5dcaa8ee2b04642dcb"
985 "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
986 "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
987 "checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330"
988 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
989 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
990 "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
991 "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
992 "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
993 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
994 "checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde"
995 "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
996 "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
997 "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
998 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
999 "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
1000 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1001 "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"