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