compiletest_rs 0.6.0

The compiletest utility from the Rust compiler as a standalone testing harness
Documentation
[dependencies.diff]
version = "0.1.10"

[dependencies.filetime]
version = "0.2"

[dependencies.getopts]
version = "0.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.0"

[dependencies.rustfix]
version = "0.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
optional = true
version = "3.0"

[dependencies.tester]
version = "0.9"

[features]
rustc = []
stable = []
tmp = ["tempfile"]

[lib]
name = "compiletest_rs"

[package]
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"
keywords = ["compiletest", "test", "plugin"]
license = "Apache-2.0/MIT"
name = "compiletest_rs"
readme = "README.md"
repository = "https://github.com/laumann/compiletest-rs"
version = "0.6.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.miow]
version = "0.3"

[target."cfg(windows)".dependencies.winapi]
features = ["winerror"]
version = "0.3"