prost-protovalidate-types 0.2.0

buf.validate proto types with prost and prost-reflect support
Documentation
# 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 = "2024"
rust-version = "1.86"
name = "prost-protovalidate-types"
version = "0.2.0"
authors = ["prost-protovalidate contributors"]
build = "build.rs"
include = [
    "src/",
    "proto/",
    "build.rs",
    "LICENSE-*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "buf.validate proto types with prost and prost-reflect support"
homepage = "https://github.com/zs-dima/prost-protovalidate"
documentation = "https://docs.rs/prost-protovalidate-types"
readme = "README.md"
keywords = [
    "protobuf",
    "validation",
    "prost",
    "buf",
    "cel",
]
categories = [
    "encoding",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zs-dima/prost-protovalidate"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "prost_protovalidate_types"
path = "src/lib.rs"

[dependencies.prost]
version = "0.14"

[dependencies.prost-reflect]
version = "0.16"
features = [
    "derive",
    "serde",
]

[dependencies.prost-types]
version = "0.14"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1"

[build-dependencies.prost-build]
version = "0.14"

[build-dependencies.prost-reflect-build]
version = "0.16"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"