]> git.lizzy.rs Git - rust.git/blob - src/Cargo.lock
Rollup merge of #37172 - michaelwoerister:cleanup-dibuilder, r=eddyb
[rust.git] / src / Cargo.lock
1 [root]
2 name = "unwind"
3 version = "0.0.0"
4 dependencies = [
5  "core 0.0.0",
6  "libc 0.0.0",
7 ]
8
9 [[package]]
10 name = "alloc"
11 version = "0.0.0"
12 dependencies = [
13  "core 0.0.0",
14 ]
15
16 [[package]]
17 name = "alloc_jemalloc"
18 version = "0.0.0"
19 dependencies = [
20  "build_helper 0.1.0",
21  "core 0.0.0",
22  "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
23  "libc 0.0.0",
24 ]
25
26 [[package]]
27 name = "alloc_system"
28 version = "0.0.0"
29 dependencies = [
30  "core 0.0.0",
31  "libc 0.0.0",
32 ]
33
34 [[package]]
35 name = "arena"
36 version = "0.0.0"
37
38 [[package]]
39 name = "bootstrap"
40 version = "0.0.0"
41 dependencies = [
42  "build_helper 0.1.0",
43  "cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
44  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
45  "gcc 0.3.35 (git+https://github.com/alexcrichton/gcc-rs)",
46  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
47  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
48  "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
49  "md5 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
50  "num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
51  "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
52  "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
53  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
54 ]
55
56 [[package]]
57 name = "build_helper"
58 version = "0.1.0"
59
60 [[package]]
61 name = "cargotest"
62 version = "0.1.0"
63
64 [[package]]
65 name = "cmake"
66 version = "0.1.17"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 dependencies = [
69  "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
70 ]
71
72 [[package]]
73 name = "collections"
74 version = "0.0.0"
75 dependencies = [
76  "alloc 0.0.0",
77  "core 0.0.0",
78  "rustc_unicode 0.0.0",
79 ]
80
81 [[package]]
82 name = "compiler_builtins"
83 version = "0.0.0"
84 dependencies = [
85  "core 0.0.0",
86  "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
87 ]
88
89 [[package]]
90 name = "compiletest"
91 version = "0.0.0"
92 dependencies = [
93  "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
94  "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
95  "serialize 0.0.0",
96 ]
97
98 [[package]]
99 name = "core"
100 version = "0.0.0"
101
102 [[package]]
103 name = "env_logger"
104 version = "0.3.5"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 dependencies = [
107  "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
108 ]
109
110 [[package]]
111 name = "error_index_generator"
112 version = "0.0.0"
113
114 [[package]]
115 name = "filetime"
116 version = "0.1.10"
117 source = "registry+https://github.com/rust-lang/crates.io-index"
118 dependencies = [
119  "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
120 ]
121
122 [[package]]
123 name = "flate"
124 version = "0.0.0"
125 dependencies = [
126  "build_helper 0.1.0",
127  "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
128 ]
129
130 [[package]]
131 name = "fmt_macros"
132 version = "0.0.0"
133
134 [[package]]
135 name = "gcc"
136 version = "0.3.35"
137 source = "git+https://github.com/alexcrichton/gcc-rs#03e22a4425c011fa8c96681591432456fa70d60c"
138
139 [[package]]
140 name = "gcc"
141 version = "0.3.35"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143
144 [[package]]
145 name = "getopts"
146 version = "0.0.0"
147
148 [[package]]
149 name = "getopts"
150 version = "0.2.14"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152
153 [[package]]
154 name = "graphviz"
155 version = "0.0.0"
156
157 [[package]]
158 name = "idna"
159 version = "0.1.0"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 dependencies = [
162  "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
163  "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
164  "unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
165 ]
166
167 [[package]]
168 name = "kernel32-sys"
169 version = "0.2.2"
170 source = "registry+https://github.com/rust-lang/crates.io-index"
171 dependencies = [
172  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
173  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
174 ]
175
176 [[package]]
177 name = "libc"
178 version = "0.0.0"
179 dependencies = [
180  "core 0.0.0",
181 ]
182
183 [[package]]
184 name = "libc"
185 version = "0.2.15"
186 source = "registry+https://github.com/rust-lang/crates.io-index"
187
188 [[package]]
189 name = "linkchecker"
190 version = "0.1.0"
191 dependencies = [
192  "url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
193 ]
194
195 [[package]]
196 name = "log"
197 version = "0.0.0"
198
199 [[package]]
200 name = "log"
201 version = "0.3.6"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203
204 [[package]]
205 name = "matches"
206 version = "0.1.2"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208
209 [[package]]
210 name = "md5"
211 version = "0.1.1"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213
214 [[package]]
215 name = "num_cpus"
216 version = "0.2.13"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 dependencies = [
219  "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
220 ]
221
222 [[package]]
223 name = "panic_abort"
224 version = "0.0.0"
225 dependencies = [
226  "core 0.0.0",
227  "libc 0.0.0",
228 ]
229
230 [[package]]
231 name = "panic_unwind"
232 version = "0.0.0"
233 dependencies = [
234  "alloc 0.0.0",
235  "core 0.0.0",
236  "libc 0.0.0",
237  "unwind 0.0.0",
238 ]
239
240 [[package]]
241 name = "proc_macro"
242 version = "0.0.0"
243 dependencies = [
244  "syntax 0.0.0",
245 ]
246
247 [[package]]
248 name = "proc_macro_plugin"
249 version = "0.0.0"
250 dependencies = [
251  "log 0.0.0",
252  "rustc_plugin 0.0.0",
253  "syntax 0.0.0",
254  "syntax_pos 0.0.0",
255 ]
256
257 [[package]]
258 name = "rand"
259 version = "0.0.0"
260 dependencies = [
261  "core 0.0.0",
262 ]
263
264 [[package]]
265 name = "rustbook"
266 version = "0.0.0"
267
268 [[package]]
269 name = "rustc"
270 version = "0.0.0"
271 dependencies = [
272  "arena 0.0.0",
273  "flate 0.0.0",
274  "fmt_macros 0.0.0",
275  "graphviz 0.0.0",
276  "log 0.0.0",
277  "rustc_back 0.0.0",
278  "rustc_bitflags 0.0.0",
279  "rustc_const_math 0.0.0",
280  "rustc_data_structures 0.0.0",
281  "rustc_errors 0.0.0",
282  "rustc_llvm 0.0.0",
283  "serialize 0.0.0",
284  "syntax 0.0.0",
285  "syntax_pos 0.0.0",
286 ]
287
288 [[package]]
289 name = "rustc-main"
290 version = "0.0.0"
291 dependencies = [
292  "rustc_back 0.0.0",
293  "rustc_driver 0.0.0",
294  "rustdoc 0.0.0",
295 ]
296
297 [[package]]
298 name = "rustc-serialize"
299 version = "0.3.19"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
301
302 [[package]]
303 name = "rustc_back"
304 version = "0.0.0"
305 dependencies = [
306  "log 0.0.0",
307  "serialize 0.0.0",
308  "syntax 0.0.0",
309 ]
310
311 [[package]]
312 name = "rustc_bitflags"
313 version = "0.0.0"
314
315 [[package]]
316 name = "rustc_borrowck"
317 version = "0.0.0"
318 dependencies = [
319  "graphviz 0.0.0",
320  "log 0.0.0",
321  "rustc 0.0.0",
322  "rustc_data_structures 0.0.0",
323  "rustc_errors 0.0.0",
324  "rustc_mir 0.0.0",
325  "syntax 0.0.0",
326  "syntax_pos 0.0.0",
327 ]
328
329 [[package]]
330 name = "rustc_const_eval"
331 version = "0.0.0"
332 dependencies = [
333  "graphviz 0.0.0",
334  "log 0.0.0",
335  "rustc 0.0.0",
336  "rustc_back 0.0.0",
337  "rustc_const_math 0.0.0",
338  "rustc_errors 0.0.0",
339  "serialize 0.0.0",
340  "syntax 0.0.0",
341  "syntax_pos 0.0.0",
342 ]
343
344 [[package]]
345 name = "rustc_const_math"
346 version = "0.0.0"
347 dependencies = [
348  "log 0.0.0",
349  "serialize 0.0.0",
350  "syntax 0.0.0",
351 ]
352
353 [[package]]
354 name = "rustc_data_structures"
355 version = "0.0.0"
356 dependencies = [
357  "log 0.0.0",
358  "serialize 0.0.0",
359 ]
360
361 [[package]]
362 name = "rustc_driver"
363 version = "0.0.0"
364 dependencies = [
365  "arena 0.0.0",
366  "flate 0.0.0",
367  "graphviz 0.0.0",
368  "log 0.0.0",
369  "proc_macro_plugin 0.0.0",
370  "rustc 0.0.0",
371  "rustc_back 0.0.0",
372  "rustc_borrowck 0.0.0",
373  "rustc_const_eval 0.0.0",
374  "rustc_errors 0.0.0",
375  "rustc_incremental 0.0.0",
376  "rustc_lint 0.0.0",
377  "rustc_llvm 0.0.0",
378  "rustc_metadata 0.0.0",
379  "rustc_mir 0.0.0",
380  "rustc_passes 0.0.0",
381  "rustc_plugin 0.0.0",
382  "rustc_privacy 0.0.0",
383  "rustc_resolve 0.0.0",
384  "rustc_save_analysis 0.0.0",
385  "rustc_trans 0.0.0",
386  "rustc_typeck 0.0.0",
387  "serialize 0.0.0",
388  "syntax 0.0.0",
389  "syntax_ext 0.0.0",
390  "syntax_pos 0.0.0",
391 ]
392
393 [[package]]
394 name = "rustc_errors"
395 version = "0.0.0"
396 dependencies = [
397  "log 0.0.0",
398  "serialize 0.0.0",
399  "syntax_pos 0.0.0",
400 ]
401
402 [[package]]
403 name = "rustc_incremental"
404 version = "0.0.0"
405 dependencies = [
406  "graphviz 0.0.0",
407  "log 0.0.0",
408  "rustc 0.0.0",
409  "rustc_data_structures 0.0.0",
410  "serialize 0.0.0",
411  "syntax 0.0.0",
412  "syntax_pos 0.0.0",
413 ]
414
415 [[package]]
416 name = "rustc_lint"
417 version = "0.0.0"
418 dependencies = [
419  "log 0.0.0",
420  "rustc 0.0.0",
421  "rustc_back 0.0.0",
422  "rustc_const_eval 0.0.0",
423  "syntax 0.0.0",
424  "syntax_pos 0.0.0",
425 ]
426
427 [[package]]
428 name = "rustc_llvm"
429 version = "0.0.0"
430 dependencies = [
431  "build_helper 0.1.0",
432  "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
433  "rustc_bitflags 0.0.0",
434 ]
435
436 [[package]]
437 name = "rustc_metadata"
438 version = "0.0.0"
439 dependencies = [
440  "flate 0.0.0",
441  "log 0.0.0",
442  "proc_macro 0.0.0",
443  "rustc 0.0.0",
444  "rustc_back 0.0.0",
445  "rustc_const_math 0.0.0",
446  "rustc_data_structures 0.0.0",
447  "rustc_errors 0.0.0",
448  "rustc_llvm 0.0.0",
449  "serialize 0.0.0",
450  "syntax 0.0.0",
451  "syntax_ext 0.0.0",
452  "syntax_pos 0.0.0",
453 ]
454
455 [[package]]
456 name = "rustc_mir"
457 version = "0.0.0"
458 dependencies = [
459  "graphviz 0.0.0",
460  "log 0.0.0",
461  "rustc 0.0.0",
462  "rustc_back 0.0.0",
463  "rustc_bitflags 0.0.0",
464  "rustc_const_eval 0.0.0",
465  "rustc_const_math 0.0.0",
466  "rustc_data_structures 0.0.0",
467  "syntax 0.0.0",
468  "syntax_pos 0.0.0",
469 ]
470
471 [[package]]
472 name = "rustc_passes"
473 version = "0.0.0"
474 dependencies = [
475  "log 0.0.0",
476  "rustc 0.0.0",
477  "rustc_const_eval 0.0.0",
478  "rustc_const_math 0.0.0",
479  "rustc_errors 0.0.0",
480  "syntax 0.0.0",
481  "syntax_pos 0.0.0",
482 ]
483
484 [[package]]
485 name = "rustc_platform_intrinsics"
486 version = "0.0.0"
487
488 [[package]]
489 name = "rustc_plugin"
490 version = "0.0.0"
491 dependencies = [
492  "log 0.0.0",
493  "rustc 0.0.0",
494  "rustc_back 0.0.0",
495  "rustc_bitflags 0.0.0",
496  "rustc_errors 0.0.0",
497  "rustc_metadata 0.0.0",
498  "syntax 0.0.0",
499  "syntax_pos 0.0.0",
500 ]
501
502 [[package]]
503 name = "rustc_privacy"
504 version = "0.0.0"
505 dependencies = [
506  "rustc 0.0.0",
507  "syntax 0.0.0",
508  "syntax_pos 0.0.0",
509 ]
510
511 [[package]]
512 name = "rustc_resolve"
513 version = "0.0.0"
514 dependencies = [
515  "arena 0.0.0",
516  "log 0.0.0",
517  "rustc 0.0.0",
518  "rustc_errors 0.0.0",
519  "syntax 0.0.0",
520  "syntax_pos 0.0.0",
521 ]
522
523 [[package]]
524 name = "rustc_save_analysis"
525 version = "0.0.0"
526 dependencies = [
527  "log 0.0.0",
528  "rustc 0.0.0",
529  "serialize 0.0.0",
530  "syntax 0.0.0",
531  "syntax_pos 0.0.0",
532 ]
533
534 [[package]]
535 name = "rustc_trans"
536 version = "0.0.0"
537 dependencies = [
538  "arena 0.0.0",
539  "flate 0.0.0",
540  "graphviz 0.0.0",
541  "log 0.0.0",
542  "rustc 0.0.0",
543  "rustc_back 0.0.0",
544  "rustc_const_eval 0.0.0",
545  "rustc_const_math 0.0.0",
546  "rustc_data_structures 0.0.0",
547  "rustc_errors 0.0.0",
548  "rustc_incremental 0.0.0",
549  "rustc_llvm 0.0.0",
550  "rustc_platform_intrinsics 0.0.0",
551  "serialize 0.0.0",
552  "syntax 0.0.0",
553  "syntax_pos 0.0.0",
554 ]
555
556 [[package]]
557 name = "rustc_typeck"
558 version = "0.0.0"
559 dependencies = [
560  "arena 0.0.0",
561  "fmt_macros 0.0.0",
562  "log 0.0.0",
563  "rustc 0.0.0",
564  "rustc_back 0.0.0",
565  "rustc_const_eval 0.0.0",
566  "rustc_const_math 0.0.0",
567  "rustc_errors 0.0.0",
568  "rustc_platform_intrinsics 0.0.0",
569  "syntax 0.0.0",
570  "syntax_pos 0.0.0",
571 ]
572
573 [[package]]
574 name = "rustc_unicode"
575 version = "0.0.0"
576 dependencies = [
577  "core 0.0.0",
578 ]
579
580 [[package]]
581 name = "rustdoc"
582 version = "0.0.0"
583 dependencies = [
584  "arena 0.0.0",
585  "build_helper 0.1.0",
586  "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
587  "log 0.0.0",
588  "rustc 0.0.0",
589  "rustc_back 0.0.0",
590  "rustc_const_eval 0.0.0",
591  "rustc_const_math 0.0.0",
592  "rustc_data_structures 0.0.0",
593  "rustc_driver 0.0.0",
594  "rustc_errors 0.0.0",
595  "rustc_lint 0.0.0",
596  "rustc_metadata 0.0.0",
597  "rustc_resolve 0.0.0",
598  "rustc_trans 0.0.0",
599  "serialize 0.0.0",
600  "syntax 0.0.0",
601  "syntax_pos 0.0.0",
602 ]
603
604 [[package]]
605 name = "serialize"
606 version = "0.0.0"
607 dependencies = [
608  "log 0.0.0",
609 ]
610
611 [[package]]
612 name = "std"
613 version = "0.0.0"
614 dependencies = [
615  "alloc 0.0.0",
616  "alloc_jemalloc 0.0.0",
617  "alloc_system 0.0.0",
618  "build_helper 0.1.0",
619  "collections 0.0.0",
620  "compiler_builtins 0.0.0",
621  "core 0.0.0",
622  "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
623  "libc 0.0.0",
624  "panic_abort 0.0.0",
625  "panic_unwind 0.0.0",
626  "rand 0.0.0",
627  "rustc_unicode 0.0.0",
628  "unwind 0.0.0",
629 ]
630
631 [[package]]
632 name = "std_shim"
633 version = "0.1.0"
634 dependencies = [
635  "core 0.0.0",
636  "std 0.0.0",
637 ]
638
639 [[package]]
640 name = "syntax"
641 version = "0.0.0"
642 dependencies = [
643  "log 0.0.0",
644  "rustc_bitflags 0.0.0",
645  "rustc_errors 0.0.0",
646  "serialize 0.0.0",
647  "syntax_pos 0.0.0",
648 ]
649
650 [[package]]
651 name = "syntax_ext"
652 version = "0.0.0"
653 dependencies = [
654  "fmt_macros 0.0.0",
655  "log 0.0.0",
656  "proc_macro 0.0.0",
657  "rustc_errors 0.0.0",
658  "syntax 0.0.0",
659  "syntax_pos 0.0.0",
660 ]
661
662 [[package]]
663 name = "syntax_pos"
664 version = "0.0.0"
665 dependencies = [
666  "serialize 0.0.0",
667 ]
668
669 [[package]]
670 name = "term"
671 version = "0.0.0"
672
673 [[package]]
674 name = "test"
675 version = "0.0.0"
676 dependencies = [
677  "getopts 0.0.0",
678  "term 0.0.0",
679 ]
680
681 [[package]]
682 name = "test_shim"
683 version = "0.1.0"
684 dependencies = [
685  "test 0.0.0",
686 ]
687
688 [[package]]
689 name = "tidy"
690 version = "0.1.0"
691
692 [[package]]
693 name = "toml"
694 version = "0.1.30"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 dependencies = [
697  "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
698 ]
699
700 [[package]]
701 name = "unicode-bidi"
702 version = "0.2.3"
703 source = "registry+https://github.com/rust-lang/crates.io-index"
704 dependencies = [
705  "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
706 ]
707
708 [[package]]
709 name = "unicode-normalization"
710 version = "0.1.2"
711 source = "registry+https://github.com/rust-lang/crates.io-index"
712
713 [[package]]
714 name = "url"
715 version = "1.2.0"
716 source = "registry+https://github.com/rust-lang/crates.io-index"
717 dependencies = [
718  "idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
719  "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
720 ]
721
722 [[package]]
723 name = "winapi"
724 version = "0.2.8"
725 source = "registry+https://github.com/rust-lang/crates.io-index"
726
727 [[package]]
728 name = "winapi-build"
729 version = "0.1.1"
730 source = "registry+https://github.com/rust-lang/crates.io-index"
731
732 [metadata]
733 "checksum cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "dfcf5bcece56ef953b8ea042509e9dcbdfe97820b7e20d86beb53df30ed94978"
734 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
735 "checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
736 "checksum gcc 0.3.35 (git+https://github.com/alexcrichton/gcc-rs)" = "<none>"
737 "checksum gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "91ecd03771effb0c968fd6950b37e89476a578aaf1c70297d8e92b6516ec3312"
738 "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
739 "checksum idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1053236e00ce4f668aeca4a769a09b3bf5a682d802abd6f3cb39374f6b162c11"
740 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
741 "checksum libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "23e3757828fa702a20072c37ff47938e9dd331b92fac6e223d26d4b7a55f7ee2"
742 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054"
743 "checksum matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "15305656809ce5a4805b1ff2946892810992197ce1270ff79baded852187942e"
744 "checksum md5 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5539a8dee9b4ae308c9c406a379838b435a8f2c84cf9fedc6d5a576be9888db"
745 "checksum num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cee7e88156f3f9e19bdd598f8d6c9db7bf4078f99f8381f43a55b09648d1a6e3"
746 "checksum rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6159e4e6e559c81bd706afe9c8fd68f547d3e851ce12e76b1de7914bab61691b"
747 "checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
748 "checksum unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c1f7ceb96afdfeedee42bade65a0d585a6a0106f681b6749c8ff4daa8df30b3f"
749 "checksum unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "26643a2f83bac55f1976fb716c10234485f9202dcd65cfbdf9da49867b271172"
750 "checksum url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afe9ec54bc4db14bc8744b7fed060d785ac756791450959b2248443319d5b119"
751 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
752 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"