chromium/third_party/rust/chromium_crates_io/vendor/rstest_macros-0.17.0/Cargo.toml.orig

[package]
authors = ["Michele d'Amico <[email protected]>"]
categories = ["development-tools::testing"]
description = """
Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
"""
edition = "2018"
homepage = "https://github.com/la10736/rstest"
keywords = ["test", "fixture"]
license = "MIT/Apache-2.0"
name = "rstest_macros"
repository = "https://github.com/la10736/rstest"
version = "0.17.0"

[lib]
proc-macro = true

[features]
async-timeout = []
default = ["async-timeout"]

[dependencies]
cfg-if = "1.0.0"
proc-macro2 = "1.0.39"
quote = "1.0.19"
syn = {version = "1.0.98", features = ["full", "parsing", "extra-traits", "visit", "visit-mut"]}
unicode-ident = "1.0.5"

[dev-dependencies]
actix-rt = "2.7.0"
async-std = {version = "1.12.0", features = ["attributes"]}
pretty_assertions = "1.2.1"
rstest = {version = "0.16.0", default-features = false}
rstest_reuse = {version = "0.5.0", path = "../rstest_reuse"}
rstest_test = {version = "0.11.0", path = "../rstest_test"}

[build-dependencies]
rustc_version = "0.4.0"