envconfig 0.11.1

Build a config structure from environment variables without boilerplate.
Documentation
[dependencies.envconfig_derive]
version = "0.11.1"

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

[lints.clippy]
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Serhii Potapov <blake131313@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "web-programming"]
description = "Build a config structure from environment variables without boilerplate."
edition = "2021"
keywords = ["config", "env", "macro", "configuration", "environment"]
license = "MIT"
name = "envconfig"
readme = "README.md"
repository = "https://github.com/greyblake/envconfig-rs"
version = "0.11.1"