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