]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Update dependencies
[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 = "ar"
10 version = "0.7.0"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
12 dependencies = [
13  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
14 ]
15
16 [[package]]
17 name = "arrayvec"
18 version = "0.4.11"
19 source = "registry+https://github.com/rust-lang/crates.io-index"
20 dependencies = [
21  "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
22 ]
23
24 [[package]]
25 name = "backtrace"
26 version = "0.3.34"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 dependencies = [
29  "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
30  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
31  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
32  "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
33 ]
34
35 [[package]]
36 name = "backtrace-sys"
37 version = "0.1.31"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 dependencies = [
40  "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
41  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
42 ]
43
44 [[package]]
45 name = "bitflags"
46 version = "1.1.0"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48
49 [[package]]
50 name = "byteorder"
51 version = "1.3.2"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53
54 [[package]]
55 name = "c2-chacha"
56 version = "0.2.2"
57 source = "registry+https://github.com/rust-lang/crates.io-index"
58 dependencies = [
59  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
60  "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
61 ]
62
63 [[package]]
64 name = "cc"
65 version = "1.0.40"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67
68 [[package]]
69 name = "cfg-if"
70 version = "0.1.9"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72
73 [[package]]
74 name = "cranelift"
75 version = "0.36.0"
76 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
77 dependencies = [
78  "cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
79  "cranelift-frontend 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
80 ]
81
82 [[package]]
83 name = "cranelift-bforest"
84 version = "0.36.0"
85 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
86 dependencies = [
87  "cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
88 ]
89
90 [[package]]
91 name = "cranelift-codegen"
92 version = "0.36.0"
93 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
94 dependencies = [
95  "cranelift-bforest 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
96  "cranelift-codegen-meta 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
97  "cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
98  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
99  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
100  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
101  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
102 ]
103
104 [[package]]
105 name = "cranelift-codegen-meta"
106 version = "0.36.0"
107 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
108 dependencies = [
109  "cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
110 ]
111
112 [[package]]
113 name = "cranelift-entity"
114 version = "0.36.0"
115 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
116
117 [[package]]
118 name = "cranelift-faerie"
119 version = "0.36.0"
120 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
121 dependencies = [
122  "cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
123  "cranelift-module 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
124  "faerie 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
125  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
126  "goblin 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
127  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
128 ]
129
130 [[package]]
131 name = "cranelift-frontend"
132 version = "0.36.0"
133 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
134 dependencies = [
135  "cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
136  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
137  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
138 ]
139
140 [[package]]
141 name = "cranelift-module"
142 version = "0.36.0"
143 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
144 dependencies = [
145  "cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
146  "cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
147  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
148  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
149 ]
150
151 [[package]]
152 name = "cranelift-native"
153 version = "0.36.0"
154 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
155 dependencies = [
156  "cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
157  "raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
158  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
159 ]
160
161 [[package]]
162 name = "cranelift-simplejit"
163 version = "0.36.0"
164 source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
165 dependencies = [
166  "cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
167  "cranelift-module 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
168  "cranelift-native 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
169  "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
170  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
171  "region 2.1.2 (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  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
174 ]
175
176 [[package]]
177 name = "crc32fast"
178 version = "1.2.0"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 dependencies = [
181  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
182 ]
183
184 [[package]]
185 name = "errno"
186 version = "0.2.4"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 dependencies = [
189  "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
190  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
191  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
192 ]
193
194 [[package]]
195 name = "errno-dragonfly"
196 version = "0.1.1"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 dependencies = [
199  "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
200  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
201 ]
202
203 [[package]]
204 name = "faerie"
205 version = "0.10.2"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 dependencies = [
208  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
209  "goblin 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
210  "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
211  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
212  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
213  "string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
214  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
215 ]
216
217 [[package]]
218 name = "failure"
219 version = "0.1.5"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 dependencies = [
222  "backtrace 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)",
223  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
224 ]
225
226 [[package]]
227 name = "failure_derive"
228 version = "0.1.5"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 dependencies = [
231  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
232  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
233  "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
234  "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
235 ]
236
237 [[package]]
238 name = "fallible-iterator"
239 version = "0.2.0"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
241
242 [[package]]
243 name = "flate2"
244 version = "1.0.11"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
246 dependencies = [
247  "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
248  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
249  "miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
250  "miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
251 ]
252
253 [[package]]
254 name = "gcc"
255 version = "0.3.55"
256 source = "registry+https://github.com/rust-lang/crates.io-index"
257
258 [[package]]
259 name = "getrandom"
260 version = "0.1.10"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
262 dependencies = [
263  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
264  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
265  "wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
266 ]
267
268 [[package]]
269 name = "gimli"
270 version = "0.19.0"
271 source = "git+https://github.com/gimli-rs/gimli.git#91e38653f2f4d615d7acc5da1df2fcbec0b50eb0"
272 dependencies = [
273  "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
274  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
275  "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
276  "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
277  "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
278 ]
279
280 [[package]]
281 name = "goblin"
282 version = "0.0.22"
283 source = "git+https://github.com/m4b/goblin?rev=e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83#e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83"
284 dependencies = [
285  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
286  "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
287  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
288 ]
289
290 [[package]]
291 name = "goblin"
292 version = "0.0.22"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
294 dependencies = [
295  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
296  "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
297  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
298 ]
299
300 [[package]]
301 name = "goblin"
302 version = "0.0.23"
303 source = "registry+https://github.com/rust-lang/crates.io-index"
304 dependencies = [
305  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
306  "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
307  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
308 ]
309
310 [[package]]
311 name = "indexmap"
312 version = "1.0.2"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
314
315 [[package]]
316 name = "itoa"
317 version = "0.4.4"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319
320 [[package]]
321 name = "lazy_static"
322 version = "1.3.0"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
324
325 [[package]]
326 name = "libc"
327 version = "0.2.62"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329
330 [[package]]
331 name = "libloading"
332 version = "0.5.2"
333 source = "registry+https://github.com/rust-lang/crates.io-index"
334 dependencies = [
335  "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
336  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
337 ]
338
339 [[package]]
340 name = "log"
341 version = "0.4.8"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 dependencies = [
344  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
345 ]
346
347 [[package]]
348 name = "mach"
349 version = "0.2.3"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
351 dependencies = [
352  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
353 ]
354
355 [[package]]
356 name = "miniz-sys"
357 version = "0.1.12"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 dependencies = [
360  "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
361  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
362 ]
363
364 [[package]]
365 name = "miniz_oxide"
366 version = "0.3.2"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 dependencies = [
369  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
370 ]
371
372 [[package]]
373 name = "nodrop"
374 version = "0.1.13"
375 source = "registry+https://github.com/rust-lang/crates.io-index"
376
377 [[package]]
378 name = "object"
379 version = "0.12.0"
380 source = "git+https://github.com/gimli-rs/object.git#79ce87e3fd25ef385326655c5ad151e03d456b0a"
381 dependencies = [
382  "flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
383  "goblin 0.0.22 (git+https://github.com/m4b/goblin?rev=e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83)",
384  "parity-wasm 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
385  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
386  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
387  "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
388 ]
389
390 [[package]]
391 name = "parity-wasm"
392 version = "0.38.0"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394
395 [[package]]
396 name = "plain"
397 version = "0.2.3"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399
400 [[package]]
401 name = "ppv-lite86"
402 version = "0.2.5"
403 source = "registry+https://github.com/rust-lang/crates.io-index"
404
405 [[package]]
406 name = "proc-macro2"
407 version = "0.4.30"
408 source = "registry+https://github.com/rust-lang/crates.io-index"
409 dependencies = [
410  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
411 ]
412
413 [[package]]
414 name = "quote"
415 version = "0.6.13"
416 source = "registry+https://github.com/rust-lang/crates.io-index"
417 dependencies = [
418  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
419 ]
420
421 [[package]]
422 name = "rand"
423 version = "0.7.0"
424 source = "registry+https://github.com/rust-lang/crates.io-index"
425 dependencies = [
426  "getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
427  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
428  "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
429  "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
430  "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
431 ]
432
433 [[package]]
434 name = "rand_chacha"
435 version = "0.2.1"
436 source = "registry+https://github.com/rust-lang/crates.io-index"
437 dependencies = [
438  "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
439  "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
440 ]
441
442 [[package]]
443 name = "rand_core"
444 version = "0.5.0"
445 source = "registry+https://github.com/rust-lang/crates.io-index"
446 dependencies = [
447  "getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
448 ]
449
450 [[package]]
451 name = "rand_hc"
452 version = "0.2.0"
453 source = "registry+https://github.com/rust-lang/crates.io-index"
454 dependencies = [
455  "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
456 ]
457
458 [[package]]
459 name = "raw-cpuid"
460 version = "6.1.0"
461 source = "registry+https://github.com/rust-lang/crates.io-index"
462 dependencies = [
463  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
464  "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
465  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
466 ]
467
468 [[package]]
469 name = "redox_syscall"
470 version = "0.1.56"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472
473 [[package]]
474 name = "region"
475 version = "2.1.2"
476 source = "registry+https://github.com/rust-lang/crates.io-index"
477 dependencies = [
478  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
479  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
480  "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
481  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
482 ]
483
484 [[package]]
485 name = "remove_dir_all"
486 version = "0.5.2"
487 source = "registry+https://github.com/rust-lang/crates.io-index"
488 dependencies = [
489  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
490 ]
491
492 [[package]]
493 name = "rustc-demangle"
494 version = "0.1.16"
495 source = "registry+https://github.com/rust-lang/crates.io-index"
496
497 [[package]]
498 name = "rustc_codegen_cranelift"
499 version = "0.1.0"
500 dependencies = [
501  "ar 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
502  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
503  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
504  "cranelift 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
505  "cranelift-faerie 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
506  "cranelift-module 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
507  "cranelift-simplejit 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
508  "faerie 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
509  "gimli 0.19.0 (git+https://github.com/gimli-rs/gimli.git)",
510  "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
511  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
512  "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
513  "object 0.12.0 (git+https://github.com/gimli-rs/object.git)",
514  "target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
515  "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
516 ]
517
518 [[package]]
519 name = "rustc_version"
520 version = "0.2.3"
521 source = "registry+https://github.com/rust-lang/crates.io-index"
522 dependencies = [
523  "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
524 ]
525
526 [[package]]
527 name = "ryu"
528 version = "1.0.0"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
530
531 [[package]]
532 name = "scroll"
533 version = "0.9.2"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 dependencies = [
536  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
537  "scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
538 ]
539
540 [[package]]
541 name = "scroll_derive"
542 version = "0.9.5"
543 source = "registry+https://github.com/rust-lang/crates.io-index"
544 dependencies = [
545  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
546  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
547  "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
548 ]
549
550 [[package]]
551 name = "semver"
552 version = "0.9.0"
553 source = "registry+https://github.com/rust-lang/crates.io-index"
554 dependencies = [
555  "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
556 ]
557
558 [[package]]
559 name = "semver-parser"
560 version = "0.7.0"
561 source = "registry+https://github.com/rust-lang/crates.io-index"
562
563 [[package]]
564 name = "serde"
565 version = "1.0.99"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567
568 [[package]]
569 name = "serde_json"
570 version = "1.0.40"
571 source = "registry+https://github.com/rust-lang/crates.io-index"
572 dependencies = [
573  "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
574  "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
575  "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
576 ]
577
578 [[package]]
579 name = "stable_deref_trait"
580 version = "1.1.1"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
582
583 [[package]]
584 name = "string-interner"
585 version = "0.6.3"
586 source = "registry+https://github.com/rust-lang/crates.io-index"
587 dependencies = [
588  "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
589 ]
590
591 [[package]]
592 name = "syn"
593 version = "0.15.44"
594 source = "registry+https://github.com/rust-lang/crates.io-index"
595 dependencies = [
596  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
597  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
598  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
599 ]
600
601 [[package]]
602 name = "synstructure"
603 version = "0.10.2"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 dependencies = [
606  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
607  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
608  "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
609  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
610 ]
611
612 [[package]]
613 name = "target-lexicon"
614 version = "0.4.0"
615 source = "registry+https://github.com/rust-lang/crates.io-index"
616 dependencies = [
617  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
618  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
619  "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
620 ]
621
622 [[package]]
623 name = "tempfile"
624 version = "3.1.0"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 dependencies = [
627  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
628  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
629  "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
630  "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
631  "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
632  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
633 ]
634
635 [[package]]
636 name = "unicode-xid"
637 version = "0.1.0"
638 source = "registry+https://github.com/rust-lang/crates.io-index"
639
640 [[package]]
641 name = "uuid"
642 version = "0.7.4"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644
645 [[package]]
646 name = "wasi"
647 version = "0.5.0"
648 source = "registry+https://github.com/rust-lang/crates.io-index"
649
650 [[package]]
651 name = "winapi"
652 version = "0.3.7"
653 source = "registry+https://github.com/rust-lang/crates.io-index"
654 dependencies = [
655  "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
656  "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
657 ]
658
659 [[package]]
660 name = "winapi-i686-pc-windows-gnu"
661 version = "0.4.0"
662 source = "registry+https://github.com/rust-lang/crates.io-index"
663
664 [[package]]
665 name = "winapi-x86_64-pc-windows-gnu"
666 version = "0.4.0"
667 source = "registry+https://github.com/rust-lang/crates.io-index"
668
669 [metadata]
670 "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
671 "checksum ar 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6c1afd66a96a235fa8eeec0ee757ec0d2c0db7cb89b4e04ae159f37952b97bd5"
672 "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
673 "checksum backtrace 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)" = "b5164d292487f037ece34ec0de2fcede2faa162f085dd96d2385ab81b12765ba"
674 "checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
675 "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
676 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
677 "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
678 "checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7"
679 "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
680 "checksum cranelift 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
681 "checksum cranelift-bforest 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
682 "checksum cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
683 "checksum cranelift-codegen-meta 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
684 "checksum cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
685 "checksum cranelift-faerie 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
686 "checksum cranelift-frontend 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
687 "checksum cranelift-module 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
688 "checksum cranelift-native 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
689 "checksum cranelift-simplejit 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
690 "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
691 "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
692 "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
693 "checksum faerie 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1d2467155f3071b96447d53af110805cadbe9162f5be6c300792fb76c0e54051"
694 "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
695 "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
696 "checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
697 "checksum flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682"
698 "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
699 "checksum getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6171a6cc63fbabbe27c2b5ee268e8b7fe5dc1eb0dd2dfad537c1dfed6f69117e"
700 "checksum gimli 0.19.0 (git+https://github.com/gimli-rs/gimli.git)" = "<none>"
701 "checksum goblin 0.0.22 (git+https://github.com/m4b/goblin?rev=e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83)" = "<none>"
702 "checksum goblin 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7f55d53401eb2fd30afd025c570b1946b6966344acf21b42e31286f3bf89e6a8"
703 "checksum goblin 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "ac56b4753b6b8c2e052ca30717e5a09acf1b02a2c1681bf3d883bd660e5d22bd"
704 "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
705 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
706 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
707 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
708 "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
709 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
710 "checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
711 "checksum miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
712 "checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10"
713 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
714 "checksum object 0.12.0 (git+https://github.com/gimli-rs/object.git)" = "<none>"
715 "checksum parity-wasm 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)" = "20d7e522a7f994cc4ae32970b1ce0d99ecf91b8e1df080517a26faa6d2e2ee62"
716 "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
717 "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
718 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
719 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
720 "checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
721 "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
722 "checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
723 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
724 "checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
725 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
726 "checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
727 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
728 "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
729 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
730 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
731 "checksum scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383"
732 "checksum scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
733 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
734 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
735 "checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
736 "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
737 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
738 "checksum string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "abb38a0d8fe673c40b10b6b75abcb076a958cc10fb894f14993d9737c4c87000"
739 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
740 "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
741 "checksum target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0ab4982b8945c35cc1c46a83a9094c414f6828a099ce5dcaa8ee2b04642dcb"
742 "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
743 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
744 "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
745 "checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7"
746 "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
747 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
748 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"