[[example]]
name = "calc"
required-features = ["structs", "aggs"]
[badges.maintenance]
status = "actively-developed"
[dependencies.estring]
version = "0.3"
[features]
aggs = ["estring/aggs"]
bool = []
default = []
low-level = ["estring/low-level"]
number = []
structs = ["estring/structs"]
vec = ["structs"]
[package]
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
categories = ["config"]
description = "it helps you work with environment variables and convert it to any type using only type annotations"
edition = "2021"
keywords = ["env", "environment"]
license = "MIT"
name = "enve"
readme = "README.md"
repository = "https://github.com/pleshevskiy/enve"
resolver = "2"
rust-version = "1.59.0"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true