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