[dependencies.dissimilar]
optional = true
version = "1.0"
[dependencies.glob]
version = "0.3"
[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_internals_api"
path = "src/lib.rs"
[package]
authors = ["Shadaj Laddad <shadaj@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "A fork of trybuild with the internals exposed as a public API"
documentation = "https://docs.rs/trybuild-internals-api"
edition = "2021"
exclude = ["screenshots/*"]
keywords = ["macros", "testing", "dev-dependencies"]
license = "MIT OR Apache-2.0"
name = "trybuild-internals-api"
readme = "README.md"
repository = "https://github.com/hydro-project/trybuild"
rust-version = "1.70"
version = "1.0.99"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
name = "test"
path = "tests/test.rs"