[package] name = "hydroconf" version = "0.2.0" authors = ["Michele Lacchia "] license = "ISC" edition = "2018" description = "Effortless configuration management for Rust." homepage = "https://github.com/rubik/hydroconf" repository = "https://github.com/rubik/hydroconf" keywords = ["configuration", "12factorapp", "settings"] [dependencies] config = "0.10.1" dotenv-parser = ">=0.1.2" serde = "1.0" [dev-dependencies] serde = { version = "1.0", features = ["derive"] }