trybuild 1.0.92

Test harness for ui tests of compiler diagnostics
Documentation
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.dissimilar]
optional = true
version = "1.0"

[dependencies.glob]
version = "0.3"

[dependencies.once_cell]
version = "1.9"

[dependencies.serde]
version = "1.0.194"

[dependencies.serde_derive]
version = "1.0.194"

[dependencies.serde_json]
version = "1.0.110"

[dependencies.termcolor]
version = "1.0.4"

[dependencies.toml]
version = "0.8"
[dev-dependencies.automod]
version = "1.0.10"

[features]
diff = ["dissimilar"]

[lib]
doc-scrape-examples = false
name = "trybuild"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["development-tools::testing"]
description = "Test harness for ui tests of compiler diagnostics"
documentation = "https://docs.rs/trybuild"
edition = "2021"
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.70"
version = "1.0.92"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]