# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "trybuild-internals-api" version = "1.0.99" authors = ["Shadaj Laddad "] build = "build.rs" exclude = ["screenshots/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A fork of trybuild with the internals exposed as a public API" documentation = "https://docs.rs/trybuild-internals-api" readme = "README.md" keywords = [ "macros", "testing", "dev-dependencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hydro-project/trybuild" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "trybuild_internals_api" path = "src/lib.rs" doc-scrape-examples = false [[test]] name = "test" path = "tests/test.rs" [dependencies.dissimilar] version = "1.0" optional = true [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"]