# 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"
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]
[dependencies.futures]
version = "0.3.21"
optional = true
[dependencies.futures-timer]
version = "3.0.2"
optional = true
[dependencies.rstest_macros]
version = "0.17.0"
default-features = false
[dev-dependencies.actix-rt]
version = "2.7.0"
[dev-dependencies.async-std]
version = "1.12.0"
features = ["attributes"]
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.mytest]
version = "0.16.0"
default-features = false
package = "rstest"
[dev-dependencies.pretty_assertions]
version = "1.2.1"
[dev-dependencies.rstest_reuse]
version = "0.5.0"
[dev-dependencies.rstest_test]
version = "0.11.0"
[dev-dependencies.temp_testdir]
version = "0.2.3"
[dev-dependencies.tokio]
version = "1.19.2"
features = [
"rt",
"macros",
]
[dev-dependencies.unindent]
version = "0.2.1"
[build-dependencies.rustc_version]
version = "0.4.0"
[features]
async-timeout = [
"dep:futures",
"dep:futures-timer",
"rstest_macros/async-timeout",
]
default = ["async-timeout"]