confy 2.0.0

Boilerplate-free configuration management
Documentation
[dependencies.basic-toml]
optional = true
version = "0.1.10"

[dependencies.etcetera]
version = "0.10.0"

[dependencies.lazy_static]
version = "1.5"

[dependencies.ron]
optional = true
version = "0.11.0"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_yaml]
optional = true
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
optional = true
version = "0.9"

[dev-dependencies.serde_derive]
version = "^1.0"

[dev-dependencies.tempfile]
version = "3.16.0"

[[example]]
name = "simple"
path = "examples/simple.rs"

[features]
basic_toml_conf = ["basic-toml"]
default = ["toml_conf"]
ron_conf = ["ron"]
toml_conf = ["toml"]
yaml_conf = ["serde_yaml"]

[lib]
name = "confy"
path = "src/lib.rs"

[package]
authors = ["Katharina Fey <kookie@spacekookie.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Boilerplate-free configuration management"
documentation = "https://docs.rs/confy"
edition = "2024"
license = "MIT/X11 OR Apache-2.0"
name = "confy"
readme = "README.md"
repository = "https://github.com/rust-cli/confy"
version = "2.0.0"