[dependencies.hex]
default-features = false
features = ["std"]
version = "0.4"
[dependencies.proc-macro2]
default-features = false
version = "1"
[dependencies.quote]
default-features = false
version = "1"
[dependencies.sha2]
default-features = false
version = "0.10"
[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro"]
version = "2"
[lib]
proc-macro = true
[package]
authors = ["Sergii Mikhtoniuk <mikhtoniuk@gmail.com>"]
description = "Organize tests into groups with macros for filtering in nextest"
documentation = "https://docs.rs/test-group"
edition = "2021"
homepage = "https://github.com/sergiimk/test-group"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["testing", "nextest"]
license = "MIT OR Apache-2.0"
name = "test-group"
readme = "README.md"
repository = "https://github.com/sergiimk/test-group"
version = "1.0.1"