rstest 0.4.0

A simple `pytest` clone for Rust. It use procedural macro to implement fixtures and table based tests.
Documentation
[build-dependencies.rustc_version]
version = "0.2"
[dependencies.cfg-if]
version = "0.1"

[dependencies.itertools]
version = "0.8"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing", "extra-traits", "visit"]
version = "1.0"
[dev-dependencies.lazy_static]
version = "1.1"

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

[dev-dependencies.temp_testdir]
version = "0.2"

[dev-dependencies.toml_edit]
version = "0.1"

[dev-dependencies.unindent]
version = "^0.1.4"

[lib]
proc-macro = true

[package]
authors = ["Michele d'Amico <michele.damico@gmail.com>"]
categories = ["development-tools::testing"]
description = "A simple `pytest` clone for Rust. It use procedural macro\nto implement fixtures and table based tests.\n"
edition = "2018"
exclude = ["/playground", "/rstest_fixtures"]
homepage = "https://github.com/la10736/rstest"
keywords = ["test", "fixture"]
license = "MIT/Apache-2.0"
name = "rstest"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
version = "0.4.0"