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