# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "rstest_macros"
version = "0.17.0"
authors = ["Michele d'Amico <[email protected]>"]
description = """
Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
"""
homepage = "https://github.com/la10736/rstest"
readme = "README.md"
keywords = [
"test",
"fixture",
]
categories = ["development-tools::testing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/la10736/rstest"
[lib]
proc-macro = true
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.proc-macro2]
version = "1.0.39"
[dependencies.quote]
version = "1.0.19"
[dependencies.syn]
version = "1.0.98"
features = [
"full",
"parsing",
"extra-traits",
"visit",
"visit-mut",
]
[dependencies.unicode-ident]
version = "1.0.5"
[dev-dependencies.actix-rt]
version = "2.7.0"
[dev-dependencies.async-std]
version = "1.12.0"
features = ["attributes"]
[dev-dependencies.pretty_assertions]
version = "1.2.1"
[dev-dependencies.rstest]
version = "0.16.0"
default-features = false
[dev-dependencies.rstest_reuse]
version = "0.5.0"
[dev-dependencies.rstest_test]
version = "0.11.0"
[build-dependencies.rustc_version]
version = "0.4.0"
[features]
async-timeout = []
default = ["async-timeout"]