]> git.lizzy.rs Git - rust.git/blob - src/Cargo.lock
include compiler hash in wrapper scripts
[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.2"
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.44 (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 = "bitflags"
63 version = "0.5.0"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
65
66 [[package]]
67 name = "bitflags"
68 version = "0.8.0"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70
71 [[package]]
72 name = "bootstrap"
73 version = "0.0.0"
74 dependencies = [
75  "build_helper 0.1.0",
76  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
77  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
78  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
79  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
80  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
81  "num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
82  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
83  "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
84 ]
85
86 [[package]]
87 name = "build-manifest"
88 version = "0.1.0"
89 dependencies = [
90  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
91  "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
92 ]
93
94 [[package]]
95 name = "build_helper"
96 version = "0.1.0"
97 dependencies = [
98  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
99 ]
100
101 [[package]]
102 name = "cargotest2"
103 version = "0.1.0"
104
105 [[package]]
106 name = "clap"
107 version = "2.21.1"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 dependencies = [
110  "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
111  "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
112  "bitflags 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
113  "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
114  "term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
115  "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
116  "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
117  "vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
118 ]
119
120 [[package]]
121 name = "cmake"
122 version = "0.1.22"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 dependencies = [
125  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
126 ]
127
128 [[package]]
129 name = "collections"
130 version = "0.0.0"
131 dependencies = [
132  "alloc 0.0.0",
133  "core 0.0.0",
134  "std_unicode 0.0.0",
135 ]
136
137 [[package]]
138 name = "compiler_builtins"
139 version = "0.0.0"
140 dependencies = [
141  "build_helper 0.1.0",
142  "core 0.0.0",
143  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
144 ]
145
146 [[package]]
147 name = "compiletest"
148 version = "0.0.0"
149 dependencies = [
150  "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
151  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
152  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
153  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
154 ]
155
156 [[package]]
157 name = "core"
158 version = "0.0.0"
159
160 [[package]]
161 name = "dtoa"
162 version = "0.4.1"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164
165 [[package]]
166 name = "env_logger"
167 version = "0.3.5"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 dependencies = [
170  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
171 ]
172
173 [[package]]
174 name = "env_logger"
175 version = "0.4.2"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 dependencies = [
178  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
179  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
180 ]
181
182 [[package]]
183 name = "error_index_generator"
184 version = "0.0.0"
185
186 [[package]]
187 name = "filetime"
188 version = "0.1.10"
189 source = "registry+https://github.com/rust-lang/crates.io-index"
190 dependencies = [
191  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
192 ]
193
194 [[package]]
195 name = "flate"
196 version = "0.0.0"
197 dependencies = [
198  "build_helper 0.1.0",
199  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
200 ]
201
202 [[package]]
203 name = "fmt_macros"
204 version = "0.0.0"
205
206 [[package]]
207 name = "gcc"
208 version = "0.3.44"
209 source = "registry+https://github.com/rust-lang/crates.io-index"
210
211 [[package]]
212 name = "getopts"
213 version = "0.0.0"
214
215 [[package]]
216 name = "getopts"
217 version = "0.2.14"
218 source = "registry+https://github.com/rust-lang/crates.io-index"
219
220 [[package]]
221 name = "graphviz"
222 version = "0.0.0"
223
224 [[package]]
225 name = "handlebars"
226 version = "0.25.1"
227 source = "registry+https://github.com/rust-lang/crates.io-index"
228 dependencies = [
229  "lazy_static 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
230  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
231  "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
232  "quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
233  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
234  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
235  "serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
236 ]
237
238 [[package]]
239 name = "itoa"
240 version = "0.3.1"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242
243 [[package]]
244 name = "kernel32-sys"
245 version = "0.2.2"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 dependencies = [
248  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
249  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
250 ]
251
252 [[package]]
253 name = "lazy_static"
254 version = "0.2.4"
255 source = "registry+https://github.com/rust-lang/crates.io-index"
256
257 [[package]]
258 name = "libc"
259 version = "0.0.0"
260 dependencies = [
261  "core 0.0.0",
262 ]
263
264 [[package]]
265 name = "libc"
266 version = "0.2.21"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268
269 [[package]]
270 name = "linkchecker"
271 version = "0.1.0"
272
273 [[package]]
274 name = "log"
275 version = "0.0.0"
276
277 [[package]]
278 name = "log"
279 version = "0.3.7"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281
282 [[package]]
283 name = "mdbook"
284 version = "0.0.18"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
286 dependencies = [
287  "clap 2.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
288  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
289  "handlebars 0.25.1 (registry+https://github.com/rust-lang/crates.io-index)",
290  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
291  "open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
292  "pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
293  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
294  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
295  "serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
296  "toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
297 ]
298
299 [[package]]
300 name = "memchr"
301 version = "1.0.1"
302 source = "registry+https://github.com/rust-lang/crates.io-index"
303 dependencies = [
304  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
305 ]
306
307 [[package]]
308 name = "num-traits"
309 version = "0.1.37"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311
312 [[package]]
313 name = "num_cpus"
314 version = "0.2.13"
315 source = "registry+https://github.com/rust-lang/crates.io-index"
316 dependencies = [
317  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
318 ]
319
320 [[package]]
321 name = "open"
322 version = "1.2.0"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
324
325 [[package]]
326 name = "panic_abort"
327 version = "0.0.0"
328 dependencies = [
329  "core 0.0.0",
330  "libc 0.0.0",
331 ]
332
333 [[package]]
334 name = "panic_unwind"
335 version = "0.0.0"
336 dependencies = [
337  "alloc 0.0.0",
338  "core 0.0.0",
339  "libc 0.0.0",
340  "unwind 0.0.0",
341 ]
342
343 [[package]]
344 name = "pest"
345 version = "0.3.3"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
347
348 [[package]]
349 name = "proc_macro"
350 version = "0.0.0"
351 dependencies = [
352  "syntax 0.0.0",
353 ]
354
355 [[package]]
356 name = "proc_macro_plugin"
357 version = "0.0.0"
358 dependencies = [
359  "rustc_plugin 0.0.0",
360  "syntax 0.0.0",
361  "syntax_pos 0.0.0",
362 ]
363
364 [[package]]
365 name = "pulldown-cmark"
366 version = "0.0.8"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 dependencies = [
369  "bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
370  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
371 ]
372
373 [[package]]
374 name = "qemu-test-client"
375 version = "0.1.0"
376
377 [[package]]
378 name = "qemu-test-server"
379 version = "0.1.0"
380
381 [[package]]
382 name = "quick-error"
383 version = "1.1.0"
384 source = "registry+https://github.com/rust-lang/crates.io-index"
385
386 [[package]]
387 name = "rand"
388 version = "0.0.0"
389 dependencies = [
390  "core 0.0.0",
391 ]
392
393 [[package]]
394 name = "regex"
395 version = "0.2.1"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397 dependencies = [
398  "aho-corasick 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
399  "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
400  "regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
401  "thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
402  "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
403 ]
404
405 [[package]]
406 name = "regex-syntax"
407 version = "0.4.0"
408 source = "registry+https://github.com/rust-lang/crates.io-index"
409
410 [[package]]
411 name = "rls-data"
412 version = "0.1.0"
413 source = "registry+https://github.com/rust-lang/crates.io-index"
414 dependencies = [
415  "rls-span 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
416  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
417 ]
418
419 [[package]]
420 name = "rls-span"
421 version = "0.1.0"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
423 dependencies = [
424  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
425 ]
426
427 [[package]]
428 name = "rustbook"
429 version = "0.1.0"
430 dependencies = [
431  "clap 2.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
432  "mdbook 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
433 ]
434
435 [[package]]
436 name = "rustc"
437 version = "0.0.0"
438 dependencies = [
439  "arena 0.0.0",
440  "fmt_macros 0.0.0",
441  "graphviz 0.0.0",
442  "log 0.0.0",
443  "rustc_back 0.0.0",
444  "rustc_bitflags 0.0.0",
445  "rustc_const_math 0.0.0",
446  "rustc_data_structures 0.0.0",
447  "rustc_errors 0.0.0",
448  "rustc_llvm 0.0.0",
449  "serialize 0.0.0",
450  "syntax 0.0.0",
451  "syntax_pos 0.0.0",
452 ]
453
454 [[package]]
455 name = "rustc-main"
456 version = "0.0.0"
457 dependencies = [
458  "rustc_back 0.0.0",
459  "rustc_driver 0.0.0",
460  "rustdoc 0.0.0",
461 ]
462
463 [[package]]
464 name = "rustc-serialize"
465 version = "0.3.23"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467
468 [[package]]
469 name = "rustc_asan"
470 version = "0.0.0"
471 dependencies = [
472  "alloc_system 0.0.0",
473  "build_helper 0.1.0",
474  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
475  "core 0.0.0",
476 ]
477
478 [[package]]
479 name = "rustc_back"
480 version = "0.0.0"
481 dependencies = [
482  "log 0.0.0",
483  "serialize 0.0.0",
484  "syntax 0.0.0",
485 ]
486
487 [[package]]
488 name = "rustc_bitflags"
489 version = "0.0.0"
490
491 [[package]]
492 name = "rustc_borrowck"
493 version = "0.0.0"
494 dependencies = [
495  "graphviz 0.0.0",
496  "log 0.0.0",
497  "rustc 0.0.0",
498  "rustc_data_structures 0.0.0",
499  "rustc_errors 0.0.0",
500  "rustc_mir 0.0.0",
501  "syntax 0.0.0",
502  "syntax_pos 0.0.0",
503 ]
504
505 [[package]]
506 name = "rustc_const_eval"
507 version = "0.0.0"
508 dependencies = [
509  "arena 0.0.0",
510  "graphviz 0.0.0",
511  "log 0.0.0",
512  "rustc 0.0.0",
513  "rustc_back 0.0.0",
514  "rustc_const_math 0.0.0",
515  "rustc_data_structures 0.0.0",
516  "rustc_errors 0.0.0",
517  "syntax 0.0.0",
518  "syntax_pos 0.0.0",
519 ]
520
521 [[package]]
522 name = "rustc_const_math"
523 version = "0.0.0"
524 dependencies = [
525  "serialize 0.0.0",
526  "syntax 0.0.0",
527 ]
528
529 [[package]]
530 name = "rustc_data_structures"
531 version = "0.0.0"
532 dependencies = [
533  "log 0.0.0",
534  "serialize 0.0.0",
535 ]
536
537 [[package]]
538 name = "rustc_driver"
539 version = "0.0.0"
540 dependencies = [
541  "arena 0.0.0",
542  "graphviz 0.0.0",
543  "log 0.0.0",
544  "proc_macro_plugin 0.0.0",
545  "rustc 0.0.0",
546  "rustc_back 0.0.0",
547  "rustc_borrowck 0.0.0",
548  "rustc_const_eval 0.0.0",
549  "rustc_data_structures 0.0.0",
550  "rustc_errors 0.0.0",
551  "rustc_incremental 0.0.0",
552  "rustc_lint 0.0.0",
553  "rustc_llvm 0.0.0",
554  "rustc_metadata 0.0.0",
555  "rustc_mir 0.0.0",
556  "rustc_passes 0.0.0",
557  "rustc_plugin 0.0.0",
558  "rustc_privacy 0.0.0",
559  "rustc_resolve 0.0.0",
560  "rustc_save_analysis 0.0.0",
561  "rustc_trans 0.0.0",
562  "rustc_typeck 0.0.0",
563  "serialize 0.0.0",
564  "syntax 0.0.0",
565  "syntax_ext 0.0.0",
566  "syntax_pos 0.0.0",
567 ]
568
569 [[package]]
570 name = "rustc_errors"
571 version = "0.0.0"
572 dependencies = [
573  "serialize 0.0.0",
574  "syntax_pos 0.0.0",
575 ]
576
577 [[package]]
578 name = "rustc_incremental"
579 version = "0.0.0"
580 dependencies = [
581  "graphviz 0.0.0",
582  "log 0.0.0",
583  "rustc 0.0.0",
584  "rustc_data_structures 0.0.0",
585  "serialize 0.0.0",
586  "syntax 0.0.0",
587  "syntax_pos 0.0.0",
588 ]
589
590 [[package]]
591 name = "rustc_lint"
592 version = "0.0.0"
593 dependencies = [
594  "log 0.0.0",
595  "rustc 0.0.0",
596  "rustc_back 0.0.0",
597  "rustc_const_eval 0.0.0",
598  "syntax 0.0.0",
599  "syntax_pos 0.0.0",
600 ]
601
602 [[package]]
603 name = "rustc_llvm"
604 version = "0.0.0"
605 dependencies = [
606  "build_helper 0.1.0",
607  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
608  "rustc_bitflags 0.0.0",
609 ]
610
611 [[package]]
612 name = "rustc_lsan"
613 version = "0.0.0"
614 dependencies = [
615  "alloc_system 0.0.0",
616  "build_helper 0.1.0",
617  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
618  "core 0.0.0",
619 ]
620
621 [[package]]
622 name = "rustc_metadata"
623 version = "0.0.0"
624 dependencies = [
625  "flate 0.0.0",
626  "log 0.0.0",
627  "proc_macro 0.0.0",
628  "rustc 0.0.0",
629  "rustc_back 0.0.0",
630  "rustc_const_math 0.0.0",
631  "rustc_data_structures 0.0.0",
632  "rustc_errors 0.0.0",
633  "rustc_llvm 0.0.0",
634  "serialize 0.0.0",
635  "syntax 0.0.0",
636  "syntax_ext 0.0.0",
637  "syntax_pos 0.0.0",
638 ]
639
640 [[package]]
641 name = "rustc_mir"
642 version = "0.0.0"
643 dependencies = [
644  "graphviz 0.0.0",
645  "log 0.0.0",
646  "rustc 0.0.0",
647  "rustc_bitflags 0.0.0",
648  "rustc_const_eval 0.0.0",
649  "rustc_const_math 0.0.0",
650  "rustc_data_structures 0.0.0",
651  "syntax 0.0.0",
652  "syntax_pos 0.0.0",
653 ]
654
655 [[package]]
656 name = "rustc_msan"
657 version = "0.0.0"
658 dependencies = [
659  "alloc_system 0.0.0",
660  "build_helper 0.1.0",
661  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
662  "core 0.0.0",
663 ]
664
665 [[package]]
666 name = "rustc_passes"
667 version = "0.0.0"
668 dependencies = [
669  "log 0.0.0",
670  "rustc 0.0.0",
671  "rustc_const_eval 0.0.0",
672  "rustc_const_math 0.0.0",
673  "rustc_errors 0.0.0",
674  "syntax 0.0.0",
675  "syntax_pos 0.0.0",
676 ]
677
678 [[package]]
679 name = "rustc_platform_intrinsics"
680 version = "0.0.0"
681
682 [[package]]
683 name = "rustc_plugin"
684 version = "0.0.0"
685 dependencies = [
686  "rustc 0.0.0",
687  "rustc_back 0.0.0",
688  "rustc_errors 0.0.0",
689  "rustc_metadata 0.0.0",
690  "syntax 0.0.0",
691  "syntax_pos 0.0.0",
692 ]
693
694 [[package]]
695 name = "rustc_privacy"
696 version = "0.0.0"
697 dependencies = [
698  "rustc 0.0.0",
699  "syntax 0.0.0",
700  "syntax_pos 0.0.0",
701 ]
702
703 [[package]]
704 name = "rustc_resolve"
705 version = "0.0.0"
706 dependencies = [
707  "arena 0.0.0",
708  "log 0.0.0",
709  "rustc 0.0.0",
710  "rustc_errors 0.0.0",
711  "syntax 0.0.0",
712  "syntax_pos 0.0.0",
713 ]
714
715 [[package]]
716 name = "rustc_save_analysis"
717 version = "0.0.0"
718 dependencies = [
719  "log 0.0.0",
720  "rls-data 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
721  "rls-span 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
722  "rustc 0.0.0",
723  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
724  "syntax 0.0.0",
725  "syntax_pos 0.0.0",
726 ]
727
728 [[package]]
729 name = "rustc_trans"
730 version = "0.0.0"
731 dependencies = [
732  "flate 0.0.0",
733  "log 0.0.0",
734  "rustc 0.0.0",
735  "rustc_back 0.0.0",
736  "rustc_bitflags 0.0.0",
737  "rustc_const_eval 0.0.0",
738  "rustc_const_math 0.0.0",
739  "rustc_data_structures 0.0.0",
740  "rustc_errors 0.0.0",
741  "rustc_incremental 0.0.0",
742  "rustc_llvm 0.0.0",
743  "rustc_platform_intrinsics 0.0.0",
744  "serialize 0.0.0",
745  "syntax 0.0.0",
746  "syntax_pos 0.0.0",
747 ]
748
749 [[package]]
750 name = "rustc_tsan"
751 version = "0.0.0"
752 dependencies = [
753  "alloc_system 0.0.0",
754  "build_helper 0.1.0",
755  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
756  "core 0.0.0",
757 ]
758
759 [[package]]
760 name = "rustc_typeck"
761 version = "0.0.0"
762 dependencies = [
763  "arena 0.0.0",
764  "fmt_macros 0.0.0",
765  "log 0.0.0",
766  "rustc 0.0.0",
767  "rustc_back 0.0.0",
768  "rustc_const_eval 0.0.0",
769  "rustc_const_math 0.0.0",
770  "rustc_data_structures 0.0.0",
771  "rustc_errors 0.0.0",
772  "rustc_platform_intrinsics 0.0.0",
773  "syntax 0.0.0",
774  "syntax_pos 0.0.0",
775 ]
776
777 [[package]]
778 name = "rustdoc"
779 version = "0.0.0"
780 dependencies = [
781  "arena 0.0.0",
782  "build_helper 0.1.0",
783  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
784  "log 0.0.0",
785  "rustc 0.0.0",
786  "rustc_back 0.0.0",
787  "rustc_const_eval 0.0.0",
788  "rustc_data_structures 0.0.0",
789  "rustc_driver 0.0.0",
790  "rustc_errors 0.0.0",
791  "rustc_lint 0.0.0",
792  "rustc_metadata 0.0.0",
793  "rustc_resolve 0.0.0",
794  "rustc_trans 0.0.0",
795  "serialize 0.0.0",
796  "syntax 0.0.0",
797  "syntax_pos 0.0.0",
798 ]
799
800 [[package]]
801 name = "serde"
802 version = "0.9.11"
803 source = "registry+https://github.com/rust-lang/crates.io-index"
804
805 [[package]]
806 name = "serde_json"
807 version = "0.9.9"
808 source = "registry+https://github.com/rust-lang/crates.io-index"
809 dependencies = [
810  "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
811  "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
812  "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
813  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
814 ]
815
816 [[package]]
817 name = "serialize"
818 version = "0.0.0"
819
820 [[package]]
821 name = "std"
822 version = "0.0.0"
823 dependencies = [
824  "alloc 0.0.0",
825  "alloc_jemalloc 0.0.0",
826  "alloc_system 0.0.0",
827  "build_helper 0.1.0",
828  "collections 0.0.0",
829  "compiler_builtins 0.0.0",
830  "core 0.0.0",
831  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
832  "libc 0.0.0",
833  "panic_abort 0.0.0",
834  "panic_unwind 0.0.0",
835  "rand 0.0.0",
836  "rustc_asan 0.0.0",
837  "rustc_lsan 0.0.0",
838  "rustc_msan 0.0.0",
839  "rustc_tsan 0.0.0",
840  "std_unicode 0.0.0",
841  "unwind 0.0.0",
842 ]
843
844 [[package]]
845 name = "std_unicode"
846 version = "0.0.0"
847 dependencies = [
848  "core 0.0.0",
849 ]
850
851 [[package]]
852 name = "strsim"
853 version = "0.6.0"
854 source = "registry+https://github.com/rust-lang/crates.io-index"
855
856 [[package]]
857 name = "syntax"
858 version = "0.0.0"
859 dependencies = [
860  "log 0.0.0",
861  "rustc_bitflags 0.0.0",
862  "rustc_data_structures 0.0.0",
863  "rustc_errors 0.0.0",
864  "serialize 0.0.0",
865  "syntax_pos 0.0.0",
866 ]
867
868 [[package]]
869 name = "syntax_ext"
870 version = "0.0.0"
871 dependencies = [
872  "fmt_macros 0.0.0",
873  "log 0.0.0",
874  "proc_macro 0.0.0",
875  "rustc_errors 0.0.0",
876  "syntax 0.0.0",
877  "syntax_pos 0.0.0",
878 ]
879
880 [[package]]
881 name = "syntax_pos"
882 version = "0.0.0"
883 dependencies = [
884  "serialize 0.0.0",
885 ]
886
887 [[package]]
888 name = "term"
889 version = "0.0.0"
890
891 [[package]]
892 name = "term_size"
893 version = "0.2.3"
894 source = "registry+https://github.com/rust-lang/crates.io-index"
895 dependencies = [
896  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
897  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
898  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
899 ]
900
901 [[package]]
902 name = "test"
903 version = "0.0.0"
904 dependencies = [
905  "getopts 0.0.0",
906  "term 0.0.0",
907 ]
908
909 [[package]]
910 name = "thread-id"
911 version = "3.0.0"
912 source = "registry+https://github.com/rust-lang/crates.io-index"
913 dependencies = [
914  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
915  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
916 ]
917
918 [[package]]
919 name = "thread_local"
920 version = "0.3.3"
921 source = "registry+https://github.com/rust-lang/crates.io-index"
922 dependencies = [
923  "thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
924  "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
925 ]
926
927 [[package]]
928 name = "tidy"
929 version = "0.1.0"
930
931 [[package]]
932 name = "toml"
933 version = "0.1.30"
934 source = "registry+https://github.com/rust-lang/crates.io-index"
935 dependencies = [
936  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
937 ]
938
939 [[package]]
940 name = "toml"
941 version = "0.3.1"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
943 dependencies = [
944  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
945 ]
946
947 [[package]]
948 name = "unicode-segmentation"
949 version = "1.1.0"
950 source = "registry+https://github.com/rust-lang/crates.io-index"
951
952 [[package]]
953 name = "unicode-width"
954 version = "0.1.4"
955 source = "registry+https://github.com/rust-lang/crates.io-index"
956
957 [[package]]
958 name = "unreachable"
959 version = "0.1.1"
960 source = "registry+https://github.com/rust-lang/crates.io-index"
961 dependencies = [
962  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
963 ]
964
965 [[package]]
966 name = "utf8-ranges"
967 version = "1.0.0"
968 source = "registry+https://github.com/rust-lang/crates.io-index"
969
970 [[package]]
971 name = "vec_map"
972 version = "0.7.0"
973 source = "registry+https://github.com/rust-lang/crates.io-index"
974
975 [[package]]
976 name = "void"
977 version = "1.0.2"
978 source = "registry+https://github.com/rust-lang/crates.io-index"
979
980 [[package]]
981 name = "winapi"
982 version = "0.2.8"
983 source = "registry+https://github.com/rust-lang/crates.io-index"
984
985 [[package]]
986 name = "winapi-build"
987 version = "0.1.1"
988 source = "registry+https://github.com/rust-lang/crates.io-index"
989
990 [metadata]
991 "checksum aho-corasick 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0638fd549427caa90c499814196d1b9e3725eb4d15d7339d6de073a680ed0ca2"
992 "checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
993 "checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
994 "checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
995 "checksum bitflags 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e1ab483fc81a8143faa7203c4a3c02888ebd1a782e37e41fa34753ba9a162"
996 "checksum clap 2.21.1 (registry+https://github.com/rust-lang/crates.io-index)" = "74a80f603221c9cd9aa27a28f52af452850051598537bb6b359c38a7d61e5cda"
997 "checksum cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "d18d68987ed4c516dcc3e7913659bfa4076f5182eea4a7e0038bb060953e76ac"
998 "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
999 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
1000 "checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
1001 "checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
1002 "checksum gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)" = "a32cd40070d7611ab76343dcb3204b2bb28c8a9450989a83a3d590248142f439"
1003 "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
1004 "checksum handlebars 0.25.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b2249f6f0dc5a3bb2b3b1a8f797dfccbc4b053344d773d654ad565e51427d335"
1005 "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
1006 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1007 "checksum lazy_static 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7291b1dd97d331f752620b02dfdbc231df7fc01bf282a00769e1cdb963c460dc"
1008 "checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
1009 "checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad"
1010 "checksum mdbook 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "06a68e8738e42b38a02755d3ce5fa12d559e17acb238e4326cbc3cc056e65280"
1011 "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
1012 "checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
1013 "checksum num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cee7e88156f3f9e19bdd598f8d6c9db7bf4078f99f8381f43a55b09648d1a6e3"
1014 "checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
1015 "checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
1016 "checksum pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1058d7bb927ca067656537eec4e02c2b4b70eaaa129664c5b90c111e20326f41"
1017 "checksum quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0aad603e8d7fb67da22dbdf1f4b826ce8829e406124109e73cf1b2454b93a71c"
1018 "checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01"
1019 "checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
1020 "checksum rls-data 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af1dfff00189fd7b78edb9af131b0de703676c04fa8126aed77fd2c586775a4d"
1021 "checksum rls-span 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8656f7b850ac85fb204ef94318c641bbb15a32766e12f9a589a23e4c0fbc38db"
1022 "checksum rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "684ce48436d6465300c9ea783b6b14c4361d6b8dcbb1375b486a69cc19e2dfb0"
1023 "checksum serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a702319c807c016e51f672e5c77d6f0b46afddd744b5e437d6b8436b888b458f"
1024 "checksum serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "dbc45439552eb8fb86907a2c41c1fd0ef97458efb87ff7f878db466eb581824e"
1025 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
1026 "checksum term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "07b6c1ac5b3fffd75073276bca1ceed01f67a28537097a2a9539e116e50fb21a"
1027 "checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a"
1028 "checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
1029 "checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
1030 "checksum toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3474f3c6eaf32eedb4f4a66a26214f020f828a6d96c37e38a35e3a379bbcfd11"
1031 "checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3"
1032 "checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
1033 "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
1034 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
1035 "checksum vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8cdc8b93bd0198ed872357fb2e667f7125646b1762f16d60b2c96350d361897"
1036 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1037 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1038 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"