prost-protovalidate 0.2.0

Runtime validation for Protocol Buffer messages using buf.validate rules
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"
version = "0.2.0"
authors = ["prost-protovalidate contributors"]
build = false
include = [
    "src/",
    "LICENSE-*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime validation for Protocol Buffer messages using buf.validate rules"
homepage = "https://github.com/zs-dima/prost-protovalidate"
documentation = "https://docs.rs/prost-protovalidate"
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"
path = "src/lib.rs"

[dependencies.cel]
version = "0.12"
features = [
    "json",
    "chrono",
]

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.fluent-uri]
version = "0.4"

[dependencies.prost]
version = "0.14"

[dependencies.prost-protovalidate-types]
version = "=0.2.0"
package = "prost-protovalidate-types"

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

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

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"

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

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

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

[lints.rust]
unsafe_code = "forbid"