[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
features = ["full", "parsing", "extra-traits"]
version = "0.14"
[dev-dependencies.lazy_static]
version = "1.1"
[dev-dependencies.temp_testdir]
version = "0.2"
[dev-dependencies.toml_edit]
version = "0.1"
[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"
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.2.2"