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