]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Remove bitflags dependency
[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.38"
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.10 (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.2.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.10"
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#01201b110d55142c80bc34c2832a3c8823c94e60"
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#01201b110d55142c80bc34c2832a3c8823c94e60"
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#01201b110d55142c80bc34c2832a3c8823c94e60"
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#01201b110d55142c80bc34c2832a3c8823c94e60"
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#01201b110d55142c80bc34c2832a3c8823c94e60"
107
108 [[package]]
109 name = "cranelift-entity"
110 version = "0.44.0"
111 source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
112
113 [[package]]
114 name = "cranelift-faerie"
115 version = "0.44.0"
116 source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
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#01201b110d55142c80bc34c2832a3c8823c94e60"
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#01201b110d55142c80bc34c2832a3c8823c94e60"
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#01201b110d55142c80bc34c2832a3c8823c94e60"
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#01201b110d55142c80bc34c2832a3c8823c94e60"
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.10 (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.38 (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.12"
242 source = "registry+https://github.com/rust-lang/crates.io-index"
243 dependencies = [
244  "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
245  "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
246  "libc 0.2.62 (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.10 (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_oxide"
319 version = "0.3.2"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 dependencies = [
322  "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
323 ]
324
325 [[package]]
326 name = "nodrop"
327 version = "0.1.13"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329
330 [[package]]
331 name = "object"
332 version = "0.14.0"
333 source = "registry+https://github.com/rust-lang/crates.io-index"
334 dependencies = [
335  "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
336  "goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
337  "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
338  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
339  "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
340 ]
341
342 [[package]]
343 name = "plain"
344 version = "0.2.3"
345 source = "registry+https://github.com/rust-lang/crates.io-index"
346
347 [[package]]
348 name = "proc-macro2"
349 version = "0.4.30"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
351 dependencies = [
352  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
353 ]
354
355 [[package]]
356 name = "quote"
357 version = "0.6.13"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 dependencies = [
360  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
361 ]
362
363 [[package]]
364 name = "raw-cpuid"
365 version = "6.1.0"
366 source = "registry+https://github.com/rust-lang/crates.io-index"
367 dependencies = [
368  "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
369  "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
370  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
371 ]
372
373 [[package]]
374 name = "region"
375 version = "2.1.2"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 dependencies = [
378  "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
379  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
380  "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
381  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
382 ]
383
384 [[package]]
385 name = "rustc-demangle"
386 version = "0.1.16"
387 source = "registry+https://github.com/rust-lang/crates.io-index"
388
389 [[package]]
390 name = "rustc_codegen_cranelift"
391 version = "0.1.0"
392 dependencies = [
393  "ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
394  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
395  "cranelift 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
396  "cranelift-faerie 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
397  "cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
398  "cranelift-simplejit 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
399  "faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
400  "gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
401  "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
402  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
403  "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
404  "object 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
405  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
406 ]
407
408 [[package]]
409 name = "rustc_version"
410 version = "0.2.3"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 dependencies = [
413  "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
414 ]
415
416 [[package]]
417 name = "ryu"
418 version = "1.0.0"
419 source = "registry+https://github.com/rust-lang/crates.io-index"
420
421 [[package]]
422 name = "scroll"
423 version = "0.9.2"
424 source = "registry+https://github.com/rust-lang/crates.io-index"
425 dependencies = [
426  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
427  "scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
428 ]
429
430 [[package]]
431 name = "scroll_derive"
432 version = "0.9.5"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
434 dependencies = [
435  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
436  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
437  "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
438 ]
439
440 [[package]]
441 name = "semver"
442 version = "0.9.0"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 dependencies = [
445  "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
446 ]
447
448 [[package]]
449 name = "semver-parser"
450 version = "0.7.0"
451 source = "registry+https://github.com/rust-lang/crates.io-index"
452
453 [[package]]
454 name = "serde"
455 version = "1.0.101"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457
458 [[package]]
459 name = "serde_json"
460 version = "1.0.41"
461 source = "registry+https://github.com/rust-lang/crates.io-index"
462 dependencies = [
463  "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
464  "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
465  "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
466 ]
467
468 [[package]]
469 name = "smallvec"
470 version = "0.6.10"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472
473 [[package]]
474 name = "stable_deref_trait"
475 version = "1.1.1"
476 source = "registry+https://github.com/rust-lang/crates.io-index"
477
478 [[package]]
479 name = "string-interner"
480 version = "0.7.1"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
482 dependencies = [
483  "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
484 ]
485
486 [[package]]
487 name = "syn"
488 version = "0.15.44"
489 source = "registry+https://github.com/rust-lang/crates.io-index"
490 dependencies = [
491  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
492  "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
493  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
494 ]
495
496 [[package]]
497 name = "synstructure"
498 version = "0.10.2"
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  "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
504  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
505 ]
506
507 [[package]]
508 name = "target-lexicon"
509 version = "0.8.1"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
511 dependencies = [
512  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
513  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
514  "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
515 ]
516
517 [[package]]
518 name = "unicode-xid"
519 version = "0.1.0"
520 source = "registry+https://github.com/rust-lang/crates.io-index"
521
522 [[package]]
523 name = "uuid"
524 version = "0.7.4"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526
527 [[package]]
528 name = "winapi"
529 version = "0.3.8"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531 dependencies = [
532  "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
533  "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
534 ]
535
536 [[package]]
537 name = "winapi-i686-pc-windows-gnu"
538 version = "0.4.0"
539 source = "registry+https://github.com/rust-lang/crates.io-index"
540
541 [[package]]
542 name = "winapi-x86_64-pc-windows-gnu"
543 version = "0.4.0"
544 source = "registry+https://github.com/rust-lang/crates.io-index"
545
546 [metadata]
547 "checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
548 "checksum ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
549 "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
550 "checksum backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5"
551 "checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
552 "checksum bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a606a02debe2813760609f57a64a2ffd27d9fdf5b2f133eaca0b248dd92cdd2"
553 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
554 "checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
555 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
556 "checksum cranelift 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
557 "checksum cranelift-bforest 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
558 "checksum cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
559 "checksum cranelift-codegen-meta 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
560 "checksum cranelift-codegen-shared 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
561 "checksum cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
562 "checksum cranelift-faerie 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
563 "checksum cranelift-frontend 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
564 "checksum cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
565 "checksum cranelift-native 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
566 "checksum cranelift-simplejit 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
567 "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
568 "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
569 "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
570 "checksum faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "875d78b92b2a4d9e1e2c7eeccfa30a327d2ee6434db3beb8fd6fd92f41898bc4"
571 "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
572 "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
573 "checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
574 "checksum flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3"
575 "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
576 "checksum gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "162d18ae5f2e3b90a993d202f1ba17a5633c2484426f8bcae201f86194bacd00"
577 "checksum goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "e3fa261d919c1ae9d1e4533c4a2f99e10938603c4208d56c05bec7a872b661b0"
578 "checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3"
579 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
580 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
581 "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
582 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
583 "checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
584 "checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10"
585 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
586 "checksum object 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81afbc5773e99efe9533d8a539dfac37e531dcd0f4eeb41584bae03ccf76d4c2"
587 "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
588 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
589 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
590 "checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
591 "checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
592 "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
593 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
594 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
595 "checksum scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383"
596 "checksum scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
597 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
598 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
599 "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd"
600 "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2"
601 "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
602 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
603 "checksum string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd710eadff449a1531351b0e43eb81ea404336fa2f56c777427ab0e32a4cf183"
604 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
605 "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
606 "checksum target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7975cb2c6f37d77b190bc5004a2bb015971464756fde9514651a525ada2a741a"
607 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
608 "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
609 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
610 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
611 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"