[package]
name = "confroid"
edition.workspace = true
version.workspace = true
license.workspace = true
repository.workspace = true
description = "The n+1-st config reader for your environment-based configs."
metadata.docs.rs.all-features = true
[features]
docs = ["confroid-derive/docs"]
humantime = ["dep:humantime", "confroid-derive/humantime"]
url = ["dep:url"]
[dependencies]
confroid-derive.workspace = true
thiserror.workspace = true
humantime = { workspace = true, optional = true }
url = { workspace = true, optional = true }