test-case 1.2.3

Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily
Documentation
[[test]]
name = "acceptance"
path = "tests/acceptance_tests.rs"
[badges.maintenance]
status = "actively-developed"
[build-dependencies.version_check]
version = "0.9.2"
[dependencies.cfg-if]
version = "1.0.0"

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

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.60"
[dev-dependencies.indexmap]
version = "<1.8.0"

[dev-dependencies.insta]
version = "<1.12.0"

[dev-dependencies.itertools]
version = "0.10.0"

[dev-dependencies.lazy_static]
version = "1.4.0"

[features]
allow_result = []
default = []
hamcrest_assertions = []

[lib]
doctest = false
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>", "Wojciech Polak <frondeus@gmail.com>", "Ɓukasz Biel <lukasz.p.biel@gmail.com>"]
build = "build.rs"
categories = ["development-tools", "development-tools::testing"]
description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily"
documentation = "https://docs.rs/test-case"
edition = "2018"
exclude = ["tests/snapshots/**/*"]
keywords = ["test", "case", "tests", "unit", "testing"]
license = "MIT"
name = "test-case"
readme = "README.md"
repository = "https://github.com/frondeus/test-case"
version = "1.2.3"