# 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_reuse"
version = "0.5.0"
authors = ["Michele d'Amico <[email protected]>"]
description = """
Reuse rstest attributes: create a set of tests and apply it
to every scenario you want to test.
"""
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.quote]
version = "1.0.9"
[dependencies.rand]
version = "0.8.5"
[dependencies.syn]
version = "1.0.72"
features = ["full"]
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.rstest]
version = "0.16.0"
[dev-dependencies.rstest_test]
version = "0.10.0"
[dev-dependencies.temp_testdir]
version = "0.2.3"
[build-dependencies.rustc_version]
version = "0.4.0"