]> git.proxmox.com Git - rustc.git/blame - src/tools/compiletest/Cargo.toml
New upstream version 1.33.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"
a7813a04 5
a7813a04 6[dependencies]
041b39d2 7diff = "0.1.10"
0531ce1d 8env_logger = { version = "0.5", default-features = false }
8faf50e0 9filetime = "0.2"
041b39d2 10getopts = "0.2"
ff7c6d11 11log = "0.4"
b7449926 12regex = "1.0"
0531ce1d
XL
13serde = "1.0"
14serde_json = "1.0"
15serde_derive = "1.0"
8faf50e0 16rustfix = "0.4.1"
b7449926 17lazy_static = "1.0"
0731742a 18walkdir = "2"
ff7c6d11
XL
19
20[target.'cfg(unix)'.dependencies]
041b39d2 21libc = "0.2"
abe05a73
XL
22
23[target.'cfg(windows)'.dependencies]
0531ce1d
XL
24miow = "0.3"
25winapi = { version = "0.3", features = ["winerror"] }