[package] name = "strict-env" version = "0.1.2" authors = ["Andy Barron "] edition = "2018" description = "Parse config values from environment variables" license = "MIT" readme = "README.md" repository = "https://github.com/andybarron/strict-env-rs" keywords = ["config", "configuration", "environment", "application"] categories = ["config"] [dependencies] thiserror = "1.0.24" [dev-dependencies] anyhow = "1.0.40" humantime = "2.1.0" os_str_bytes = "3.0.0" serial_test = "0.5.1"