[dependencies.cdumay_core]
version = "0.1"
[dependencies.cdumay_error]
version = "2.0"
[dependencies.cdumay_json]
version = "0.1"
[dependencies.cdumay_toml]
optional = true
version = "0.1"
[dependencies.cdumay_yaml]
optional = true
version = "0.1"
[dependencies.log]
version = "0.4"
[dependencies.serde]
version = "1.0"
[dependencies.serde-value]
version = "0.7"
[dependencies.serde-xml-rs]
optional = true
version = "0.8"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
optional = true
version = "0.9"
[dependencies.shellexpand]
version = "3.1"
[dependencies.toml]
optional = true
version = "0.8"
[dev-dependencies.tempfile]
version = "3.20"
[features]
toml = ["dep:toml", "cdumay_toml"]
xml = ["serde-xml-rs"]
yaml = ["serde_yaml", "cdumay_yaml"]
[lib]
name = "cdumay_config"
path = "src/lib.rs"
[package]
authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust Library for configuration manipulation and export"
documentation = "https://docs.rs/cdumay_config"
edition = "2024"
homepage = "https://github.com/cdumay/cdumay_config"
license-file = "LICENSE"
name = "cdumay_config"
readme = "README.md"
repository = "https://github.com/cdumay/cdumay_config"
version = "0.1.5"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "test_json_manager"
path = "tests/test_json_manager.rs"
[[test]]
name = "test_toml_manager"
path = "tests/test_toml_manager.rs"
[[test]]
name = "test_vault"
path = "tests/test_vault.rs"
[[test]]
name = "test_xml_manager"
path = "tests/test_xml_manager.rs"
[[test]]
name = "test_yaml_manager"
path = "tests/test_yaml_manager.rs"