envman 1.2.2

Rust crates to manage environment variables.
Documentation
[package]
name = "envman"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Rust crates to manage environment variables."
authors.workspace = true
repository.workspace = true
license.workspace = true
readme = "../README.md"
categories.workspace = true
keywords.workspace = true

[lib]
name = "envman"

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

[dependencies]
envman_derive = { version = "^1", path = "../envman_derive", optional = true }

thiserror.workspace = true


[lints]
workspace = true

[[example]]
name = "webapi"