110 lines
3.4 KiB
Plaintext
110 lines
3.4 KiB
Plaintext
|
[root]
|
||
|
name = "bootstrap"
|
||
|
version = "0.0.0"
|
||
|
dependencies = [
|
||
|
"build_helper 0.1.0",
|
||
|
"cmake 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"filetime 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num_cpus 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"toml 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "advapi32-sys"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "build_helper"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cmake"
|
||
|
version = "0.1.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "filetime"
|
||
|
version = "0.1.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "gcc"
|
||
|
version = "0.3.19"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "getopts"
|
||
|
version = "0.2.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "kernel32-sys"
|
||
|
version = "0.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "num_cpus"
|
||
|
version = "0.2.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-serialize"
|
||
|
version = "0.3.16"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml"
|
||
|
version = "0.1.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi"
|
||
|
version = "0.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi-build"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|