# 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 = "2021" rust-version = "1.60.0" name = "rstest_reuse" version = "0.7.0" authors = ["Michele d'Amico "] 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 OR 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 = "2.0.2" features = [ "full", "extra-traits", ] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rstest] version = "0.19.0" [dev-dependencies.temp_testdir] version = "0.2.3"