rstest 0.6.4

Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests.
Documentation
[build-dependencies.rustc_version]
version = "0.2.3"
[dependencies.cfg-if]
version = "0.1.10"

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

[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
features = ["full", "parsing", "extra-traits", "visit"]
version = "1.0.32"
[dev-dependencies.actix-rt]
version = "1.1.1"

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

[dev-dependencies.mytest]
package = "rstest"
version = "0.6.3"

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

[dev-dependencies.rstest_reuse]
version = "0.1.0"

[dev-dependencies.rstest_test]
version = "0.2.0"

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

[dev-dependencies.unindent]
version = "0.1.6"

[lib]
proc-macro = true

[package]
authors = ["Michele d'Amico <michele.damico@gmail.com>"]
categories = ["development-tools::testing"]
description = "Rust fixture based test framework. 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.6.4"