[package]
edition = "2024"
name = "env2config"
version = "1.0.2"
authors = ["Mohammad Gholami <gholami.mohammad.mgh@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Load environment variables into structs"
readme = "README.md"
keywords = [
"env",
"config",
"env2config",
]
license = "MIT"
repository = "https://github.com/gholami-mohammad/env2config-rs"
[lib]
name = "env2config"
path = "src/lib.rs"
[dependencies.env2config_derive]
version = "1.0.0"