# 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-build" version = "0.2.6" authors = ["Adphi"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "protoc-gen-validate's validation generation using prost-build" documentation = "https://docs.rs/prost-validate-build" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/linka-cloud/prost-validate" [lib] name = "prost_validate_build" path = "src/lib.rs" [dependencies.heck] version = "0.5.0" [dependencies.prost-build] version = "0.13.2" [dependencies.prost-reflect] version = "0.14.1" features = [ "derive", "serde", ] [dependencies.prost-validate-derive-core] version = "0.2.6" [dependencies.prost-validate-types] version = "0.2.6" [lints.clippy] expect_used = "allow" panic = "allow" unwrap_used = "allow"