trybuild 1.0.80

Test harness for ui tests of compiler diagnostics
Documentation
[dependencies.basic-toml]
version = "0.1"

[dependencies.dissimilar]
optional = true
version = "1.0"

[dependencies.glob]
version = "0.3"

[dependencies.once_cell]
version = "1.9"

[dependencies.serde]
version = "1.0.139"

[dependencies.serde_derive]
version = "1.0.139"

[dependencies.serde_json]
version = "1.0"

[dependencies.termcolor]
version = "1.0.4"
[dev-dependencies.automod]
version = "1.0"

[features]
diff = ["dissimilar"]

[lib]
doc-scrape-examples = false

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::testing"]
description = "Test harness for ui tests of compiler diagnostics"
documentation = "https://docs.rs/trybuild"
edition = "2018"
exclude = ["screenshots/*"]
keywords = ["macros", "testing", "dev-dependencies"]
license = "MIT OR Apache-2.0"
name = "trybuild"
readme = "README.md"
repository = "https://github.com/dtolnay/trybuild"
rust-version = "1.45"
version = "1.0.80"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]