]> git.proxmox.com Git - rustc.git/blame - src/vendor/compiletest_rs/Cargo.toml.orig
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / compiletest_rs / Cargo.toml.orig
CommitLineData
abe05a73
XL
1[package]
2name = "compiletest_rs"
2c00a5a8 3version = "0.3.6"
abe05a73
XL
4authors = [ "The Rust Project Developers"
5 , "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>"
6 , "Manish Goregaokar <manishsmail@gmail.com>"
7 ]
8description = "The compiletest utility from the Rust compiler as a standalone testing harness"
9license = "Apache-2.0/MIT" # Same as rustc
10repository = "https://github.com/laumann/compiletest-rs"
11keywords = ["compiletest", "test", "plugin"]
12readme = "README.md"
13
14[lib]
15name = "compiletest_rs"
16
17[dependencies]
18diff = "0.1.10"
19filetime = "0.1"
20getopts = "0.2"
21log = "0.3"
22rustc-serialize = "0.3"
abe05a73
XL
23tempdir = { version = "0.3", optional = true }
24
ff7c6d11
XL
25[target."cfg(unix)".dependencies]
26libc = "0.2"
27
28[target."cfg(windows)".dependencies]
29miow = "0.2"
30winapi = "0.2"
31
abe05a73
XL
32[features]
33tmp = ["tempdir"]