figment2 0.11.4

Remaintained fork of figment: A configuration library so con-free, it's unreal.
Documentation
[build-dependencies.version_check]
version = "0.9"

[dependencies.parking_lot]
optional = true
version = "0.12"

[dependencies.serde]
version = "1.0"

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

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

[dependencies.tempfile]
optional = true
version = "3"

[dependencies.toml_edit]
default-features = false
features = ["parse", "serde"]
optional = true
version = "0.23"

[dependencies.uncased]
version = "0.9.10"

[dev-dependencies.clap]
features = ["derive"]
version = "4"

[dev-dependencies.parking_lot]
version = "0.12"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_default_utils]
features = ["inline"]
version = "0.3"

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

[[example]]
name = "cli_app"
path = "examples/cli_app.rs"
required-features = ["toml"]

[features]
default = ["env"]
env = []
json = ["serde_json"]
test = ["tempfile", "parking_lot"]
toml = ["toml_edit"]
yaml = ["serde_norway"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Sergio Benitez <sb@sergio.bz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["config"]
description = "Remaintained fork of figment: A configuration library so con-free, it's unreal."
documentation = "https://docs.rs/figment2"
edition = "2018"
keywords = ["config", "configuration", "toml", "json", "yaml"]
license = "MIT OR Apache-2.0"
name = "figment2"
readme = "README.md"
repository = "https://github.com/lmmx/figment2"
version = "0.11.4"

[package.metadata.docs.rs]
all-features = true

[target.'cfg(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32"))'.dependencies.atomic]
version = "0.6.1"

[[test]]
name = "camel-case"
path = "tests/camel-case.rs"

[[test]]
name = "cargo"
path = "tests/cargo.rs"

[[test]]
name = "custom_env_parser"
path = "tests/custom_env_parser.rs"

[[test]]
name = "empty-env-vars"
path = "tests/empty-env-vars.rs"

[[test]]
name = "enum"
path = "tests/enum.rs"

[[test]]
name = "lossy_values"
path = "tests/lossy_values.rs"

[[test]]
name = "tagged"
path = "tests/tagged.rs"

[[test]]
name = "tuple-struct"
path = "tests/tuple-struct.rs"

[[test]]
name = "yaml-enum"
path = "tests/yaml-enum.rs"