serde-vars 0.3.1

Conveniently expose (environment) variables to your serde based data structures, like configurations.
Documentation
[dependencies.serde]
version = "1"

[dev-dependencies.insta]
version = "1.43"

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

[dev-dependencies.serde_bytes]
version = "0.11"

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

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

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

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

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
unwrap_used = "warn"

[package]
authors = ["David Herberth <github@dav1d.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "data-structures", "parsing"]
description = "Conveniently expose (environment) variables to your serde based data structures, like configurations."
edition = "2021"
license = "MIT"
name = "serde-vars"
readme = "README.md"
repository = "https://github.com/Dav1dde/serde-vars"
version = "0.3.1"

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

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

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

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