# 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_macro" version = "0.2.1" authors = ["Günther Grill "] build = false exclude = [ ".github/", ".vscode/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Helper crate for temp_env_vars to enable macro support" 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_macro" path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.74" features = ["full"] [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.assertor] version = "0.0.2" [dev-dependencies.serial_test] version = "3.1.1" [features] debug_temp_env_vars = [] default = []