# 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-reflect-validate" version = "0.2.6" authors = ["Adphi"] build = false exclude = ["tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "protoc-gen-validate's validation using prost-reflect" documentation = "https://docs.rs/prost-reflect-validate" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/linka-cloud/prost-validate" [lib] name = "prost_reflect_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.no_deadlocks] version = "1.3.2" [dependencies.once_cell] version = "1.19.0" [dependencies.prost] version = "0.13.2" [dependencies.prost-reflect] version = "0.14.1" features = [ "derive", "serde", ] [dependencies.prost-types] version = "0.13.2" [dependencies.prost-validate] version = "0.2.6" [dependencies.prost-validate-types] version = "0.2.6" [dependencies.regex] version = "1.10.6" [dependencies.time] version = "0.3.36" [dev-dependencies.prost-reflect-build] version = "0.14.0" [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"