vld-config 0.3.0

Config validation for vld — validate TOML/YAML/JSON/ENV configs at load time
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 = "2021"
rust-version = "1.70"
name = "vld-config"
version = "0.3.0"
build = false
exclude = [
    ".idea/",
    "tests/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Config validation for vld — validate TOML/YAML/JSON/ENV configs at load time"
homepage = "https://github.com/s00d/vld"
documentation = "https://docs.rs/vld-config"
readme = "README.md"
keywords = [
    "validation",
    "config",
    "toml",
    "yaml",
    "vld",
]
categories = [
    "config",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/s00d/vld"

[features]
config-rs = ["dep:config"]
default = ["config-rs"]
figment = ["dep:figment"]

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

[dependencies.config]
version = "0.14"
features = [
    "toml",
    "json",
]
optional = true
default-features = false

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "json",
    "env",
]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.vld]
version = "0.3.0"

[dev-dependencies.config]
version = "0.14"
features = [
    "toml",
    "json",
    "yaml",
]

[dev-dependencies.figment]
version = "0.10"
features = [
    "toml",
    "json",
    "env",
]

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

[dev-dependencies.vld]
version = "0.3.0"