[go: up one dir, main page]

figment 0.10.19

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.pear]
optional = true
version = "0.2"

[dependencies.serde]
version = "1.0"

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

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

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

[dependencies.toml]
optional = true
version = "0.8"

[dependencies.uncased]
version = "0.9.3"

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

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

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

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

[features]
env = ["pear", "parse-value"]
json = ["serde_json"]
parse-value = ["pear"]
test = ["tempfile", "parking_lot"]
yaml = ["serde_yaml"]

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

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

[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.0"

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

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

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

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

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

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

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

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