]> git.proxmox.com Git - rustc.git/blob - src/bootstrap/Cargo.lock
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / bootstrap / Cargo.lock
1 [root]
2 name = "bootstrap"
3 version = "0.0.0"
4 dependencies = [
5 "build_helper 0.1.0",
6 "cmake 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
7 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
8 "gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
9 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
10 "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
11 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
12 "md5 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
13 "num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
14 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
15 "toml 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
16 "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
17 ]
18
19 [[package]]
20 name = "build_helper"
21 version = "0.1.0"
22
23 [[package]]
24 name = "cmake"
25 version = "0.1.16"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 dependencies = [
28 "gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
29 ]
30
31 [[package]]
32 name = "filetime"
33 version = "0.1.10"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 dependencies = [
36 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
37 ]
38
39 [[package]]
40 name = "gcc"
41 version = "0.3.26"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
43
44 [[package]]
45 name = "getopts"
46 version = "0.2.14"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48
49 [[package]]
50 name = "kernel32-sys"
51 version = "0.2.1"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 dependencies = [
54 "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
55 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
56 ]
57
58 [[package]]
59 name = "libc"
60 version = "0.2.9"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62
63 [[package]]
64 name = "md5"
65 version = "0.1.1"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67
68 [[package]]
69 name = "num_cpus"
70 version = "0.2.11"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 dependencies = [
73 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
74 ]
75
76 [[package]]
77 name = "rustc-serialize"
78 version = "0.3.19"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80
81 [[package]]
82 name = "toml"
83 version = "0.1.28"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 dependencies = [
86 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
87 ]
88
89 [[package]]
90 name = "winapi"
91 version = "0.2.6"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93
94 [[package]]
95 name = "winapi-build"
96 version = "0.1.1"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98