ground-env 0.1.0

Parse env variables by defining a struct
Documentation
[dependencies.ground-env-derive]
version = "0.1.0"

[dependencies.thiserror]
version = "1.0.61"

[lib]
name = "ground_env"
path = "src/lib.rs"
[lints.clippy]
cast_possible_truncation = "warn"
derive_partial_eq_without_eq = "allow"
uninlined_format_args = "allow"
unwrap_used = "deny"

[lints.rust]
deprecated = "allow"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Parse env variables by defining a struct"
edition = "2021"
license = "MIT"
name = "ground-env"
readme = false
repository = "https://github.com/Jezza/ground"
version = "0.1.0"