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