rstest_macros 0.14.0

Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests.
Documentation
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.proc-macro2]
version = "1.0.27"

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["full", "parsing", "extra-traits", "visit", "visit-mut"]
version = "1.0.72"
[dev-dependencies.actix-rt]
version = "2.2.0"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.9.0"

[dev-dependencies.pretty_assertions]
version = "1.0.0"

[dev-dependencies.rstest]
default-features = false
version = "0.13.0"

[dev-dependencies.rstest_reuse]
version = "0.3.0"

[dev-dependencies.rstest_test]
version = "0.8.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 = "2018"
homepage = "https://github.com/la10736/rstest"
keywords = ["test", "fixture"]
license = "MIT/Apache-2.0"
name = "rstest_macros"
repository = "https://github.com/la10736/rstest"
version = "0.14.0"