[package] name = "temp_env_vars" version = "0.2.1" authors = ["Günther Grill "] edition = "2021" rust-version = "1.80" description = "Resets all environment variables changed in a defined scope" readme = "README.md" homepage = "https://github.com/guenhter/temp_env_vars" repository = "https://github.com/guenhter/temp_env_vars" license = "MIT" keywords = ["testing", "env", "env-variables", "env-vars"] categories = ["development-tools::testing"] exclude = [".github/", ".vscode/", ".editorconfig", ".gitignore"] [dependencies] temp_env_vars_macro = { version = "0.2.1", path = "./temp_env_vars_macro" } [dev-dependencies] assertor = "0.0.2" serial_test = "3.1.1" anyhow = "1.0.86" [workspace] members = ["temp_env_vars_macro"]