# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "vne-macros" version = "0.0.1" authors = ["Oscar Beaumont "] description = "Environment variables." documentation = "https://docs.rs/vne" keywords = [ "env", "environment", "validation", "typesafe", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/specta-rs/vne" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [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