# 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 = "prost-validate-derive" version = "0.2.6" authors = ["Adphi"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "the prost-validate derive" documentation = "https://docs.rs/prost-validate-derive" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/linka-cloud/prost-validate" [lib] name = "prost_validate_derive" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.prost-validate-derive-core] version = "0.2.6" [lints.clippy] expect_used = "deny" needless_pass_by_value = "deny" panic = "deny" todo = "deny" trivially_copy_pass_by_ref = "deny" unimplemented = "deny" unreachable = "deny" unwrap_used = "deny" [lints.rust] unused_extern_crates = "warn"