]> git.lizzy.rs Git - rust.git/blob - src/Cargo.lock
Minor grammar fix 'can not' -> 'cannot'
[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 = "alloc"
11 version = "0.0.0"
12 dependencies = [
13  "core 0.0.0",
14 ]
15
16 [[package]]
17 name = "alloc_jemalloc"
18 version = "0.0.0"
19 dependencies = [
20  "build_helper 0.1.0",
21  "core 0.0.0",
22  "gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
23  "libc 0.0.0",
24 ]
25
26 [[package]]
27 name = "alloc_system"
28 version = "0.0.0"
29 dependencies = [
30  "core 0.0.0",
31  "libc 0.0.0",
32 ]
33
34 [[package]]
35 name = "arena"
36 version = "0.0.0"
37
38 [[package]]
39 name = "bootstrap"
40 version = "0.0.0"
41 dependencies = [
42  "build_helper 0.1.0",
43  "cmake 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
44  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
45  "gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
46  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
47  "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
48  "num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
49  "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
50  "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
51 ]
52
53 [[package]]
54 name = "build-manifest"
55 version = "0.1.0"
56 dependencies = [
57  "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
58  "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
59 ]
60
61 [[package]]
62 name = "build_helper"
63 version = "0.1.0"
64
65 [[package]]
66 name = "cargotest"
67 version = "0.1.0"
68
69 [[package]]
70 name = "cmake"
71 version = "0.1.18"
72 source = "registry+https://github.com/rust-lang/crates.io-index"
73 dependencies = [
74  "gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
75 ]
76
77 [[package]]
78 name = "collections"
79 version = "0.0.0"
80 dependencies = [
81  "alloc 0.0.0",
82  "core 0.0.0",
83  "std_unicode 0.0.0",
84 ]
85
86 [[package]]
87 name = "compiler_builtins"
88 version = "0.0.0"
89 dependencies = [
90  "core 0.0.0",
91  "gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
92 ]
93
94 [[package]]
95 name = "compiletest"
96 version = "0.0.0"
97 dependencies = [
98  "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
99  "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
100  "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
101 ]
102
103 [[package]]
104 name = "core"
105 version = "0.0.0"
106
107 [[package]]
108 name = "env_logger"
109 version = "0.3.5"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 dependencies = [
112  "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
113 ]
114
115 [[package]]
116 name = "error_index_generator"
117 version = "0.0.0"
118
119 [[package]]
120 name = "filetime"
121 version = "0.1.10"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 dependencies = [
124  "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
125 ]
126
127 [[package]]
128 name = "flate"
129 version = "0.0.0"
130 dependencies = [
131  "build_helper 0.1.0",
132  "gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
133 ]
134
135 [[package]]
136 name = "fmt_macros"
137 version = "0.0.0"
138
139 [[package]]
140 name = "gcc"
141 version = "0.3.40"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143
144 [[package]]
145 name = "getopts"
146 version = "0.0.0"
147
148 [[package]]
149 name = "getopts"
150 version = "0.2.14"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152
153 [[package]]
154 name = "graphviz"
155 version = "0.0.0"
156
157 [[package]]
158 name = "libc"
159 version = "0.0.0"
160 dependencies = [
161  "core 0.0.0",
162 ]
163
164 [[package]]
165 name = "libc"
166 version = "0.2.17"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168
169 [[package]]
170 name = "linkchecker"
171 version = "0.1.0"
172
173 [[package]]
174 name = "log"
175 version = "0.0.0"
176
177 [[package]]
178 name = "log"
179 version = "0.3.6"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181
182 [[package]]
183 name = "num_cpus"
184 version = "0.2.13"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 dependencies = [
187  "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
188 ]
189
190 [[package]]
191 name = "panic_abort"
192 version = "0.0.0"
193 dependencies = [
194  "core 0.0.0",
195  "libc 0.0.0",
196 ]
197
198 [[package]]
199 name = "panic_unwind"
200 version = "0.0.0"
201 dependencies = [
202  "alloc 0.0.0",
203  "core 0.0.0",
204  "libc 0.0.0",
205  "unwind 0.0.0",
206 ]
207
208 [[package]]
209 name = "proc_macro"
210 version = "0.0.0"
211 dependencies = [
212  "syntax 0.0.0",
213 ]
214
215 [[package]]
216 name = "proc_macro_plugin"
217 version = "0.0.0"
218 dependencies = [
219  "rustc_plugin 0.0.0",
220  "syntax 0.0.0",
221  "syntax_pos 0.0.0",
222 ]
223
224 [[package]]
225 name = "rand"
226 version = "0.0.0"
227 dependencies = [
228  "core 0.0.0",
229 ]
230
231 [[package]]
232 name = "rustbook"
233 version = "0.0.0"
234
235 [[package]]
236 name = "rustc"
237 version = "0.0.0"
238 dependencies = [
239  "arena 0.0.0",
240  "fmt_macros 0.0.0",
241  "graphviz 0.0.0",
242  "log 0.0.0",
243  "rustc_back 0.0.0",
244  "rustc_bitflags 0.0.0",
245  "rustc_const_math 0.0.0",
246  "rustc_data_structures 0.0.0",
247  "rustc_errors 0.0.0",
248  "rustc_i128 0.0.0",
249  "rustc_llvm 0.0.0",
250  "serialize 0.0.0",
251  "syntax 0.0.0",
252  "syntax_pos 0.0.0",
253 ]
254
255 [[package]]
256 name = "rustc-main"
257 version = "0.0.0"
258 dependencies = [
259  "rustc_back 0.0.0",
260  "rustc_driver 0.0.0",
261  "rustdoc 0.0.0",
262 ]
263
264 [[package]]
265 name = "rustc-serialize"
266 version = "0.3.19"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268
269 [[package]]
270 name = "rustc_back"
271 version = "0.0.0"
272 dependencies = [
273  "log 0.0.0",
274  "serialize 0.0.0",
275  "syntax 0.0.0",
276 ]
277
278 [[package]]
279 name = "rustc_bitflags"
280 version = "0.0.0"
281
282 [[package]]
283 name = "rustc_borrowck"
284 version = "0.0.0"
285 dependencies = [
286  "graphviz 0.0.0",
287  "log 0.0.0",
288  "rustc 0.0.0",
289  "rustc_data_structures 0.0.0",
290  "rustc_errors 0.0.0",
291  "rustc_mir 0.0.0",
292  "syntax 0.0.0",
293  "syntax_pos 0.0.0",
294 ]
295
296 [[package]]
297 name = "rustc_const_eval"
298 version = "0.0.0"
299 dependencies = [
300  "arena 0.0.0",
301  "graphviz 0.0.0",
302  "log 0.0.0",
303  "rustc 0.0.0",
304  "rustc_back 0.0.0",
305  "rustc_const_math 0.0.0",
306  "rustc_data_structures 0.0.0",
307  "rustc_errors 0.0.0",
308  "rustc_i128 0.0.0",
309  "syntax 0.0.0",
310  "syntax_pos 0.0.0",
311 ]
312
313 [[package]]
314 name = "rustc_const_math"
315 version = "0.0.0"
316 dependencies = [
317  "rustc_i128 0.0.0",
318  "serialize 0.0.0",
319  "syntax 0.0.0",
320 ]
321
322 [[package]]
323 name = "rustc_data_structures"
324 version = "0.0.0"
325 dependencies = [
326  "log 0.0.0",
327  "rustc_i128 0.0.0",
328  "serialize 0.0.0",
329 ]
330
331 [[package]]
332 name = "rustc_driver"
333 version = "0.0.0"
334 dependencies = [
335  "arena 0.0.0",
336  "graphviz 0.0.0",
337  "log 0.0.0",
338  "proc_macro_plugin 0.0.0",
339  "rustc 0.0.0",
340  "rustc_back 0.0.0",
341  "rustc_borrowck 0.0.0",
342  "rustc_const_eval 0.0.0",
343  "rustc_data_structures 0.0.0",
344  "rustc_errors 0.0.0",
345  "rustc_incremental 0.0.0",
346  "rustc_lint 0.0.0",
347  "rustc_llvm 0.0.0",
348  "rustc_metadata 0.0.0",
349  "rustc_mir 0.0.0",
350  "rustc_passes 0.0.0",
351  "rustc_plugin 0.0.0",
352  "rustc_privacy 0.0.0",
353  "rustc_resolve 0.0.0",
354  "rustc_save_analysis 0.0.0",
355  "rustc_trans 0.0.0",
356  "rustc_typeck 0.0.0",
357  "serialize 0.0.0",
358  "syntax 0.0.0",
359  "syntax_ext 0.0.0",
360  "syntax_pos 0.0.0",
361 ]
362
363 [[package]]
364 name = "rustc_errors"
365 version = "0.0.0"
366 dependencies = [
367  "syntax_pos 0.0.0",
368 ]
369
370 [[package]]
371 name = "rustc_i128"
372 version = "0.0.0"
373
374 [[package]]
375 name = "rustc_incremental"
376 version = "0.0.0"
377 dependencies = [
378  "graphviz 0.0.0",
379  "log 0.0.0",
380  "rustc 0.0.0",
381  "rustc_data_structures 0.0.0",
382  "serialize 0.0.0",
383  "syntax 0.0.0",
384  "syntax_pos 0.0.0",
385 ]
386
387 [[package]]
388 name = "rustc_lint"
389 version = "0.0.0"
390 dependencies = [
391  "log 0.0.0",
392  "rustc 0.0.0",
393  "rustc_back 0.0.0",
394  "rustc_const_eval 0.0.0",
395  "rustc_i128 0.0.0",
396  "syntax 0.0.0",
397  "syntax_pos 0.0.0",
398 ]
399
400 [[package]]
401 name = "rustc_llvm"
402 version = "0.0.0"
403 dependencies = [
404  "build_helper 0.1.0",
405  "gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
406  "rustc_bitflags 0.0.0",
407 ]
408
409 [[package]]
410 name = "rustc_metadata"
411 version = "0.0.0"
412 dependencies = [
413  "flate 0.0.0",
414  "log 0.0.0",
415  "proc_macro 0.0.0",
416  "rustc 0.0.0",
417  "rustc_back 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_i128 0.0.0",
422  "rustc_llvm 0.0.0",
423  "serialize 0.0.0",
424  "syntax 0.0.0",
425  "syntax_ext 0.0.0",
426  "syntax_pos 0.0.0",
427 ]
428
429 [[package]]
430 name = "rustc_mir"
431 version = "0.0.0"
432 dependencies = [
433  "graphviz 0.0.0",
434  "log 0.0.0",
435  "rustc 0.0.0",
436  "rustc_bitflags 0.0.0",
437  "rustc_const_eval 0.0.0",
438  "rustc_const_math 0.0.0",
439  "rustc_data_structures 0.0.0",
440  "rustc_i128 0.0.0",
441  "syntax 0.0.0",
442  "syntax_pos 0.0.0",
443 ]
444
445 [[package]]
446 name = "rustc_passes"
447 version = "0.0.0"
448 dependencies = [
449  "log 0.0.0",
450  "rustc 0.0.0",
451  "rustc_const_eval 0.0.0",
452  "rustc_const_math 0.0.0",
453  "rustc_errors 0.0.0",
454  "syntax 0.0.0",
455  "syntax_pos 0.0.0",
456 ]
457
458 [[package]]
459 name = "rustc_platform_intrinsics"
460 version = "0.0.0"
461
462 [[package]]
463 name = "rustc_plugin"
464 version = "0.0.0"
465 dependencies = [
466  "rustc 0.0.0",
467  "rustc_back 0.0.0",
468  "rustc_errors 0.0.0",
469  "rustc_metadata 0.0.0",
470  "syntax 0.0.0",
471  "syntax_pos 0.0.0",
472 ]
473
474 [[package]]
475 name = "rustc_privacy"
476 version = "0.0.0"
477 dependencies = [
478  "rustc 0.0.0",
479  "syntax 0.0.0",
480  "syntax_pos 0.0.0",
481 ]
482
483 [[package]]
484 name = "rustc_resolve"
485 version = "0.0.0"
486 dependencies = [
487  "arena 0.0.0",
488  "log 0.0.0",
489  "rustc 0.0.0",
490  "rustc_errors 0.0.0",
491  "syntax 0.0.0",
492  "syntax_pos 0.0.0",
493 ]
494
495 [[package]]
496 name = "rustc_save_analysis"
497 version = "0.0.0"
498 dependencies = [
499  "log 0.0.0",
500  "rustc 0.0.0",
501  "serialize 0.0.0",
502  "syntax 0.0.0",
503  "syntax_pos 0.0.0",
504 ]
505
506 [[package]]
507 name = "rustc_trans"
508 version = "0.0.0"
509 dependencies = [
510  "flate 0.0.0",
511  "log 0.0.0",
512  "rustc 0.0.0",
513  "rustc_back 0.0.0",
514  "rustc_bitflags 0.0.0",
515  "rustc_const_eval 0.0.0",
516  "rustc_const_math 0.0.0",
517  "rustc_data_structures 0.0.0",
518  "rustc_errors 0.0.0",
519  "rustc_i128 0.0.0",
520  "rustc_incremental 0.0.0",
521  "rustc_llvm 0.0.0",
522  "rustc_platform_intrinsics 0.0.0",
523  "syntax 0.0.0",
524  "syntax_pos 0.0.0",
525 ]
526
527 [[package]]
528 name = "rustc_typeck"
529 version = "0.0.0"
530 dependencies = [
531  "arena 0.0.0",
532  "fmt_macros 0.0.0",
533  "log 0.0.0",
534  "rustc 0.0.0",
535  "rustc_back 0.0.0",
536  "rustc_const_eval 0.0.0",
537  "rustc_const_math 0.0.0",
538  "rustc_data_structures 0.0.0",
539  "rustc_errors 0.0.0",
540  "rustc_platform_intrinsics 0.0.0",
541  "syntax 0.0.0",
542  "syntax_pos 0.0.0",
543 ]
544
545 [[package]]
546 name = "rustdoc"
547 version = "0.0.0"
548 dependencies = [
549  "arena 0.0.0",
550  "build_helper 0.1.0",
551  "gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
552  "log 0.0.0",
553  "rustc 0.0.0",
554  "rustc_back 0.0.0",
555  "rustc_const_eval 0.0.0",
556  "rustc_data_structures 0.0.0",
557  "rustc_driver 0.0.0",
558  "rustc_errors 0.0.0",
559  "rustc_lint 0.0.0",
560  "rustc_metadata 0.0.0",
561  "rustc_resolve 0.0.0",
562  "rustc_trans 0.0.0",
563  "serialize 0.0.0",
564  "syntax 0.0.0",
565  "syntax_pos 0.0.0",
566 ]
567
568 [[package]]
569 name = "serialize"
570 version = "0.0.0"
571 dependencies = [
572  "rustc_i128 0.0.0",
573 ]
574
575 [[package]]
576 name = "std"
577 version = "0.0.0"
578 dependencies = [
579  "alloc 0.0.0",
580  "alloc_jemalloc 0.0.0",
581  "alloc_system 0.0.0",
582  "build_helper 0.1.0",
583  "collections 0.0.0",
584  "compiler_builtins 0.0.0",
585  "core 0.0.0",
586  "gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
587  "libc 0.0.0",
588  "panic_abort 0.0.0",
589  "panic_unwind 0.0.0",
590  "rand 0.0.0",
591  "std_unicode 0.0.0",
592  "unwind 0.0.0",
593 ]
594
595 [[package]]
596 name = "std_shim"
597 version = "0.1.0"
598 dependencies = [
599  "core 0.0.0",
600  "std 0.0.0",
601 ]
602
603 [[package]]
604 name = "std_unicode"
605 version = "0.0.0"
606 dependencies = [
607  "core 0.0.0",
608 ]
609
610 [[package]]
611 name = "syntax"
612 version = "0.0.0"
613 dependencies = [
614  "log 0.0.0",
615  "rustc_bitflags 0.0.0",
616  "rustc_data_structures 0.0.0",
617  "rustc_errors 0.0.0",
618  "rustc_i128 0.0.0",
619  "serialize 0.0.0",
620  "syntax_pos 0.0.0",
621 ]
622
623 [[package]]
624 name = "syntax_ext"
625 version = "0.0.0"
626 dependencies = [
627  "fmt_macros 0.0.0",
628  "log 0.0.0",
629  "proc_macro 0.0.0",
630  "rustc_errors 0.0.0",
631  "syntax 0.0.0",
632  "syntax_pos 0.0.0",
633 ]
634
635 [[package]]
636 name = "syntax_pos"
637 version = "0.0.0"
638 dependencies = [
639  "serialize 0.0.0",
640 ]
641
642 [[package]]
643 name = "term"
644 version = "0.0.0"
645
646 [[package]]
647 name = "test"
648 version = "0.0.0"
649 dependencies = [
650  "getopts 0.0.0",
651  "term 0.0.0",
652 ]
653
654 [[package]]
655 name = "test_shim"
656 version = "0.1.0"
657 dependencies = [
658  "test 0.0.0",
659 ]
660
661 [[package]]
662 name = "tidy"
663 version = "0.1.0"
664
665 [[package]]
666 name = "toml"
667 version = "0.1.30"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 dependencies = [
670  "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
671 ]
672
673 [metadata]
674 "checksum cmake 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0e5bcf27e097a184c1df4437654ed98df3d7a516e8508a6ba45d8b092bbdf283"
675 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
676 "checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
677 "checksum gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "872db9e59486ef2b14f8e8c10e9ef02de2bccef6363d7f34835dedb386b3d950"
678 "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
679 "checksum libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "044d1360593a78f5c8e5e710beccdc24ab71d1f01bc19a29bcacdba22e8475d8"
680 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054"
681 "checksum num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cee7e88156f3f9e19bdd598f8d6c9db7bf4078f99f8381f43a55b09648d1a6e3"
682 "checksum rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6159e4e6e559c81bd706afe9c8fd68f547d3e851ce12e76b1de7914bab61691b"
683 "checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"