vne-macros 0.0.1

Environment variables.
Documentation
[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.36"

[dependencies.serde]
features = ["derive"]
version = "1.0.204"

[dependencies.serde_json]
version = "1.0.120"

[lib]
proc-macro = true

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.panic]
level = "warn"
priority = -1

[lints.clippy.panic_in_result_fn]
level = "warn"
priority = -1

[lints.clippy.todo]
level = "warn"
priority = -1

[lints.clippy.unwrap_used]
level = "warn"
priority = -1

[lints.rust.unsafe_code]
level = "forbid"
priority = -1

[package]
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
categories = ["web-programming"]
description = "Environment variables."
documentation = "https://docs.rs/vne"
edition = "2021"
keywords = ["env", "environment", "validation", "typesafe"]
license = "MIT"
name = "vne-macros"
repository = "https://github.com/specta-rs/vne"
version = "0.0.1"