[package] name = "micronfig" version = "0.1.0" authors = ["Stefano Pigozzi "] edition = "2021" description = "Tiny Rust crate for twelve-factor app configuration" repository = "https://github.com/Steffo99/micronfig/" license = "MIT OR Apache-2.0" keywords = ["12 factor app", "configuration", "config", "environment", "envvar"] categories = ["config"] [dependencies] [dev-dependencies] tempfile = "3.5.0"