]> git.lizzy.rs Git - rust.git/blob - src/tools/compiletest/Cargo.toml
6639ba51b12816a13944dd2bb2fe58c11aa59dac
[rust.git] / src / tools / compiletest / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "compiletest"
4 version = "0.0.0"
5
6 [dependencies]
7 diff = "0.1.10"
8 env_logger = { version = "0.5", default-features = false }
9 filetime = "0.2"
10 getopts = "0.2"
11 log = "0.4"
12 regex = "0.2"
13 serde = "1.0"
14 serde_json = "1.0"
15 serde_derive = "1.0"
16 rustfix = "0.4.1"
17
18 [target.'cfg(unix)'.dependencies]
19 libc = "0.2"
20
21 [target.'cfg(windows)'.dependencies]
22 lazy_static = "1.0"
23 miow = "0.3"
24 winapi = { version = "0.3", features = ["winerror"] }