[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.glob]
version = "0.3.1"
[dependencies.proc-macro2]
version = "1.0.39"
[dependencies.quote]
version = "1.0.19"
[dependencies.regex]
version = "1.7.3"
[dependencies.relative-path]
version = "1.8.0"
[dependencies.syn]
features = ["full", "parsing", "extra-traits", "visit", "visit-mut"]
version = "2.0.2"
[dependencies.unicode-ident]
version = "1.0.5"
[dev-dependencies.actix-rt]
version = "2.7.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12.0"
[dev-dependencies.maplit]
version = "1.0.2"
[dev-dependencies.pretty_assertions]
version = "1.2.1"
[dev-dependencies.rstest]
default-features = false
version = "0.18.1"
[dev-dependencies.rstest_reuse]
version = "0.6.0"
[dev-dependencies.rstest_test]
version = "0.11.0"
[features]
async-timeout = []
default = ["async-timeout"]
[lib]
proc-macro = true
[package]
authors = ["Michele d'Amico <michele.damico@gmail.com>"]
categories = ["development-tools::testing"]
description = "Rust fixture based test framework. It use procedural macro\nto implement fixtures and table based tests.\n"
edition = "2021"
homepage = "https://github.com/la10736/rstest"
keywords = ["test", "fixture"]
license = "MIT OR Apache-2.0"
name = "rstest_macros"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
resolver = "1"
version = "0.18.2"