# 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.56" name = "envman" version = "0.4.3" authors = ["Moriyoshi Kasuga "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust crates to manage environment variables." readme = "README.md" keywords = [ "environment", "env", "settings", "config", "management", ] categories = ["config"] license = "MIT" repository = "https://github.com/moriyoshi-kasuga/envman" [lib] name = "envman" path = "src/lib.rs" [[test]] name = "default_test" path = "tests/default_test.rs" [[test]] name = "normal_test" path = "tests/normal_test.rs" [[test]] name = "option_test" path = "tests/option_test.rs" [[test]] name = "rename_test" path = "tests/rename_test.rs" [[test]] name = "test_test" path = "tests/test_test.rs" [dependencies.envman_derive] version = "^0" optional = true [dependencies.thiserror] version = "^1.0" [features] default = ["derive"] derive = ["dep:envman_derive"]