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