[dependencies.serde]
version = "1"
[dependencies.serde_yaml]
optional = true
version = "0.8"
[dependencies.thiserror]
version = "1"
[dependencies.toml]
optional = true
version = "0.5"
[features]
default = ["toml_conf"]
toml_conf = ["toml"]
yaml_conf = ["serde_yaml"]
[package]
authors = ["ltoddy <taoliu0509@gmail.com>"]
description = "Zero-boilerplate configuration management in Rust"
documentation = "https://docs.rs/configit"
edition = "2021"
homepage = "https://github.com/ltoddy/configit"
license = "MIT OR Apache-2.0"
name = "configit"
readme = "README.md"
repository = "https://github.com/ltoddy/configit"
resolver = "2"
version = "0.3.1"
[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = false
panic = "unwind"
rpath = false