[package] name = "envconfig" version = "0.11.0" authors = ["Serhii Potapov "] description = "Build a config structure from environment variables without boilerplate." categories = ["config", "web-programming"] keywords = ["config", "env", "macro", "configuration", "environment"] license = "MIT" repository = "https://github.com/greyblake/envconfig-rs" readme = "README.md" edition.workspace = true [lints] workspace = true [dependencies] envconfig_derive = { version = "0.11.0", path = "../envconfig_derive" }