# 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" name = "test-tag" version = "0.1.4" authors = ["Daniel Mueller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ The #[tag] attribute for convenient tagging/grouping of #[test] tests. """ homepage = "https://github.com/d-e-s-o/test-tag" readme = "README.md" keywords = [ "tag", "tagging", "test", "testing", "tests", ] categories = [ "development-tools::testing", "development-tools", "config", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/d-e-s-o/test-tag.git" [lib] name = "test_tag" path = "src/lib.rs" proc-macro = true [[test]] name = "failures" path = "tests/failures.rs" [[test]] name = "prototype" path = "tests/prototype.rs" test = false [[test]] name = "tests" path = "tests/tests.rs" [dependencies.proc-macro2] version = "1.0.32" default-features = false [dependencies.quote] version = "1.0" default-features = false [dependencies.syn] version = "2.0" features = [ "full", "parsing", "printing", "proc-macro", ] default-features = false [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.trybuild] version = "1.0"