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