]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Bump cranelift from `c7fd5d9` to `ee6fe21` (#742)
[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.4"
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 = "cc"
53 version = "1.0.45"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55
56 [[package]]
57 name = "cfg-if"
58 version = "0.1.9"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
60
61 [[package]]
62 name = "cranelift"
63 version = "0.44.0"
64 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
65 dependencies = [
66  "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
67  "cranelift-frontend 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
68 ]
69
70 [[package]]
71 name = "cranelift-bforest"
72 version = "0.44.0"
73 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
74 dependencies = [
75  "cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
76 ]
77
78 [[package]]
79 name = "cranelift-codegen"
80 version = "0.44.0"
81 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
82 dependencies = [
83  "cranelift-bforest 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
84  "cranelift-codegen-meta 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
85  "cranelift-codegen-shared 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
86  "cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
87  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
88  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
89  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
90  "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
91  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
92 ]
93
94 [[package]]
95 name = "cranelift-codegen-meta"
96 version = "0.44.0"
97 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
98 dependencies = [
99  "cranelift-codegen-shared 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
100  "cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
101 ]
102
103 [[package]]
104 name = "cranelift-codegen-shared"
105 version = "0.44.0"
106 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
107
108 [[package]]
109 name = "cranelift-entity"
110 version = "0.44.0"
111 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
112
113 [[package]]
114 name = "cranelift-faerie"
115 version = "0.44.0"
116 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
117 dependencies = [
118  "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
119  "cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
120  "faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
121  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
122  "goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
123  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
124 ]
125
126 [[package]]
127 name = "cranelift-frontend"
128 version = "0.44.0"
129 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
130 dependencies = [
131  "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
132  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
133  "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
134  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
135 ]
136
137 [[package]]
138 name = "cranelift-module"
139 version = "0.44.0"
140 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
141 dependencies = [
142  "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
143  "cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
144  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
145  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
146 ]
147
148 [[package]]
149 name = "cranelift-native"
150 version = "0.44.0"
151 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
152 dependencies = [
153  "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
154  "raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
155  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
156 ]
157
158 [[package]]
159 name = "cranelift-simplejit"
160 version = "0.44.0"
161 source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
162 dependencies = [
163  "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
164  "cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
165  "cranelift-native 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
166  "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
167  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
168  "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
169  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
170  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
171 ]
172
173 [[package]]
174 name = "crc32fast"
175 version = "1.2.0"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 dependencies = [
178  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
179 ]
180
181 [[package]]
182 name = "errno"
183 version = "0.2.4"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
185 dependencies = [
186  "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
187  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
188  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
189 ]
190
191 [[package]]
192 name = "errno-dragonfly"
193 version = "0.1.1"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
195 dependencies = [
196  "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
197  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
198 ]
199
200 [[package]]
201 name = "faerie"
202 version = "0.11.0"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 dependencies = [
205  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
206  "goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
207  "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
208  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
209  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
210  "string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
211  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
212 ]
213
214 [[package]]
215 name = "failure"
216 version = "0.1.5"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 dependencies = [
219  "backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
220  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
221 ]
222
223 [[package]]
224 name = "failure_derive"
225 version = "0.1.5"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 dependencies = [
228  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
229  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
230  "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
231  "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
232 ]
233
234 [[package]]
235 name = "fallible-iterator"
236 version = "0.2.0"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238
239 [[package]]
240 name = "flate2"
241 version = "1.0.11"
242 source = "registry+https://github.com/rust-lang/crates.io-index"
243 dependencies = [
244  "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
245  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
246  "miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
247  "miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
248 ]
249
250 [[package]]
251 name = "gcc"
252 version = "0.3.55"
253 source = "registry+https://github.com/rust-lang/crates.io-index"
254
255 [[package]]
256 name = "gimli"
257 version = "0.19.0"
258 source = "registry+https://github.com/rust-lang/crates.io-index"
259 dependencies = [
260  "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
261  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
262  "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
263  "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
264  "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
265 ]
266
267 [[package]]
268 name = "goblin"
269 version = "0.0.24"
270 source = "registry+https://github.com/rust-lang/crates.io-index"
271 dependencies = [
272  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
273  "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
274  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
275 ]
276
277 [[package]]
278 name = "indexmap"
279 version = "1.2.0"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281
282 [[package]]
283 name = "itoa"
284 version = "0.4.4"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
286
287 [[package]]
288 name = "libc"
289 version = "0.2.62"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
291
292 [[package]]
293 name = "libloading"
294 version = "0.5.2"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 dependencies = [
297  "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
298  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
299 ]
300
301 [[package]]
302 name = "log"
303 version = "0.4.8"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 dependencies = [
306  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
307 ]
308
309 [[package]]
310 name = "mach"
311 version = "0.2.3"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 dependencies = [
314  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
315 ]
316
317 [[package]]
318 name = "miniz-sys"
319 version = "0.1.12"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 dependencies = [
322  "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
323  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
324 ]
325
326 [[package]]
327 name = "miniz_oxide"
328 version = "0.3.2"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
330 dependencies = [
331  "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
332 ]
333
334 [[package]]
335 name = "nodrop"
336 version = "0.1.13"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338
339 [[package]]
340 name = "object"
341 version = "0.14.0"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 dependencies = [
344  "flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
345  "goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
346  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
347  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
348  "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
349 ]
350
351 [[package]]
352 name = "plain"
353 version = "0.2.3"
354 source = "registry+https://github.com/rust-lang/crates.io-index"
355
356 [[package]]
357 name = "proc-macro2"
358 version = "0.4.30"
359 source = "registry+https://github.com/rust-lang/crates.io-index"
360 dependencies = [
361  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
362 ]
363
364 [[package]]
365 name = "quote"
366 version = "0.6.13"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 dependencies = [
369  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
370 ]
371
372 [[package]]
373 name = "raw-cpuid"
374 version = "6.1.0"
375 source = "registry+https://github.com/rust-lang/crates.io-index"
376 dependencies = [
377  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
378  "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
379  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
380 ]
381
382 [[package]]
383 name = "region"
384 version = "2.1.2"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 dependencies = [
387  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
388  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
389  "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
390  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
391 ]
392
393 [[package]]
394 name = "rustc-demangle"
395 version = "0.1.16"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397
398 [[package]]
399 name = "rustc_codegen_cranelift"
400 version = "0.1.0"
401 dependencies = [
402  "ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
403  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
404  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
405  "cranelift 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
406  "cranelift-faerie 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
407  "cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
408  "cranelift-simplejit 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
409  "faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
410  "gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
411  "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
412  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
413  "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
414  "object 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
415  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
416 ]
417
418 [[package]]
419 name = "rustc_version"
420 version = "0.2.3"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
422 dependencies = [
423  "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
424 ]
425
426 [[package]]
427 name = "ryu"
428 version = "1.0.0"
429 source = "registry+https://github.com/rust-lang/crates.io-index"
430
431 [[package]]
432 name = "scroll"
433 version = "0.9.2"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 dependencies = [
436  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
437  "scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
438 ]
439
440 [[package]]
441 name = "scroll_derive"
442 version = "0.9.5"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 dependencies = [
445  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
446  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
447  "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
448 ]
449
450 [[package]]
451 name = "semver"
452 version = "0.9.0"
453 source = "registry+https://github.com/rust-lang/crates.io-index"
454 dependencies = [
455  "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
456 ]
457
458 [[package]]
459 name = "semver-parser"
460 version = "0.7.0"
461 source = "registry+https://github.com/rust-lang/crates.io-index"
462
463 [[package]]
464 name = "serde"
465 version = "1.0.101"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467
468 [[package]]
469 name = "serde_json"
470 version = "1.0.40"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472 dependencies = [
473  "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
474  "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
475  "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
476 ]
477
478 [[package]]
479 name = "smallvec"
480 version = "0.6.10"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
482
483 [[package]]
484 name = "stable_deref_trait"
485 version = "1.1.1"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487
488 [[package]]
489 name = "string-interner"
490 version = "0.7.1"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
492 dependencies = [
493  "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
494 ]
495
496 [[package]]
497 name = "syn"
498 version = "0.15.44"
499 source = "registry+https://github.com/rust-lang/crates.io-index"
500 dependencies = [
501  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
502  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
503  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
504 ]
505
506 [[package]]
507 name = "synstructure"
508 version = "0.10.2"
509 source = "registry+https://github.com/rust-lang/crates.io-index"
510 dependencies = [
511  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
512  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
513  "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
514  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
515 ]
516
517 [[package]]
518 name = "target-lexicon"
519 version = "0.8.1"
520 source = "registry+https://github.com/rust-lang/crates.io-index"
521 dependencies = [
522  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
523  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
524  "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
525 ]
526
527 [[package]]
528 name = "unicode-xid"
529 version = "0.1.0"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531
532 [[package]]
533 name = "uuid"
534 version = "0.7.4"
535 source = "registry+https://github.com/rust-lang/crates.io-index"
536
537 [[package]]
538 name = "winapi"
539 version = "0.3.8"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
541 dependencies = [
542  "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
543  "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
544 ]
545
546 [[package]]
547 name = "winapi-i686-pc-windows-gnu"
548 version = "0.4.0"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550
551 [[package]]
552 name = "winapi-x86_64-pc-windows-gnu"
553 version = "0.4.0"
554 source = "registry+https://github.com/rust-lang/crates.io-index"
555
556 [metadata]
557 "checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
558 "checksum ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
559 "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
560 "checksum backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)" = "5180c5a20655b14a819b652fd2378fa5f1697b6c9ddad3e695c2f9cedf6df4e2"
561 "checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
562 "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
563 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
564 "checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
565 "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
566 "checksum cranelift 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
567 "checksum cranelift-bforest 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
568 "checksum cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
569 "checksum cranelift-codegen-meta 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
570 "checksum cranelift-codegen-shared 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
571 "checksum cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
572 "checksum cranelift-faerie 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
573 "checksum cranelift-frontend 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
574 "checksum cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
575 "checksum cranelift-native 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
576 "checksum cranelift-simplejit 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
577 "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
578 "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
579 "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
580 "checksum faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "875d78b92b2a4d9e1e2c7eeccfa30a327d2ee6434db3beb8fd6fd92f41898bc4"
581 "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
582 "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
583 "checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
584 "checksum flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682"
585 "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
586 "checksum gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "162d18ae5f2e3b90a993d202f1ba17a5633c2484426f8bcae201f86194bacd00"
587 "checksum goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "e3fa261d919c1ae9d1e4533c4a2f99e10938603c4208d56c05bec7a872b661b0"
588 "checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3"
589 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
590 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
591 "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
592 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
593 "checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
594 "checksum miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
595 "checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10"
596 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
597 "checksum object 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81afbc5773e99efe9533d8a539dfac37e531dcd0f4eeb41584bae03ccf76d4c2"
598 "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
599 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
600 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
601 "checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
602 "checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
603 "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
604 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
605 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
606 "checksum scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383"
607 "checksum scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
608 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
609 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
610 "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd"
611 "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
612 "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
613 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
614 "checksum string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd710eadff449a1531351b0e43eb81ea404336fa2f56c777427ab0e32a4cf183"
615 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
616 "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
617 "checksum target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7975cb2c6f37d77b190bc5004a2bb015971464756fde9514651a525ada2a741a"
618 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
619 "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
620 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
621 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
622 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"