salak 0.14.1

A rust configuration loader
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "salak"
version = "0.14.1"
authors = ["Daniel Yu <leptonyu@gmail.com>"]
description = "A rust configuration loader"
homepage = "https://github.com/leptonyu/salak.rs"
documentation = "https://docs.rs/salak/"
readme = "README.md"
keywords = ["configuration", "config", "settings", "env", "environment"]
categories = ["config"]
license = "MIT"
repository = "https://github.com/leptonyu/salak.rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
all-features = true

[[example]]
name = "salak"
required-features = ["default", "args", "app", "log"]

[[bench]]
name = "core"
harness = false

[[bench]]
name = "app"
harness = false
required-features = ["default", "app"]
[dependencies.clap]
version = "^2.33"
optional = true

[dependencies.ipnet]
version = "^2.3"
optional = true

[dependencies.lazy_static]
version = "^1.4"

[dependencies.log]
version = "^0.4"
optional = true

[dependencies.pad]
version = "0.1"
optional = true

[dependencies.parking_lot]
version = "^0.11"

[dependencies.rand]
version = "^0.8"
optional = true

[dependencies.salak_derive]
version = "^0.8"
optional = true

[dependencies.toml]
version = "^0.5"
optional = true

[dependencies.yaml-rust]
version = "^0.4.5"
optional = true
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.trybuild]
version = "1"

[features]
all = ["default", "app", "args", "log"]
app = ["derive"]
args = ["clap", "derive"]
default = ["derive", "rand", "toml"]
derive = ["salak_derive", "pad"]
yaml = ["yaml-rust"]