[package]
name = "test-case-derive"
version = "0.2.2"
authors = ["Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>"]
description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily"
documentation = "https://docs.rs/test-case-derive"
readme = "README.md"
keywords = ["test", "case", "tests", "unit", "testing"]
categories = ["development-tools", "development-tools::testing"]
license = "MIT"
repository = "https://github.com/synek317/test-case-derive"
[lib]
path = "src/lib.rs"
doctest = false
proc-macro = true
[dependencies.lazy_static]
version = "0.2.8"
[dependencies.quote]
version = "0.3.15"
[dependencies.syn]
version = "0.11.11"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "synek317/test-case-derive"