Newer
Older
pretty_env_logger = "0.4"
figment = { version = "0.10", features = ["toml", "env"] }
lazy_static = { version = "1.4", optional = true }
[features]
default = ["config-yaml", "config-json", "thread"]
config-yaml = ["figment/yaml"]
config-json = ["figment/json"]
thread = ["lazy_static"]