# 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" version = "0.2.6" authors = ["Adphi"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "protoc-gen-validate's validation for prost" documentation = "https://docs.rs/prost-validate" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/linka-cloud/prost-validate" [lib] name = "prost_validate" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.email_address] version = "0.2.9" [dependencies.http] version = "1.1.0" [dependencies.itertools] version = "0.13.0" [dependencies.once_cell] version = "1.19.0" [dependencies.prost] version = "0.13.2" [dependencies.prost-types] version = "0.13.2" [dependencies.prost-validate-derive] version = "0.2.6" optional = true [dependencies.prost-validate-types] version = "0.2.6" optional = true [dependencies.regex] version = "1.10.6" [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" [dependencies.tonic] version = "0.12.3" optional = true [dependencies.tonic-types] version = "0.12.3" optional = true [dev-dependencies.prost-validate-derive] version = "0.2.6" [dev-dependencies.prost-validate-types] version = "0.2.6" [features] derive = ["prost-validate-derive"] tonic = [ "dep:tonic", "dep:tonic-types", ] [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"