micronfig 0.2.0

Tiny crate for simple configuration management
Documentation
[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.tempfile]
optional = true
version = "3.5.0"

[features]
default = ["single_envvars", "single_envfiles", "multi", "handle", "macros"]
handle = ["multi"]
macros = ["lazy_static", "handle"]
multi = ["single_envvars", "single_envfiles"]
single_envfiles = []
single_envvars = []
testing = ["tempfile"]

[package]
authors = ["Stefano Pigozzi <me@steffo.eu>"]
categories = ["config"]
description = "Tiny crate for simple configuration management"
edition = "2021"
keywords = ["12-factor-app", "configuration", "config", "environment", "envvar"]
license = "MIT OR Apache-2.0"
name = "micronfig"
readme = "README.md"
repository = "https://github.com/Steffo99/micronfig/"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["--bins"]
rustdoc-args = ["--document-private-items"]