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