[dependencies.anyhow]
version = "1"
[dependencies.askama]
version = "0.11.1"
[dependencies.convert_case]
version = "0.6.0"
[dev-dependencies.dotenvy]
version = "0.15.6"
[lib]
proc-macro = true
[package]
authors = ["Hengfei Yang <hengfei.yang@gmail.com>"]
description = "parse `env` to config struct for Rust"
documentation = "https://docs.rs/dotenv_config"
edition = "2021"
homepage = "https://github.com/zinclabs/dotenv-config/"
keywords = ["environment", "env", "dotenv", "settings", "config"]
license = "MIT"
name = "dotenv_config"
readme = "README.md"
repository = "https://github.com/zinclabs/dotenv-config/"
version = "0.1.5"