dotenv_config 0.2.0

parse `env` to config struct for Rust
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.askama]
version = "0.12.1"

[dependencies.convert_case]
version = "0.6.0"

[dev-dependencies.dotenvy]
version = "0.15.7"

[[example]]
name = "config"
path = "examples/config.rs"

[lib]
name = "dotenv_config"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Hengfei Yang <hengfei.yang@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "parse `env` to config struct for Rust"
documentation = "https://docs.rs/dotenv_config"
edition = "2021"
homepage = "https://github.com/openobserve/dotenv-config/"
keywords = ["environment", "env", "dotenv", "settings", "config"]
license = "MIT"
name = "dotenv_config"
readme = "README.md"
repository = "https://github.com/openobserve/dotenv-config/"
version = "0.2.0"

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