envman 2.1.0

Rust crates to manage environment variables.
Documentation
[dependencies.envman_derive]
optional = true
version = "^2"

[dependencies.thiserror]
version = "2.0"

[[example]]
name = "webapi"
path = "examples/webapi.rs"

[features]
default = ["derive"]
derive = ["dep:envman_derive"]

[lib]
name = "envman"
path = "src/lib.rs"

[package]
authors = ["Moriyoshi Kasuga <moriyoshi.kasuga1218@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "Rust crates to manage environment variables."
edition = "2021"
keywords = ["environment", "env", "settings", "config", "management"]
license = "MIT"
name = "envman"
readme = "README.md"
repository = "https://github.com/moriyoshi-kasuga/envman"
rust-version = "1.70"
version = "2.1.0"

[[test]]
name = "alltime_parse_test"
path = "tests/alltime_parse_test.rs"

[[test]]
name = "array_test"
path = "tests/array_test.rs"

[[test]]
name = "default_test"
path = "tests/default_test.rs"

[[test]]
name = "error_test"
path = "tests/error_test.rs"

[[test]]
name = "nest_test"
path = "tests/nest_test.rs"

[[test]]
name = "normal_test"
path = "tests/normal_test.rs"

[[test]]
name = "option_test"
path = "tests/option_test.rs"

[[test]]
name = "rename_all_test"
path = "tests/rename_all_test.rs"

[[test]]
name = "rename_test"
path = "tests/rename_test.rs"

[[test]]
name = "secret_test"
path = "tests/secret_test.rs"

[[test]]
name = "test_test"
path = "tests/test_test.rs"

[[test]]
name = "validation_advanced_test"
path = "tests/validation_advanced_test.rs"