]> git.lizzy.rs Git - rust.git/blob - src/Cargo.lock
Update to last pulldown version
[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.4 (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.4"
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.18"
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.18 (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  "graphviz 0.0.0",
507  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
508  "rustc 0.0.0",
509  "rustc_back 0.0.0",
510  "rustc_const_math 0.0.0",
511  "rustc_data_structures 0.0.0",
512  "rustc_errors 0.0.0",
513  "syntax 0.0.0",
514  "syntax_pos 0.0.0",
515 ]
516
517 [[package]]
518 name = "rustc_const_math"
519 version = "0.0.0"
520 dependencies = [
521  "serialize 0.0.0",
522  "syntax 0.0.0",
523 ]
524
525 [[package]]
526 name = "rustc_data_structures"
527 version = "0.0.0"
528 dependencies = [
529  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
530  "serialize 0.0.0",
531 ]
532
533 [[package]]
534 name = "rustc_driver"
535 version = "0.0.0"
536 dependencies = [
537  "arena 0.0.0",
538  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
539  "graphviz 0.0.0",
540  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
541  "proc_macro_plugin 0.0.0",
542  "rustc 0.0.0",
543  "rustc_back 0.0.0",
544  "rustc_borrowck 0.0.0",
545  "rustc_const_eval 0.0.0",
546  "rustc_data_structures 0.0.0",
547  "rustc_errors 0.0.0",
548  "rustc_incremental 0.0.0",
549  "rustc_lint 0.0.0",
550  "rustc_llvm 0.0.0",
551  "rustc_metadata 0.0.0",
552  "rustc_mir 0.0.0",
553  "rustc_passes 0.0.0",
554  "rustc_plugin 0.0.0",
555  "rustc_privacy 0.0.0",
556  "rustc_resolve 0.0.0",
557  "rustc_save_analysis 0.0.0",
558  "rustc_trans 0.0.0",
559  "rustc_typeck 0.0.0",
560  "serialize 0.0.0",
561  "syntax 0.0.0",
562  "syntax_ext 0.0.0",
563  "syntax_pos 0.0.0",
564 ]
565
566 [[package]]
567 name = "rustc_errors"
568 version = "0.0.0"
569 dependencies = [
570  "serialize 0.0.0",
571  "syntax_pos 0.0.0",
572 ]
573
574 [[package]]
575 name = "rustc_incremental"
576 version = "0.0.0"
577 dependencies = [
578  "graphviz 0.0.0",
579  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
580  "rustc 0.0.0",
581  "rustc_data_structures 0.0.0",
582  "serialize 0.0.0",
583  "syntax 0.0.0",
584  "syntax_pos 0.0.0",
585 ]
586
587 [[package]]
588 name = "rustc_lint"
589 version = "0.0.0"
590 dependencies = [
591  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
592  "rustc 0.0.0",
593  "rustc_back 0.0.0",
594  "rustc_const_eval 0.0.0",
595  "syntax 0.0.0",
596  "syntax_pos 0.0.0",
597 ]
598
599 [[package]]
600 name = "rustc_llvm"
601 version = "0.0.0"
602 dependencies = [
603  "build_helper 0.1.0",
604  "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
605  "rustc_bitflags 0.0.0",
606 ]
607
608 [[package]]
609 name = "rustc_lsan"
610 version = "0.0.0"
611 dependencies = [
612  "alloc_system 0.0.0",
613  "build_helper 0.1.0",
614  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
615  "core 0.0.0",
616 ]
617
618 [[package]]
619 name = "rustc_metadata"
620 version = "0.0.0"
621 dependencies = [
622  "flate 0.0.0",
623  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
624  "proc_macro 0.0.0",
625  "rustc 0.0.0",
626  "rustc_back 0.0.0",
627  "rustc_const_math 0.0.0",
628  "rustc_data_structures 0.0.0",
629  "rustc_errors 0.0.0",
630  "rustc_llvm 0.0.0",
631  "serialize 0.0.0",
632  "syntax 0.0.0",
633  "syntax_ext 0.0.0",
634  "syntax_pos 0.0.0",
635 ]
636
637 [[package]]
638 name = "rustc_mir"
639 version = "0.0.0"
640 dependencies = [
641  "graphviz 0.0.0",
642  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
643  "rustc 0.0.0",
644  "rustc_bitflags 0.0.0",
645  "rustc_const_eval 0.0.0",
646  "rustc_const_math 0.0.0",
647  "rustc_data_structures 0.0.0",
648  "syntax 0.0.0",
649  "syntax_pos 0.0.0",
650 ]
651
652 [[package]]
653 name = "rustc_msan"
654 version = "0.0.0"
655 dependencies = [
656  "alloc_system 0.0.0",
657  "build_helper 0.1.0",
658  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
659  "core 0.0.0",
660 ]
661
662 [[package]]
663 name = "rustc_passes"
664 version = "0.0.0"
665 dependencies = [
666  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
667  "rustc 0.0.0",
668  "rustc_const_eval 0.0.0",
669  "rustc_const_math 0.0.0",
670  "rustc_errors 0.0.0",
671  "syntax 0.0.0",
672  "syntax_pos 0.0.0",
673 ]
674
675 [[package]]
676 name = "rustc_platform_intrinsics"
677 version = "0.0.0"
678
679 [[package]]
680 name = "rustc_plugin"
681 version = "0.0.0"
682 dependencies = [
683  "rustc 0.0.0",
684  "rustc_back 0.0.0",
685  "rustc_errors 0.0.0",
686  "rustc_metadata 0.0.0",
687  "syntax 0.0.0",
688  "syntax_pos 0.0.0",
689 ]
690
691 [[package]]
692 name = "rustc_privacy"
693 version = "0.0.0"
694 dependencies = [
695  "rustc 0.0.0",
696  "syntax 0.0.0",
697  "syntax_pos 0.0.0",
698 ]
699
700 [[package]]
701 name = "rustc_resolve"
702 version = "0.0.0"
703 dependencies = [
704  "arena 0.0.0",
705  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
706  "rustc 0.0.0",
707  "rustc_errors 0.0.0",
708  "syntax 0.0.0",
709  "syntax_pos 0.0.0",
710 ]
711
712 [[package]]
713 name = "rustc_save_analysis"
714 version = "0.0.0"
715 dependencies = [
716  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
717  "rls-data 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
718  "rls-span 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
719  "rustc 0.0.0",
720  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
721  "syntax 0.0.0",
722  "syntax_pos 0.0.0",
723 ]
724
725 [[package]]
726 name = "rustc_trans"
727 version = "0.0.0"
728 dependencies = [
729  "flate 0.0.0",
730  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
731  "rustc 0.0.0",
732  "rustc_back 0.0.0",
733  "rustc_bitflags 0.0.0",
734  "rustc_const_eval 0.0.0",
735  "rustc_const_math 0.0.0",
736  "rustc_data_structures 0.0.0",
737  "rustc_errors 0.0.0",
738  "rustc_incremental 0.0.0",
739  "rustc_llvm 0.0.0",
740  "rustc_platform_intrinsics 0.0.0",
741  "serialize 0.0.0",
742  "syntax 0.0.0",
743  "syntax_pos 0.0.0",
744 ]
745
746 [[package]]
747 name = "rustc_tsan"
748 version = "0.0.0"
749 dependencies = [
750  "alloc_system 0.0.0",
751  "build_helper 0.1.0",
752  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
753  "core 0.0.0",
754 ]
755
756 [[package]]
757 name = "rustc_typeck"
758 version = "0.0.0"
759 dependencies = [
760  "arena 0.0.0",
761  "fmt_macros 0.0.0",
762  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
763  "rustc 0.0.0",
764  "rustc_back 0.0.0",
765  "rustc_const_eval 0.0.0",
766  "rustc_const_math 0.0.0",
767  "rustc_data_structures 0.0.0",
768  "rustc_errors 0.0.0",
769  "rustc_platform_intrinsics 0.0.0",
770  "syntax 0.0.0",
771  "syntax_pos 0.0.0",
772 ]
773
774 [[package]]
775 name = "rustdoc"
776 version = "0.0.0"
777 dependencies = [
778  "arena 0.0.0",
779  "build_helper 0.1.0",
780  "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
781  "log 0.0.0",
782  "pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
783  "rustc 0.0.0",
784  "rustc_back 0.0.0",
785  "rustc_const_eval 0.0.0",
786  "rustc_data_structures 0.0.0",
787  "rustc_driver 0.0.0",
788  "rustc_errors 0.0.0",
789  "rustc_lint 0.0.0",
790  "rustc_metadata 0.0.0",
791  "rustc_resolve 0.0.0",
792  "rustc_trans 0.0.0",
793  "serialize 0.0.0",
794  "syntax 0.0.0",
795  "syntax_pos 0.0.0",
796 ]
797
798 [[package]]
799 name = "serde"
800 version = "0.9.11"
801 source = "registry+https://github.com/rust-lang/crates.io-index"
802
803 [[package]]
804 name = "serde_json"
805 version = "0.9.9"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807 dependencies = [
808  "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
809  "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
810  "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
811  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
812 ]
813
814 [[package]]
815 name = "serialize"
816 version = "0.0.0"
817
818 [[package]]
819 name = "std"
820 version = "0.0.0"
821 dependencies = [
822  "alloc 0.0.0",
823  "alloc_jemalloc 0.0.0",
824  "alloc_system 0.0.0",
825  "build_helper 0.1.0",
826  "collections 0.0.0",
827  "compiler_builtins 0.0.0",
828  "core 0.0.0",
829  "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
830  "libc 0.0.0",
831  "panic_abort 0.0.0",
832  "panic_unwind 0.0.0",
833  "rand 0.0.0",
834  "rustc_asan 0.0.0",
835  "rustc_lsan 0.0.0",
836  "rustc_msan 0.0.0",
837  "rustc_tsan 0.0.0",
838  "std_unicode 0.0.0",
839  "unwind 0.0.0",
840 ]
841
842 [[package]]
843 name = "std_unicode"
844 version = "0.0.0"
845 dependencies = [
846  "core 0.0.0",
847 ]
848
849 [[package]]
850 name = "strsim"
851 version = "0.6.0"
852 source = "registry+https://github.com/rust-lang/crates.io-index"
853
854 [[package]]
855 name = "syntax"
856 version = "0.0.0"
857 dependencies = [
858  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
859  "rustc_bitflags 0.0.0",
860  "rustc_data_structures 0.0.0",
861  "rustc_errors 0.0.0",
862  "serialize 0.0.0",
863  "syntax_pos 0.0.0",
864 ]
865
866 [[package]]
867 name = "syntax_ext"
868 version = "0.0.0"
869 dependencies = [
870  "fmt_macros 0.0.0",
871  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
872  "proc_macro 0.0.0",
873  "rustc_errors 0.0.0",
874  "syntax 0.0.0",
875  "syntax_pos 0.0.0",
876 ]
877
878 [[package]]
879 name = "syntax_pos"
880 version = "0.0.0"
881 dependencies = [
882  "serialize 0.0.0",
883 ]
884
885 [[package]]
886 name = "term"
887 version = "0.0.0"
888
889 [[package]]
890 name = "term_size"
891 version = "0.2.3"
892 source = "registry+https://github.com/rust-lang/crates.io-index"
893 dependencies = [
894  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
895  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
896  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
897 ]
898
899 [[package]]
900 name = "test"
901 version = "0.0.0"
902 dependencies = [
903  "getopts 0.0.0",
904  "term 0.0.0",
905 ]
906
907 [[package]]
908 name = "thread-id"
909 version = "3.0.0"
910 source = "registry+https://github.com/rust-lang/crates.io-index"
911 dependencies = [
912  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
913  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
914 ]
915
916 [[package]]
917 name = "thread_local"
918 version = "0.3.3"
919 source = "registry+https://github.com/rust-lang/crates.io-index"
920 dependencies = [
921  "thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
922  "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
923 ]
924
925 [[package]]
926 name = "tidy"
927 version = "0.1.0"
928
929 [[package]]
930 name = "toml"
931 version = "0.1.30"
932 source = "registry+https://github.com/rust-lang/crates.io-index"
933 dependencies = [
934  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
935 ]
936
937 [[package]]
938 name = "toml"
939 version = "0.3.1"
940 source = "registry+https://github.com/rust-lang/crates.io-index"
941 dependencies = [
942  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
943 ]
944
945 [[package]]
946 name = "unicode-segmentation"
947 version = "1.1.0"
948 source = "registry+https://github.com/rust-lang/crates.io-index"
949
950 [[package]]
951 name = "unicode-width"
952 version = "0.1.4"
953 source = "registry+https://github.com/rust-lang/crates.io-index"
954
955 [[package]]
956 name = "unreachable"
957 version = "0.1.1"
958 source = "registry+https://github.com/rust-lang/crates.io-index"
959 dependencies = [
960  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
961 ]
962
963 [[package]]
964 name = "utf8-ranges"
965 version = "1.0.0"
966 source = "registry+https://github.com/rust-lang/crates.io-index"
967
968 [[package]]
969 name = "vec_map"
970 version = "0.7.0"
971 source = "registry+https://github.com/rust-lang/crates.io-index"
972
973 [[package]]
974 name = "void"
975 version = "1.0.2"
976 source = "registry+https://github.com/rust-lang/crates.io-index"
977
978 [[package]]
979 name = "winapi"
980 version = "0.2.8"
981 source = "registry+https://github.com/rust-lang/crates.io-index"
982
983 [[package]]
984 name = "winapi-build"
985 version = "0.1.1"
986 source = "registry+https://github.com/rust-lang/crates.io-index"
987
988 [metadata]
989 "checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
990 "checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
991 "checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
992 "checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
993 "checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
994 "checksum clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e17a4a72ffea176f77d6e2db609c6c919ef221f23862c9915e687fb54d833485"
995 "checksum cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "d18d68987ed4c516dcc3e7913659bfa4076f5182eea4a7e0038bb060953e76ac"
996 "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
997 "checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
998 "checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
999 "checksum gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "40899336fb50db0c78710f53e87afc54d8c7266fb76262fecc78ca1a7f09deae"
1000 "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
1001 "checksum handlebars 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)" = "663e1728d8037fb0d4e13bcd1b1909fb5d913690a9929eb385922df157c2ff8f"
1002 "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
1003 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1004 "checksum lazy_static 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7291b1dd97d331f752620b02dfdbc231df7fc01bf282a00769e1cdb963c460dc"
1005 "checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
1006 "checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad"
1007 "checksum mdbook 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "06a68e8738e42b38a02755d3ce5fa12d559e17acb238e4326cbc3cc056e65280"
1008 "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
1009 "checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
1010 "checksum num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cee7e88156f3f9e19bdd598f8d6c9db7bf4078f99f8381f43a55b09648d1a6e3"
1011 "checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
1012 "checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
1013 "checksum pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab1e588ef8efd702c7ed9d2bd774db5e6f4d878bb5a1a9f371828fbdff6973"
1014 "checksum pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1058d7bb927ca067656537eec4e02c2b4b70eaaa129664c5b90c111e20326f41"
1015 "checksum quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0aad603e8d7fb67da22dbdf1f4b826ce8829e406124109e73cf1b2454b93a71c"
1016 "checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01"
1017 "checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
1018 "checksum rls-data 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af1dfff00189fd7b78edb9af131b0de703676c04fa8126aed77fd2c586775a4d"
1019 "checksum rls-span 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8656f7b850ac85fb204ef94318c641bbb15a32766e12f9a589a23e4c0fbc38db"
1020 "checksum rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "684ce48436d6465300c9ea783b6b14c4361d6b8dcbb1375b486a69cc19e2dfb0"
1021 "checksum serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a702319c807c016e51f672e5c77d6f0b46afddd744b5e437d6b8436b888b458f"
1022 "checksum serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "dbc45439552eb8fb86907a2c41c1fd0ef97458efb87ff7f878db466eb581824e"
1023 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
1024 "checksum term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "07b6c1ac5b3fffd75073276bca1ceed01f67a28537097a2a9539e116e50fb21a"
1025 "checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a"
1026 "checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
1027 "checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
1028 "checksum toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3474f3c6eaf32eedb4f4a66a26214f020f828a6d96c37e38a35e3a379bbcfd11"
1029 "checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3"
1030 "checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
1031 "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
1032 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
1033 "checksum vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8cdc8b93bd0198ed872357fb2e667f7125646b1762f16d60b2c96350d361897"
1034 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1035 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1036 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"