test-case-derive 0.2.2

Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"