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