more-config 2.2.0

Provides support for configuration
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
rust-version = "1.60"
name = "more-config"
version = "2.2.0"
authors = ["Chris Martinez <chris.s.martinez@hotmail.com>"]
build = false
exclude = ["build.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides support for configuration"
homepage = "https://commonsensesoftware.github.io/more-rs-config/"
readme = "README.md"
keywords = [
    "more",
    "configuration",
    "config",
]
license = "MIT"
repository = "https://github.com/commonsensesoftware/more-rs-config"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "std",
    "chained",
    "mem",
    "env",
    "cmd",
    "ini",
    "json",
    "xml",
    "binder",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
all = [
    "std",
    "chained",
    "mem",
    "env",
    "cmd",
    "ini",
    "binder",
    "json",
    "xml",
]
async = ["dep:maybe-impl"]
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]
name = "config"
path = "lib.rs"
doctest = false

[dependencies.cfg-if]
version = "1.0"

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

[dependencies.maybe-impl]
version = "0.1.0"
optional = true

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

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

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

[dependencies.xml_rs]
version = "0.8"
optional = true
package = "xml"

[dev-dependencies.test-case]
version = "2.2"