# 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" 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" [package.metadata."docs.rs"] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.macro_state] version = "0.2.0" [dependencies.vne-macros] version = "0.0.1" [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