[package]
name = "compiletest_rs"
version = "0.2.10"
authors = ["The Rust Project Developers", "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
description = "The compiletest utility from the Rust compiler as a standalone testing harness"
readme = "README.md"
keywords = ["compiletest", "test", "plugin"]
license = "Apache-2.0/MIT"
repository = "https://github.com/laumann/compiletest-rs"
[lib]
name = "compiletest_rs"
[dependencies.tempdir]
version = "0.3"
optional = true
[dependencies.log]
version = "0.3.5"
[dependencies.rustc-serialize]
version = "0.3"
[features]
tmp = ["tempdir"]