]> git.lizzy.rs Git - rust.git/blob - src/Cargo.lock
Auto merge of #41859 - froydnj:align-float-parts, r=sfackler
[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 = "panic_abort"
321 version = "0.0.0"
322 dependencies = [
323  "core 0.0.0",
324  "libc 0.0.0",
325 ]
326
327 [[package]]
328 name = "panic_unwind"
329 version = "0.0.0"
330 dependencies = [
331  "alloc 0.0.0",
332  "core 0.0.0",
333  "libc 0.0.0",
334  "unwind 0.0.0",
335 ]
336
337 [[package]]
338 name = "pest"
339 version = "0.3.3"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
341
342 [[package]]
343 name = "proc_macro"
344 version = "0.0.0"
345 dependencies = [
346  "syntax 0.0.0",
347 ]
348
349 [[package]]
350 name = "proc_macro_plugin"
351 version = "0.0.0"
352 dependencies = [
353  "rustc_plugin 0.0.0",
354  "syntax 0.0.0",
355  "syntax_pos 0.0.0",
356 ]
357
358 [[package]]
359 name = "pulldown-cmark"
360 version = "0.0.8"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 dependencies = [
363  "bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
364  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
365 ]
366
367 [[package]]
368 name = "pulldown-cmark"
369 version = "0.0.14"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
371 dependencies = [
372  "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
373 ]
374
375 [[package]]
376 name = "quick-error"
377 version = "1.1.0"
378 source = "registry+https://github.com/rust-lang/crates.io-index"
379
380 [[package]]
381 name = "rand"
382 version = "0.0.0"
383 dependencies = [
384  "core 0.0.0",
385 ]
386
387 [[package]]
388 name = "regex"
389 version = "0.2.1"
390 source = "registry+https://github.com/rust-lang/crates.io-index"
391 dependencies = [
392  "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
393  "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
394  "regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
395  "thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
396  "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
397 ]
398
399 [[package]]
400 name = "regex-syntax"
401 version = "0.4.0"
402 source = "registry+https://github.com/rust-lang/crates.io-index"
403
404 [[package]]
405 name = "remote-test-client"
406 version = "0.1.0"
407
408 [[package]]
409 name = "remote-test-server"
410 version = "0.1.0"
411
412 [[package]]
413 name = "rls-data"
414 version = "0.3.1"
415 source = "registry+https://github.com/rust-lang/crates.io-index"
416 dependencies = [
417  "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
418  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
419 ]
420
421 [[package]]
422 name = "rls-span"
423 version = "0.4.0"
424 source = "registry+https://github.com/rust-lang/crates.io-index"
425 dependencies = [
426  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
427 ]
428
429 [[package]]
430 name = "rustbook"
431 version = "0.1.0"
432 dependencies = [
433  "clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)",
434  "mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
435 ]
436
437 [[package]]
438 name = "rustc"
439 version = "0.0.0"
440 dependencies = [
441  "arena 0.0.0",
442  "fmt_macros 0.0.0",
443  "graphviz 0.0.0",
444  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
445  "rustc_back 0.0.0",
446  "rustc_bitflags 0.0.0",
447  "rustc_const_math 0.0.0",
448  "rustc_data_structures 0.0.0",
449  "rustc_errors 0.0.0",
450  "rustc_llvm 0.0.0",
451  "serialize 0.0.0",
452  "syntax 0.0.0",
453  "syntax_pos 0.0.0",
454 ]
455
456 [[package]]
457 name = "rustc-main"
458 version = "0.0.0"
459 dependencies = [
460  "rustc_back 0.0.0",
461  "rustc_driver 0.0.0",
462  "rustdoc 0.0.0",
463 ]
464
465 [[package]]
466 name = "rustc-serialize"
467 version = "0.3.23"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
469
470 [[package]]
471 name = "rustc_asan"
472 version = "0.0.0"
473 dependencies = [
474  "alloc_system 0.0.0",
475  "build_helper 0.1.0",
476  "cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
477  "core 0.0.0",
478 ]
479
480 [[package]]
481 name = "rustc_back"
482 version = "0.0.0"
483 dependencies = [
484  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
485  "serialize 0.0.0",
486  "syntax 0.0.0",
487 ]
488
489 [[package]]
490 name = "rustc_bitflags"
491 version = "0.0.0"
492
493 [[package]]
494 name = "rustc_borrowck"
495 version = "0.0.0"
496 dependencies = [
497  "graphviz 0.0.0",
498  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
499  "rustc 0.0.0",
500  "rustc_data_structures 0.0.0",
501  "rustc_errors 0.0.0",
502  "rustc_mir 0.0.0",
503  "syntax 0.0.0",
504  "syntax_pos 0.0.0",
505 ]
506
507 [[package]]
508 name = "rustc_const_eval"
509 version = "0.0.0"
510 dependencies = [
511  "arena 0.0.0",
512  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
513  "rustc 0.0.0",
514  "rustc_back 0.0.0",
515  "rustc_const_math 0.0.0",
516  "rustc_data_structures 0.0.0",
517  "rustc_errors 0.0.0",
518  "syntax 0.0.0",
519  "syntax_pos 0.0.0",
520 ]
521
522 [[package]]
523 name = "rustc_const_math"
524 version = "0.0.0"
525 dependencies = [
526  "serialize 0.0.0",
527  "syntax 0.0.0",
528 ]
529
530 [[package]]
531 name = "rustc_data_structures"
532 version = "0.0.0"
533 dependencies = [
534  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
535  "serialize 0.0.0",
536 ]
537
538 [[package]]
539 name = "rustc_driver"
540 version = "0.0.0"
541 dependencies = [
542  "arena 0.0.0",
543  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
544  "graphviz 0.0.0",
545  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
546  "proc_macro_plugin 0.0.0",
547  "rustc 0.0.0",
548  "rustc_back 0.0.0",
549  "rustc_borrowck 0.0.0",
550  "rustc_const_eval 0.0.0",
551  "rustc_data_structures 0.0.0",
552  "rustc_errors 0.0.0",
553  "rustc_incremental 0.0.0",
554  "rustc_lint 0.0.0",
555  "rustc_llvm 0.0.0",
556  "rustc_metadata 0.0.0",
557  "rustc_mir 0.0.0",
558  "rustc_passes 0.0.0",
559  "rustc_plugin 0.0.0",
560  "rustc_privacy 0.0.0",
561  "rustc_resolve 0.0.0",
562  "rustc_save_analysis 0.0.0",
563  "rustc_trans 0.0.0",
564  "rustc_typeck 0.0.0",
565  "serialize 0.0.0",
566  "syntax 0.0.0",
567  "syntax_ext 0.0.0",
568  "syntax_pos 0.0.0",
569 ]
570
571 [[package]]
572 name = "rustc_errors"
573 version = "0.0.0"
574 dependencies = [
575  "serialize 0.0.0",
576  "syntax_pos 0.0.0",
577 ]
578
579 [[package]]
580 name = "rustc_incremental"
581 version = "0.0.0"
582 dependencies = [
583  "graphviz 0.0.0",
584  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
585  "rustc 0.0.0",
586  "rustc_data_structures 0.0.0",
587  "serialize 0.0.0",
588  "syntax 0.0.0",
589  "syntax_pos 0.0.0",
590 ]
591
592 [[package]]
593 name = "rustc_lint"
594 version = "0.0.0"
595 dependencies = [
596  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
597  "rustc 0.0.0",
598  "rustc_back 0.0.0",
599  "rustc_const_eval 0.0.0",
600  "syntax 0.0.0",
601  "syntax_pos 0.0.0",
602 ]
603
604 [[package]]
605 name = "rustc_llvm"
606 version = "0.0.0"
607 dependencies = [
608  "build_helper 0.1.0",
609  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
610  "rustc_bitflags 0.0.0",
611 ]
612
613 [[package]]
614 name = "rustc_lsan"
615 version = "0.0.0"
616 dependencies = [
617  "alloc_system 0.0.0",
618  "build_helper 0.1.0",
619  "cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
620  "core 0.0.0",
621 ]
622
623 [[package]]
624 name = "rustc_metadata"
625 version = "0.0.0"
626 dependencies = [
627  "flate 0.0.0",
628  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
629  "proc_macro 0.0.0",
630  "rustc 0.0.0",
631  "rustc_back 0.0.0",
632  "rustc_const_math 0.0.0",
633  "rustc_data_structures 0.0.0",
634  "rustc_errors 0.0.0",
635  "rustc_llvm 0.0.0",
636  "serialize 0.0.0",
637  "syntax 0.0.0",
638  "syntax_ext 0.0.0",
639  "syntax_pos 0.0.0",
640 ]
641
642 [[package]]
643 name = "rustc_mir"
644 version = "0.0.0"
645 dependencies = [
646  "graphviz 0.0.0",
647  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
648  "rustc 0.0.0",
649  "rustc_bitflags 0.0.0",
650  "rustc_const_eval 0.0.0",
651  "rustc_const_math 0.0.0",
652  "rustc_data_structures 0.0.0",
653  "syntax 0.0.0",
654  "syntax_pos 0.0.0",
655 ]
656
657 [[package]]
658 name = "rustc_msan"
659 version = "0.0.0"
660 dependencies = [
661  "alloc_system 0.0.0",
662  "build_helper 0.1.0",
663  "cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
664  "core 0.0.0",
665 ]
666
667 [[package]]
668 name = "rustc_passes"
669 version = "0.0.0"
670 dependencies = [
671  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
672  "rustc 0.0.0",
673  "rustc_const_eval 0.0.0",
674  "rustc_const_math 0.0.0",
675  "rustc_errors 0.0.0",
676  "syntax 0.0.0",
677  "syntax_pos 0.0.0",
678 ]
679
680 [[package]]
681 name = "rustc_platform_intrinsics"
682 version = "0.0.0"
683
684 [[package]]
685 name = "rustc_plugin"
686 version = "0.0.0"
687 dependencies = [
688  "rustc 0.0.0",
689  "rustc_back 0.0.0",
690  "rustc_errors 0.0.0",
691  "rustc_metadata 0.0.0",
692  "syntax 0.0.0",
693  "syntax_pos 0.0.0",
694 ]
695
696 [[package]]
697 name = "rustc_privacy"
698 version = "0.0.0"
699 dependencies = [
700  "rustc 0.0.0",
701  "syntax 0.0.0",
702  "syntax_pos 0.0.0",
703 ]
704
705 [[package]]
706 name = "rustc_resolve"
707 version = "0.0.0"
708 dependencies = [
709  "arena 0.0.0",
710  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
711  "rustc 0.0.0",
712  "rustc_errors 0.0.0",
713  "syntax 0.0.0",
714  "syntax_pos 0.0.0",
715 ]
716
717 [[package]]
718 name = "rustc_save_analysis"
719 version = "0.0.0"
720 dependencies = [
721  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
722  "rls-data 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
723  "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
724  "rustc 0.0.0",
725  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
726  "rustc_typeck 0.0.0",
727  "syntax 0.0.0",
728  "syntax_pos 0.0.0",
729 ]
730
731 [[package]]
732 name = "rustc_trans"
733 version = "0.0.0"
734 dependencies = [
735  "flate 0.0.0",
736  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
737  "rustc 0.0.0",
738  "rustc_back 0.0.0",
739  "rustc_bitflags 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_incremental 0.0.0",
744  "rustc_llvm 0.0.0",
745  "rustc_platform_intrinsics 0.0.0",
746  "serialize 0.0.0",
747  "syntax 0.0.0",
748  "syntax_pos 0.0.0",
749 ]
750
751 [[package]]
752 name = "rustc_tsan"
753 version = "0.0.0"
754 dependencies = [
755  "alloc_system 0.0.0",
756  "build_helper 0.1.0",
757  "cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
758  "core 0.0.0",
759 ]
760
761 [[package]]
762 name = "rustc_typeck"
763 version = "0.0.0"
764 dependencies = [
765  "arena 0.0.0",
766  "fmt_macros 0.0.0",
767  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
768  "rustc 0.0.0",
769  "rustc_back 0.0.0",
770  "rustc_const_math 0.0.0",
771  "rustc_data_structures 0.0.0",
772  "rustc_errors 0.0.0",
773  "rustc_platform_intrinsics 0.0.0",
774  "syntax 0.0.0",
775  "syntax_pos 0.0.0",
776 ]
777
778 [[package]]
779 name = "rustdoc"
780 version = "0.0.0"
781 dependencies = [
782  "arena 0.0.0",
783  "build_helper 0.1.0",
784  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
785  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
786  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
787  "pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
788  "rustc 0.0.0",
789  "rustc_back 0.0.0",
790  "rustc_data_structures 0.0.0",
791  "rustc_driver 0.0.0",
792  "rustc_errors 0.0.0",
793  "rustc_lint 0.0.0",
794  "rustc_metadata 0.0.0",
795  "rustc_resolve 0.0.0",
796  "rustc_trans 0.0.0",
797  "rustc_typeck 0.0.0",
798  "serialize 0.0.0",
799  "syntax 0.0.0",
800  "syntax_pos 0.0.0",
801 ]
802
803 [[package]]
804 name = "serde"
805 version = "0.9.11"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807
808 [[package]]
809 name = "serde_json"
810 version = "0.9.9"
811 source = "registry+https://github.com/rust-lang/crates.io-index"
812 dependencies = [
813  "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
814  "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
815  "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
816  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
817 ]
818
819 [[package]]
820 name = "serialize"
821 version = "0.0.0"
822
823 [[package]]
824 name = "std"
825 version = "0.0.0"
826 dependencies = [
827  "alloc 0.0.0",
828  "alloc_jemalloc 0.0.0",
829  "alloc_system 0.0.0",
830  "build_helper 0.1.0",
831  "collections 0.0.0",
832  "compiler_builtins 0.0.0",
833  "core 0.0.0",
834  "gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
835  "libc 0.0.0",
836  "panic_abort 0.0.0",
837  "panic_unwind 0.0.0",
838  "rand 0.0.0",
839  "rustc_asan 0.0.0",
840  "rustc_lsan 0.0.0",
841  "rustc_msan 0.0.0",
842  "rustc_tsan 0.0.0",
843  "std_unicode 0.0.0",
844  "unwind 0.0.0",
845 ]
846
847 [[package]]
848 name = "std_unicode"
849 version = "0.0.0"
850 dependencies = [
851  "core 0.0.0",
852 ]
853
854 [[package]]
855 name = "strsim"
856 version = "0.6.0"
857 source = "registry+https://github.com/rust-lang/crates.io-index"
858
859 [[package]]
860 name = "syntax"
861 version = "0.0.0"
862 dependencies = [
863  "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
864  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
865  "rustc_data_structures 0.0.0",
866  "rustc_errors 0.0.0",
867  "serialize 0.0.0",
868  "syntax_pos 0.0.0",
869 ]
870
871 [[package]]
872 name = "syntax_ext"
873 version = "0.0.0"
874 dependencies = [
875  "fmt_macros 0.0.0",
876  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
877  "proc_macro 0.0.0",
878  "rustc_errors 0.0.0",
879  "syntax 0.0.0",
880  "syntax_pos 0.0.0",
881 ]
882
883 [[package]]
884 name = "syntax_pos"
885 version = "0.0.0"
886 dependencies = [
887  "serialize 0.0.0",
888 ]
889
890 [[package]]
891 name = "term"
892 version = "0.0.0"
893
894 [[package]]
895 name = "term_size"
896 version = "0.2.3"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
898 dependencies = [
899  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
900  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
901  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
902 ]
903
904 [[package]]
905 name = "test"
906 version = "0.0.0"
907 dependencies = [
908  "getopts 0.0.0",
909  "term 0.0.0",
910 ]
911
912 [[package]]
913 name = "thread-id"
914 version = "3.0.0"
915 source = "registry+https://github.com/rust-lang/crates.io-index"
916 dependencies = [
917  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
918  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
919 ]
920
921 [[package]]
922 name = "thread_local"
923 version = "0.3.3"
924 source = "registry+https://github.com/rust-lang/crates.io-index"
925 dependencies = [
926  "thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
927  "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
928 ]
929
930 [[package]]
931 name = "tidy"
932 version = "0.1.0"
933
934 [[package]]
935 name = "toml"
936 version = "0.1.30"
937 source = "registry+https://github.com/rust-lang/crates.io-index"
938 dependencies = [
939  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
940 ]
941
942 [[package]]
943 name = "toml"
944 version = "0.3.1"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 dependencies = [
947  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
948 ]
949
950 [[package]]
951 name = "unicode-segmentation"
952 version = "1.1.0"
953 source = "registry+https://github.com/rust-lang/crates.io-index"
954
955 [[package]]
956 name = "unicode-width"
957 version = "0.1.4"
958 source = "registry+https://github.com/rust-lang/crates.io-index"
959
960 [[package]]
961 name = "unreachable"
962 version = "0.1.1"
963 source = "registry+https://github.com/rust-lang/crates.io-index"
964 dependencies = [
965  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
966 ]
967
968 [[package]]
969 name = "utf8-ranges"
970 version = "1.0.0"
971 source = "registry+https://github.com/rust-lang/crates.io-index"
972
973 [[package]]
974 name = "vec_map"
975 version = "0.7.0"
976 source = "registry+https://github.com/rust-lang/crates.io-index"
977
978 [[package]]
979 name = "void"
980 version = "1.0.2"
981 source = "registry+https://github.com/rust-lang/crates.io-index"
982
983 [[package]]
984 name = "winapi"
985 version = "0.2.8"
986 source = "registry+https://github.com/rust-lang/crates.io-index"
987
988 [[package]]
989 name = "winapi-build"
990 version = "0.1.1"
991 source = "registry+https://github.com/rust-lang/crates.io-index"
992
993 [metadata]
994 "checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
995 "checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
996 "checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
997 "checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
998 "checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
999 "checksum clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e17a4a72ffea176f77d6e2db609c6c919ef221f23862c9915e687fb54d833485"
1000 "checksum cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "92278eb79412c8f75cfc89e707a1bb3a6490b68f7f2e78d15c774f30fe701122"
1001 "checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
1002 "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
1003 "checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
1004 "checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
1005 "checksum gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)" = "181e3cebba1d663bd92eb90e2da787e10597e027eb00de8d742b260a7850948f"
1006 "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
1007 "checksum handlebars 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)" = "663e1728d8037fb0d4e13bcd1b1909fb5d913690a9929eb385922df157c2ff8f"
1008 "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
1009 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1010 "checksum lazy_static 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4732c563b9a21a406565c4747daa7b46742f082911ae4753f390dc9ec7ee1a97"
1011 "checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
1012 "checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad"
1013 "checksum mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "f1e2e9d848514dcfad4195788d0d42ae5153a477c191d75d5b84fab10f222fbd"
1014 "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
1015 "checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
1016 "checksum num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca313f1862c7ec3e0dfe8ace9fa91b1d9cb5c84ace3d00f5ec4216238e93c167"
1017 "checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
1018 "checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
1019 "checksum pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab1e588ef8efd702c7ed9d2bd774db5e6f4d878bb5a1a9f371828fbdff6973"
1020 "checksum pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1058d7bb927ca067656537eec4e02c2b4b70eaaa129664c5b90c111e20326f41"
1021 "checksum quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0aad603e8d7fb67da22dbdf1f4b826ce8829e406124109e73cf1b2454b93a71c"
1022 "checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01"
1023 "checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
1024 "checksum rls-data 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc4277ce3c57f456b11fe3145b181a844a25201bab5cbaa1978457e6e2f27d47"
1025 "checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
1026 "checksum rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "684ce48436d6465300c9ea783b6b14c4361d6b8dcbb1375b486a69cc19e2dfb0"
1027 "checksum serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a702319c807c016e51f672e5c77d6f0b46afddd744b5e437d6b8436b888b458f"
1028 "checksum serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "dbc45439552eb8fb86907a2c41c1fd0ef97458efb87ff7f878db466eb581824e"
1029 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
1030 "checksum term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "07b6c1ac5b3fffd75073276bca1ceed01f67a28537097a2a9539e116e50fb21a"
1031 "checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a"
1032 "checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
1033 "checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
1034 "checksum toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3474f3c6eaf32eedb4f4a66a26214f020f828a6d96c37e38a35e3a379bbcfd11"
1035 "checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3"
1036 "checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
1037 "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
1038 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
1039 "checksum vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8cdc8b93bd0198ed872357fb2e667f7125646b1762f16d60b2c96350d361897"
1040 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1041 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1042 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"