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