]> git.proxmox.com Git - rustc.git/blame - src/tools/compiletest/Cargo.toml
New upstream version 1.35.0+dfsg1
[rustc.git] / src / tools / compiletest / Cargo.toml
CommitLineData
a7813a04
XL
1[package]
2authors = ["The Rust Project Developers"]
3name = "compiletest"
4version = "0.0.0"
9fa01778 5edition = "2018"
a7813a04 6
a7813a04 7[dependencies]
041b39d2 8diff = "0.1.10"
0531ce1d 9env_logger = { version = "0.5", default-features = false }
8faf50e0 10filetime = "0.2"
041b39d2 11getopts = "0.2"
ff7c6d11 12log = "0.4"
b7449926 13regex = "1.0"
0531ce1d
XL
14serde = "1.0"
15serde_json = "1.0"
16serde_derive = "1.0"
8faf50e0 17rustfix = "0.4.1"
b7449926 18lazy_static = "1.0"
0731742a 19walkdir = "2"
ff7c6d11
XL
20
21[target.'cfg(unix)'.dependencies]
041b39d2 22libc = "0.2"
abe05a73
XL
23
24[target.'cfg(windows)'.dependencies]
0531ce1d
XL
25miow = "0.3"
26winapi = { version = "0.3", features = ["winerror"] }