more-config 2.1.2

Provides support for configuration
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.configparser]
optional = true
version = "3.0"

[dependencies.more-changetoken]
version = "2.0"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.xml_rs]
optional = true
package = "xml"
version = "0.8"
[dev-dependencies.test-case]
version = "2.2"

[features]
all = ["std", "chained", "mem", "env", "cmd", "ini", "binder", "json", "xml"]
async = []
binder = ["dep:serde"]
chained = ["util"]
cmd = ["util"]
default = ["std"]
env = ["util"]
ini = ["util", "dep:configparser", "more-changetoken/fs"]
json = ["util", "dep:serde_json", "more-changetoken/fs"]
mem = ["util"]
std = ["util"]
util = []
xml = ["util", "dep:xml_rs", "more-changetoken/fs"]

[lib]
doctest = false
name = "config"
path = "lib.rs"

[package]
authors = ["Chris Martinez <chris.s.martinez@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Provides support for configuration"
edition = "2018"
homepage = "https://commonsensesoftware.github.io/more-rs-config/"
include = ["*.rs", "!build.rs", "README.md"]
keywords = ["more", "configuration", "config"]
license = "MIT"
name = "more-config"
readme = "README.md"
repository = "https://github.com/commonsensesoftware/more-rs-config"
resolver = "2"
rust-version = "1.60"
version = "2.1.2"
[package.metadata.docs.rs]
features = ["std", "chained", "mem", "env", "cmd", "ini", "json", "xml", "binder"]
rustdoc-args = ["--cfg", "docsrs"]