[package] name = "vne" version = "0.0.1" description = "Environment variables." edition = "2021" authors = ["Oscar Beaumont "] license = "MIT" repository = "https://github.com/specta-rs/vne" documentation = "https://docs.rs/vne" keywords = ["env", "environment", "validation", "typesafe"] categories = ["web-programming"] # /bin/sh RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features [package.metadata."docs.rs"] all-features = true rustdoc-args = ["--cfg", "docsrs"] [lints] workspace = true [dependencies] vne-macros = { version = "0.0.1", path = "../macros" } macro_state = "0.2.0"