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