[package]
name = "trybuild"
version = "1.0.22"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Test harness for ui tests of compiler diagnostics"
repository = "https://github.com/dtolnay/trybuild"
documentation = "https://docs.rs/trybuild"
exclude = ["screenshots/*"]
readme = "README.md"
[badges]
travis-ci = { repository = "dtolnay/trybuild" }
[features]
diff = ["dissimilar"]
[dependencies]
dissimilar = { version = "1.0", optional = true }
glob = "0.3"
lazy_static = "1.3"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0"
termcolor = "1.0.4"
toml = "0.5.2"