parameterized-macro 1.0.1

Attribute macro crate for parameterized tests.
Documentation
[[test]]
name = "tests"
path = "tests/cases.rs"
[dependencies.indexmap]
default-features = false
version = "1.6.2"

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

[dependencies.quote]
version = "1.0.8"

[dependencies.syn]
features = ["full"]
version = "1.0.58"
[dev-dependencies.trybuild]
version = "1.0"

[features]
square-brackets-old-error-message = []

[lib]
proc-macro = true

[package]
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
autotests = false
categories = ["development-tools", "development-tools::testing"]
description = "Attribute macro crate for parameterized tests."
documentation = "https://docs.rs/parameterized-macro"
edition = "2018"
keywords = ["parameterized", "attribute", "test", "unit-test", "junit"]
license = "MIT OR Apache-2.0"
name = "parameterized-macro"
readme = "readme.md"
repository = "https://github.com/foresterre/parameterized"
version = "1.0.1"