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