# 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.80" name = "temp_env_vars" version = "0.2.1" authors = ["Günther Grill "] build = false exclude = [ ".github/", ".vscode/", ".editorconfig", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Resets all environment variables changed in a defined scope" homepage = "https://github.com/guenhter/temp_env_vars" readme = "README.md" keywords = [ "testing", "env", "env-variables", "env-vars", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/guenhter/temp_env_vars" [lib] name = "temp_env_vars" path = "src/lib.rs" [[test]] name = "macro_test" path = "tests/macro_test.rs" [dependencies.temp_env_vars_macro] version = "0.2.1" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.assertor] version = "0.0.2" [dev-dependencies.serial_test] version = "3.1.1"