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