# 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.69.0" name = "rstest_test" version = "0.13.0" authors = ["Michele d'Amico "] description = """ Provides some utilities used by to write rstest crate's tests. """ homepage = "https://github.com/la10736/rstest" readme = "README.md" keywords = ["test"] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/la10736/rstest" [dependencies.regex] version = "1.5.6" [dependencies.toml_edit] version = "=0.21.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rstest] version = "0.19.0" default-features = false [dev-dependencies.temp_testdir] version = "0.2.3"