[dependencies.ground-env-derive]
version = "0.1.0"
[dependencies.thiserror]
version = "1.0.61"
[lints.clippy]
cast_possible_truncation = "warn"
derive_partial_eq_without_eq = "allow"
uninlined_format_args = "allow"
unwrap_used = "deny"
[lints.rust]
deprecated = "allow"
[package]
description = "Parse env variables by defining a struct"
edition = "2021"
license = "MIT"
name = "ground-env"
readme = "README.md"
repository = "https://github.com/Jezza/ground"
version = "0.2.0"