rust/src/tools/compiletest/Cargo.toml
2020-07-31 22:38:20 +02:00

25 lines
566 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "compiletest"
version = "0.0.0"
edition = "2018"
[dependencies]
diff = "0.1.10"
env_logger = { version = "0.7", default-features = false }
getopts = "0.2"
log = { package = "tracing", version = "0.1" }
regex = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rustfix = "0.5.0"
lazy_static = "1.0"
walkdir = "2"
glob = "0.3.0"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
[target.'cfg(windows)'.dependencies]
miow = "0.3"
winapi = { version = "0.3", features = ["winerror"] }