]> git.lizzy.rs Git - rust.git/blob - src/Cargo.lock
9269fc0f448d8f87b60a312d5979f11efe60863f
[rust.git] / src / Cargo.lock
1 [root]
2 name = "unwind"
3 version = "0.0.0"
4 dependencies = [
5  "core 0.0.0",
6  "libc 0.0.0",
7 ]
8
9 [[package]]
10 name = "aho-corasick"
11 version = "0.6.3"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 dependencies = [
14  "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
15 ]
16
17 [[package]]
18 name = "alloc"
19 version = "0.0.0"
20 dependencies = [
21  "core 0.0.0",
22 ]
23
24 [[package]]
25 name = "alloc_jemalloc"
26 version = "0.0.0"
27 dependencies = [
28  "build_helper 0.1.0",
29  "core 0.0.0",
30  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
31  "libc 0.0.0",
32 ]
33
34 [[package]]
35 name = "alloc_system"
36 version = "0.0.0"
37 dependencies = [
38  "core 0.0.0",
39  "libc 0.0.0",
40 ]
41
42 [[package]]
43 name = "ansi_term"
44 version = "0.9.0"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46
47 [[package]]
48 name = "arena"
49 version = "0.0.0"
50
51 [[package]]
52 name = "atty"
53 version = "0.2.2"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 dependencies = [
56  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
57  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
58  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
59 ]
60
61 [[package]]
62 name = "backtrace"
63 version = "0.3.0"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
65 dependencies = [
66  "backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
67  "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
68  "dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
69  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
70  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
71  "rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
72  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
73 ]
74
75 [[package]]
76 name = "backtrace-sys"
77 version = "0.1.10"
78 source = "registry+https://github.com/rust-lang/crates.io-index"
79 dependencies = [
80  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
81  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
82 ]
83
84 [[package]]
85 name = "bitflags"
86 version = "0.5.0"
87 source = "registry+https://github.com/rust-lang/crates.io-index"
88
89 [[package]]
90 name = "bitflags"
91 version = "0.8.2"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93
94 [[package]]
95 name = "bootstrap"
96 version = "0.0.0"
97 dependencies = [
98  "build_helper 0.1.0",
99  "cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
100  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
101  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
102  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
103  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
104  "num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
105  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
106  "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
107 ]
108
109 [[package]]
110 name = "build-manifest"
111 version = "0.1.0"
112 dependencies = [
113  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
114  "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
115 ]
116
117 [[package]]
118 name = "build_helper"
119 version = "0.1.0"
120 dependencies = [
121  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
122 ]
123
124 [[package]]
125 name = "cargotest2"
126 version = "0.1.0"
127
128 [[package]]
129 name = "cfg-if"
130 version = "0.1.0"
131 source = "registry+https://github.com/rust-lang/crates.io-index"
132
133 [[package]]
134 name = "clap"
135 version = "2.22.1"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 dependencies = [
138  "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
139  "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
140  "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
141  "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
142  "term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
143  "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
144  "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
145  "vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
146  "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
147 ]
148
149 [[package]]
150 name = "cmake"
151 version = "0.1.23"
152 source = "registry+https://github.com/rust-lang/crates.io-index"
153 dependencies = [
154  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
155 ]
156
157 [[package]]
158 name = "collections"
159 version = "0.0.0"
160 dependencies = [
161  "alloc 0.0.0",
162  "core 0.0.0",
163  "std_unicode 0.0.0",
164 ]
165
166 [[package]]
167 name = "compiler_builtins"
168 version = "0.0.0"
169 dependencies = [
170  "build_helper 0.1.0",
171  "core 0.0.0",
172  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
173 ]
174
175 [[package]]
176 name = "compiletest"
177 version = "0.0.0"
178 dependencies = [
179  "diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
180  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
181  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
182  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
183  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
184 ]
185
186 [[package]]
187 name = "core"
188 version = "0.0.0"
189
190 [[package]]
191 name = "dbghelp-sys"
192 version = "0.2.0"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
194 dependencies = [
195  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
196  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
197 ]
198
199 [[package]]
200 name = "diff"
201 version = "0.1.10"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203
204 [[package]]
205 name = "dtoa"
206 version = "0.4.1"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208
209 [[package]]
210 name = "env_logger"
211 version = "0.4.2"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 dependencies = [
214  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
215  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
216 ]
217
218 [[package]]
219 name = "error-chain"
220 version = "0.10.0"
221 source = "registry+https://github.com/rust-lang/crates.io-index"
222 dependencies = [
223  "backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
224 ]
225
226 [[package]]
227 name = "error_index_generator"
228 version = "0.0.0"
229
230 [[package]]
231 name = "filetime"
232 version = "0.1.10"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 dependencies = [
235  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
236 ]
237
238 [[package]]
239 name = "flate"
240 version = "0.0.0"
241 dependencies = [
242  "build_helper 0.1.0",
243  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
244 ]
245
246 [[package]]
247 name = "flate2"
248 version = "0.2.19"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
250 dependencies = [
251  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
252  "miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
253 ]
254
255 [[package]]
256 name = "fmt_macros"
257 version = "0.0.0"
258
259 [[package]]
260 name = "gcc"
261 version = "0.3.46"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263
264 [[package]]
265 name = "getopts"
266 version = "0.0.0"
267
268 [[package]]
269 name = "getopts"
270 version = "0.2.14"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
272
273 [[package]]
274 name = "graphviz"
275 version = "0.0.0"
276
277 [[package]]
278 name = "handlebars"
279 version = "0.25.2"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 dependencies = [
282  "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
283  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
284  "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
285  "quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
286  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
287  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
288  "serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
289 ]
290
291 [[package]]
292 name = "installer"
293 version = "0.0.0"
294 dependencies = [
295  "clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)",
296  "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
297  "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
298  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
299  "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
300  "tar 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
301  "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
302  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
303  "xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
304 ]
305
306 [[package]]
307 name = "itoa"
308 version = "0.3.1"
309 source = "registry+https://github.com/rust-lang/crates.io-index"
310
311 [[package]]
312 name = "kernel32-sys"
313 version = "0.2.2"
314 source = "registry+https://github.com/rust-lang/crates.io-index"
315 dependencies = [
316  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
317  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
318 ]
319
320 [[package]]
321 name = "lazy_static"
322 version = "0.2.8"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
324
325 [[package]]
326 name = "libc"
327 version = "0.0.0"
328 dependencies = [
329  "core 0.0.0",
330 ]
331
332 [[package]]
333 name = "libc"
334 version = "0.2.21"
335 source = "registry+https://github.com/rust-lang/crates.io-index"
336
337 [[package]]
338 name = "linkchecker"
339 version = "0.1.0"
340
341 [[package]]
342 name = "log"
343 version = "0.3.7"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345
346 [[package]]
347 name = "lzma-sys"
348 version = "0.1.3"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
350 dependencies = [
351  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
352  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
353  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
354 ]
355
356 [[package]]
357 name = "mdbook"
358 version = "0.0.21"
359 source = "registry+https://github.com/rust-lang/crates.io-index"
360 dependencies = [
361  "clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)",
362  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
363  "handlebars 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)",
364  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
365  "open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
366  "pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
367  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
368  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
369  "serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
370  "toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
371 ]
372
373 [[package]]
374 name = "memchr"
375 version = "1.0.1"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 dependencies = [
378  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
379 ]
380
381 [[package]]
382 name = "miniz-sys"
383 version = "0.1.9"
384 source = "registry+https://github.com/rust-lang/crates.io-index"
385 dependencies = [
386  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
387  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
388 ]
389
390 [[package]]
391 name = "num-traits"
392 version = "0.1.37"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394
395 [[package]]
396 name = "num_cpus"
397 version = "1.4.0"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 dependencies = [
400  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
401 ]
402
403 [[package]]
404 name = "open"
405 version = "1.2.0"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407
408 [[package]]
409 name = "panic_abort"
410 version = "0.0.0"
411 dependencies = [
412  "core 0.0.0",
413  "libc 0.0.0",
414 ]
415
416 [[package]]
417 name = "panic_unwind"
418 version = "0.0.0"
419 dependencies = [
420  "alloc 0.0.0",
421  "core 0.0.0",
422  "libc 0.0.0",
423  "unwind 0.0.0",
424 ]
425
426 [[package]]
427 name = "pest"
428 version = "0.3.3"
429 source = "registry+https://github.com/rust-lang/crates.io-index"
430
431 [[package]]
432 name = "proc_macro"
433 version = "0.0.0"
434 dependencies = [
435  "syntax 0.0.0",
436 ]
437
438 [[package]]
439 name = "proc_macro_plugin"
440 version = "0.0.0"
441 dependencies = [
442  "rustc_plugin 0.0.0",
443  "syntax 0.0.0",
444  "syntax_pos 0.0.0",
445 ]
446
447 [[package]]
448 name = "pulldown-cmark"
449 version = "0.0.8"
450 source = "registry+https://github.com/rust-lang/crates.io-index"
451 dependencies = [
452  "bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
453  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
454 ]
455
456 [[package]]
457 name = "pulldown-cmark"
458 version = "0.0.14"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
460 dependencies = [
461  "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
462 ]
463
464 [[package]]
465 name = "quick-error"
466 version = "1.1.0"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468
469 [[package]]
470 name = "rand"
471 version = "0.0.0"
472 dependencies = [
473  "core 0.0.0",
474 ]
475
476 [[package]]
477 name = "regex"
478 version = "0.2.1"
479 source = "registry+https://github.com/rust-lang/crates.io-index"
480 dependencies = [
481  "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
482  "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
483  "regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
484  "thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
485  "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
486 ]
487
488 [[package]]
489 name = "regex-syntax"
490 version = "0.4.0"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
492
493 [[package]]
494 name = "remote-test-client"
495 version = "0.1.0"
496
497 [[package]]
498 name = "remote-test-server"
499 version = "0.1.0"
500
501 [[package]]
502 name = "rls-data"
503 version = "0.3.1"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 dependencies = [
506  "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
507  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
508 ]
509
510 [[package]]
511 name = "rls-span"
512 version = "0.4.0"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 dependencies = [
515  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
516 ]
517
518 [[package]]
519 name = "rustbook"
520 version = "0.1.0"
521 dependencies = [
522  "clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)",
523  "mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
524 ]
525
526 [[package]]
527 name = "rustc"
528 version = "0.0.0"
529 dependencies = [
530  "arena 0.0.0",
531  "fmt_macros 0.0.0",
532  "graphviz 0.0.0",
533  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
534  "rustc_back 0.0.0",
535  "rustc_bitflags 0.0.0",
536  "rustc_const_math 0.0.0",
537  "rustc_data_structures 0.0.0",
538  "rustc_errors 0.0.0",
539  "rustc_llvm 0.0.0",
540  "serialize 0.0.0",
541  "syntax 0.0.0",
542  "syntax_pos 0.0.0",
543 ]
544
545 [[package]]
546 name = "rustc-demangle"
547 version = "0.1.4"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
549
550 [[package]]
551 name = "rustc-main"
552 version = "0.0.0"
553 dependencies = [
554  "rustc_back 0.0.0",
555  "rustc_driver 0.0.0",
556  "rustdoc 0.0.0",
557 ]
558
559 [[package]]
560 name = "rustc-serialize"
561 version = "0.3.23"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
563
564 [[package]]
565 name = "rustc_asan"
566 version = "0.0.0"
567 dependencies = [
568  "alloc_system 0.0.0",
569  "build_helper 0.1.0",
570  "cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
571  "core 0.0.0",
572 ]
573
574 [[package]]
575 name = "rustc_back"
576 version = "0.0.0"
577 dependencies = [
578  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
579  "serialize 0.0.0",
580  "syntax 0.0.0",
581 ]
582
583 [[package]]
584 name = "rustc_bitflags"
585 version = "0.0.0"
586
587 [[package]]
588 name = "rustc_borrowck"
589 version = "0.0.0"
590 dependencies = [
591  "graphviz 0.0.0",
592  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
593  "rustc 0.0.0",
594  "rustc_data_structures 0.0.0",
595  "rustc_errors 0.0.0",
596  "rustc_mir 0.0.0",
597  "syntax 0.0.0",
598  "syntax_pos 0.0.0",
599 ]
600
601 [[package]]
602 name = "rustc_const_eval"
603 version = "0.0.0"
604 dependencies = [
605  "arena 0.0.0",
606  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
607  "rustc 0.0.0",
608  "rustc_back 0.0.0",
609  "rustc_const_math 0.0.0",
610  "rustc_data_structures 0.0.0",
611  "rustc_errors 0.0.0",
612  "syntax 0.0.0",
613  "syntax_pos 0.0.0",
614 ]
615
616 [[package]]
617 name = "rustc_const_math"
618 version = "0.0.0"
619 dependencies = [
620  "serialize 0.0.0",
621  "syntax 0.0.0",
622 ]
623
624 [[package]]
625 name = "rustc_data_structures"
626 version = "0.0.0"
627 dependencies = [
628  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
629  "serialize 0.0.0",
630 ]
631
632 [[package]]
633 name = "rustc_driver"
634 version = "0.0.0"
635 dependencies = [
636  "arena 0.0.0",
637  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
638  "graphviz 0.0.0",
639  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
640  "proc_macro_plugin 0.0.0",
641  "rustc 0.0.0",
642  "rustc_back 0.0.0",
643  "rustc_borrowck 0.0.0",
644  "rustc_const_eval 0.0.0",
645  "rustc_data_structures 0.0.0",
646  "rustc_errors 0.0.0",
647  "rustc_incremental 0.0.0",
648  "rustc_lint 0.0.0",
649  "rustc_llvm 0.0.0",
650  "rustc_metadata 0.0.0",
651  "rustc_mir 0.0.0",
652  "rustc_passes 0.0.0",
653  "rustc_plugin 0.0.0",
654  "rustc_privacy 0.0.0",
655  "rustc_resolve 0.0.0",
656  "rustc_save_analysis 0.0.0",
657  "rustc_trans 0.0.0",
658  "rustc_typeck 0.0.0",
659  "serialize 0.0.0",
660  "syntax 0.0.0",
661  "syntax_ext 0.0.0",
662  "syntax_pos 0.0.0",
663 ]
664
665 [[package]]
666 name = "rustc_errors"
667 version = "0.0.0"
668 dependencies = [
669  "serialize 0.0.0",
670  "syntax_pos 0.0.0",
671 ]
672
673 [[package]]
674 name = "rustc_incremental"
675 version = "0.0.0"
676 dependencies = [
677  "graphviz 0.0.0",
678  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
679  "rustc 0.0.0",
680  "rustc_data_structures 0.0.0",
681  "serialize 0.0.0",
682  "syntax 0.0.0",
683  "syntax_pos 0.0.0",
684 ]
685
686 [[package]]
687 name = "rustc_lint"
688 version = "0.0.0"
689 dependencies = [
690  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
691  "rustc 0.0.0",
692  "rustc_back 0.0.0",
693  "rustc_const_eval 0.0.0",
694  "syntax 0.0.0",
695  "syntax_pos 0.0.0",
696 ]
697
698 [[package]]
699 name = "rustc_llvm"
700 version = "0.0.0"
701 dependencies = [
702  "build_helper 0.1.0",
703  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
704  "rustc_bitflags 0.0.0",
705 ]
706
707 [[package]]
708 name = "rustc_lsan"
709 version = "0.0.0"
710 dependencies = [
711  "alloc_system 0.0.0",
712  "build_helper 0.1.0",
713  "cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
714  "core 0.0.0",
715 ]
716
717 [[package]]
718 name = "rustc_metadata"
719 version = "0.0.0"
720 dependencies = [
721  "flate 0.0.0",
722  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
723  "proc_macro 0.0.0",
724  "rustc 0.0.0",
725  "rustc_back 0.0.0",
726  "rustc_const_math 0.0.0",
727  "rustc_data_structures 0.0.0",
728  "rustc_errors 0.0.0",
729  "rustc_llvm 0.0.0",
730  "serialize 0.0.0",
731  "syntax 0.0.0",
732  "syntax_ext 0.0.0",
733  "syntax_pos 0.0.0",
734 ]
735
736 [[package]]
737 name = "rustc_mir"
738 version = "0.0.0"
739 dependencies = [
740  "graphviz 0.0.0",
741  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
742  "rustc 0.0.0",
743  "rustc_bitflags 0.0.0",
744  "rustc_const_eval 0.0.0",
745  "rustc_const_math 0.0.0",
746  "rustc_data_structures 0.0.0",
747  "syntax 0.0.0",
748  "syntax_pos 0.0.0",
749 ]
750
751 [[package]]
752 name = "rustc_msan"
753 version = "0.0.0"
754 dependencies = [
755  "alloc_system 0.0.0",
756  "build_helper 0.1.0",
757  "cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
758  "core 0.0.0",
759 ]
760
761 [[package]]
762 name = "rustc_passes"
763 version = "0.0.0"
764 dependencies = [
765  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
766  "rustc 0.0.0",
767  "rustc_const_eval 0.0.0",
768  "rustc_const_math 0.0.0",
769  "rustc_errors 0.0.0",
770  "syntax 0.0.0",
771  "syntax_pos 0.0.0",
772 ]
773
774 [[package]]
775 name = "rustc_platform_intrinsics"
776 version = "0.0.0"
777
778 [[package]]
779 name = "rustc_plugin"
780 version = "0.0.0"
781 dependencies = [
782  "rustc 0.0.0",
783  "rustc_back 0.0.0",
784  "rustc_errors 0.0.0",
785  "rustc_metadata 0.0.0",
786  "syntax 0.0.0",
787  "syntax_pos 0.0.0",
788 ]
789
790 [[package]]
791 name = "rustc_privacy"
792 version = "0.0.0"
793 dependencies = [
794  "rustc 0.0.0",
795  "syntax 0.0.0",
796  "syntax_pos 0.0.0",
797 ]
798
799 [[package]]
800 name = "rustc_resolve"
801 version = "0.0.0"
802 dependencies = [
803  "arena 0.0.0",
804  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
805  "rustc 0.0.0",
806  "rustc_errors 0.0.0",
807  "syntax 0.0.0",
808  "syntax_pos 0.0.0",
809 ]
810
811 [[package]]
812 name = "rustc_save_analysis"
813 version = "0.0.0"
814 dependencies = [
815  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
816  "rls-data 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
817  "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
818  "rustc 0.0.0",
819  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
820  "rustc_typeck 0.0.0",
821  "syntax 0.0.0",
822  "syntax_pos 0.0.0",
823 ]
824
825 [[package]]
826 name = "rustc_trans"
827 version = "0.0.0"
828 dependencies = [
829  "flate 0.0.0",
830  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
831  "rustc 0.0.0",
832  "rustc_back 0.0.0",
833  "rustc_bitflags 0.0.0",
834  "rustc_const_math 0.0.0",
835  "rustc_data_structures 0.0.0",
836  "rustc_errors 0.0.0",
837  "rustc_incremental 0.0.0",
838  "rustc_llvm 0.0.0",
839  "rustc_platform_intrinsics 0.0.0",
840  "serialize 0.0.0",
841  "syntax 0.0.0",
842  "syntax_pos 0.0.0",
843 ]
844
845 [[package]]
846 name = "rustc_tsan"
847 version = "0.0.0"
848 dependencies = [
849  "alloc_system 0.0.0",
850  "build_helper 0.1.0",
851  "cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
852  "core 0.0.0",
853 ]
854
855 [[package]]
856 name = "rustc_typeck"
857 version = "0.0.0"
858 dependencies = [
859  "arena 0.0.0",
860  "fmt_macros 0.0.0",
861  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
862  "rustc 0.0.0",
863  "rustc_back 0.0.0",
864  "rustc_const_math 0.0.0",
865  "rustc_data_structures 0.0.0",
866  "rustc_errors 0.0.0",
867  "rustc_platform_intrinsics 0.0.0",
868  "syntax 0.0.0",
869  "syntax_pos 0.0.0",
870 ]
871
872 [[package]]
873 name = "rustdoc"
874 version = "0.0.0"
875 dependencies = [
876  "arena 0.0.0",
877  "build_helper 0.1.0",
878  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
879  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
880  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
881  "pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
882  "rustc 0.0.0",
883  "rustc_back 0.0.0",
884  "rustc_data_structures 0.0.0",
885  "rustc_driver 0.0.0",
886  "rustc_errors 0.0.0",
887  "rustc_lint 0.0.0",
888  "rustc_metadata 0.0.0",
889  "rustc_resolve 0.0.0",
890  "rustc_trans 0.0.0",
891  "rustc_typeck 0.0.0",
892  "serialize 0.0.0",
893  "syntax 0.0.0",
894  "syntax_pos 0.0.0",
895 ]
896
897 [[package]]
898 name = "same-file"
899 version = "0.1.3"
900 source = "registry+https://github.com/rust-lang/crates.io-index"
901 dependencies = [
902  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
903  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
904 ]
905
906 [[package]]
907 name = "serde"
908 version = "0.9.11"
909 source = "registry+https://github.com/rust-lang/crates.io-index"
910
911 [[package]]
912 name = "serde_json"
913 version = "0.9.9"
914 source = "registry+https://github.com/rust-lang/crates.io-index"
915 dependencies = [
916  "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
917  "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
918  "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
919  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
920 ]
921
922 [[package]]
923 name = "serialize"
924 version = "0.0.0"
925
926 [[package]]
927 name = "std"
928 version = "0.0.0"
929 dependencies = [
930  "alloc 0.0.0",
931  "alloc_jemalloc 0.0.0",
932  "alloc_system 0.0.0",
933  "build_helper 0.1.0",
934  "collections 0.0.0",
935  "compiler_builtins 0.0.0",
936  "core 0.0.0",
937  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
938  "libc 0.0.0",
939  "panic_abort 0.0.0",
940  "panic_unwind 0.0.0",
941  "rand 0.0.0",
942  "rustc_asan 0.0.0",
943  "rustc_lsan 0.0.0",
944  "rustc_msan 0.0.0",
945  "rustc_tsan 0.0.0",
946  "std_unicode 0.0.0",
947  "unwind 0.0.0",
948 ]
949
950 [[package]]
951 name = "std_unicode"
952 version = "0.0.0"
953 dependencies = [
954  "core 0.0.0",
955 ]
956
957 [[package]]
958 name = "strsim"
959 version = "0.6.0"
960 source = "registry+https://github.com/rust-lang/crates.io-index"
961
962 [[package]]
963 name = "syntax"
964 version = "0.0.0"
965 dependencies = [
966  "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
967  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
968  "rustc_data_structures 0.0.0",
969  "rustc_errors 0.0.0",
970  "serialize 0.0.0",
971  "syntax_pos 0.0.0",
972 ]
973
974 [[package]]
975 name = "syntax_ext"
976 version = "0.0.0"
977 dependencies = [
978  "fmt_macros 0.0.0",
979  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
980  "proc_macro 0.0.0",
981  "rustc_errors 0.0.0",
982  "syntax 0.0.0",
983  "syntax_pos 0.0.0",
984 ]
985
986 [[package]]
987 name = "syntax_pos"
988 version = "0.0.0"
989 dependencies = [
990  "serialize 0.0.0",
991 ]
992
993 [[package]]
994 name = "tar"
995 version = "0.4.12"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
997 dependencies = [
998  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
999  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
1000  "xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1001 ]
1002
1003 [[package]]
1004 name = "term"
1005 version = "0.0.0"
1006
1007 [[package]]
1008 name = "term_size"
1009 version = "0.2.3"
1010 source = "registry+https://github.com/rust-lang/crates.io-index"
1011 dependencies = [
1012  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1013  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
1014  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1015 ]
1016
1017 [[package]]
1018 name = "test"
1019 version = "0.0.0"
1020 dependencies = [
1021  "getopts 0.0.0",
1022  "term 0.0.0",
1023 ]
1024
1025 [[package]]
1026 name = "thread-id"
1027 version = "3.0.0"
1028 source = "registry+https://github.com/rust-lang/crates.io-index"
1029 dependencies = [
1030  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1031  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
1032 ]
1033
1034 [[package]]
1035 name = "thread_local"
1036 version = "0.3.3"
1037 source = "registry+https://github.com/rust-lang/crates.io-index"
1038 dependencies = [
1039  "thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1040  "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1041 ]
1042
1043 [[package]]
1044 name = "tidy"
1045 version = "0.1.0"
1046
1047 [[package]]
1048 name = "toml"
1049 version = "0.1.30"
1050 source = "registry+https://github.com/rust-lang/crates.io-index"
1051 dependencies = [
1052  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
1053 ]
1054
1055 [[package]]
1056 name = "toml"
1057 version = "0.3.1"
1058 source = "registry+https://github.com/rust-lang/crates.io-index"
1059 dependencies = [
1060  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
1061 ]
1062
1063 [[package]]
1064 name = "unicode-segmentation"
1065 version = "1.1.0"
1066 source = "registry+https://github.com/rust-lang/crates.io-index"
1067
1068 [[package]]
1069 name = "unicode-width"
1070 version = "0.1.4"
1071 source = "registry+https://github.com/rust-lang/crates.io-index"
1072
1073 [[package]]
1074 name = "unreachable"
1075 version = "0.1.1"
1076 source = "registry+https://github.com/rust-lang/crates.io-index"
1077 dependencies = [
1078  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1079 ]
1080
1081 [[package]]
1082 name = "utf8-ranges"
1083 version = "1.0.0"
1084 source = "registry+https://github.com/rust-lang/crates.io-index"
1085
1086 [[package]]
1087 name = "vec_map"
1088 version = "0.7.0"
1089 source = "registry+https://github.com/rust-lang/crates.io-index"
1090
1091 [[package]]
1092 name = "void"
1093 version = "1.0.2"
1094 source = "registry+https://github.com/rust-lang/crates.io-index"
1095
1096 [[package]]
1097 name = "walkdir"
1098 version = "1.0.7"
1099 source = "registry+https://github.com/rust-lang/crates.io-index"
1100 dependencies = [
1101  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1102  "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1103  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1104 ]
1105
1106 [[package]]
1107 name = "winapi"
1108 version = "0.2.8"
1109 source = "registry+https://github.com/rust-lang/crates.io-index"
1110
1111 [[package]]
1112 name = "winapi-build"
1113 version = "0.1.1"
1114 source = "registry+https://github.com/rust-lang/crates.io-index"
1115
1116 [[package]]
1117 name = "xattr"
1118 version = "0.1.11"
1119 source = "registry+https://github.com/rust-lang/crates.io-index"
1120 dependencies = [
1121  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
1122 ]
1123
1124 [[package]]
1125 name = "xz2"
1126 version = "0.1.3"
1127 source = "registry+https://github.com/rust-lang/crates.io-index"
1128 dependencies = [
1129  "lzma-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1130 ]
1131
1132 [[package]]
1133 name = "yaml-rust"
1134 version = "0.3.5"
1135 source = "registry+https://github.com/rust-lang/crates.io-index"
1136
1137 [metadata]
1138 "checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
1139 "checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
1140 "checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
1141 "checksum backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f551bc2ddd53aea015d453ef0b635af89444afa5ed2405dd0b2062ad5d600d80"
1142 "checksum backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d192fd129132fbc97497c1f2ec2c2c5174e376b95f535199ef4fe0a293d33842"
1143 "checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
1144 "checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
1145 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
1146 "checksum clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e17a4a72ffea176f77d6e2db609c6c919ef221f23862c9915e687fb54d833485"
1147 "checksum cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "92278eb79412c8f75cfc89e707a1bb3a6490b68f7f2e78d15c774f30fe701122"
1148 "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
1149 "checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
1150 "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
1151 "checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
1152 "checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
1153 "checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
1154 "checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c"
1155 "checksum gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)" = "181e3cebba1d663bd92eb90e2da787e10597e027eb00de8d742b260a7850948f"
1156 "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
1157 "checksum handlebars 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)" = "663e1728d8037fb0d4e13bcd1b1909fb5d913690a9929eb385922df157c2ff8f"
1158 "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
1159 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1160 "checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
1161 "checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
1162 "checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad"
1163 "checksum lzma-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c5eaaa53b35fa17482ee2c001b04242827b47ae0faba72663fee3dee32366248"
1164 "checksum mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "f1e2e9d848514dcfad4195788d0d42ae5153a477c191d75d5b84fab10f222fbd"
1165 "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
1166 "checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726"
1167 "checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
1168 "checksum num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca313f1862c7ec3e0dfe8ace9fa91b1d9cb5c84ace3d00f5ec4216238e93c167"
1169 "checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
1170 "checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
1171 "checksum pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab1e588ef8efd702c7ed9d2bd774db5e6f4d878bb5a1a9f371828fbdff6973"
1172 "checksum pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1058d7bb927ca067656537eec4e02c2b4b70eaaa129664c5b90c111e20326f41"
1173 "checksum quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0aad603e8d7fb67da22dbdf1f4b826ce8829e406124109e73cf1b2454b93a71c"
1174 "checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01"
1175 "checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
1176 "checksum rls-data 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc4277ce3c57f456b11fe3145b181a844a25201bab5cbaa1978457e6e2f27d47"
1177 "checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
1178 "checksum rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3058a43ada2c2d0b92b3ae38007a2d0fa5e9db971be260e0171408a4ff471c95"
1179 "checksum rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "684ce48436d6465300c9ea783b6b14c4361d6b8dcbb1375b486a69cc19e2dfb0"
1180 "checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
1181 "checksum serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a702319c807c016e51f672e5c77d6f0b46afddd744b5e437d6b8436b888b458f"
1182 "checksum serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "dbc45439552eb8fb86907a2c41c1fd0ef97458efb87ff7f878db466eb581824e"
1183 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
1184 "checksum tar 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ab0ef9ead2fe0aa9e18475a96a207bfd5143f4124779ef7429503a8665416ce8"
1185 "checksum term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "07b6c1ac5b3fffd75073276bca1ceed01f67a28537097a2a9539e116e50fb21a"
1186 "checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a"
1187 "checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
1188 "checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
1189 "checksum toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3474f3c6eaf32eedb4f4a66a26214f020f828a6d96c37e38a35e3a379bbcfd11"
1190 "checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3"
1191 "checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
1192 "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
1193 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
1194 "checksum vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8cdc8b93bd0198ed872357fb2e667f7125646b1762f16d60b2c96350d361897"
1195 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1196 "checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
1197 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1198 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1199 "checksum xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc"
1200 "checksum xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e9510bdf100731599107c61f77daf46713a69a568f75458999c1f9dbf6ba25b0"
1201 "checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"