[dependencies.config]
version = "0.15"
[dependencies.either]
version = "1.15"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[lib]
name = "config_load"
path = "src/lib.rs"
[package]
authors = ["Aleksandr Mescheriakov <freecoder.xx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "Conditional configuration loader for Rust applications that use the `config` crate."
documentation = "https://docs.rs/config-load"
edition = "2024"
keywords = ["config", "configuration", "settings", "loader"]
license = "MIT"
name = "config-load"
readme = "README.md"
repository = "https://github.com/noogen-projects/config-load"
version = "0.1.0"