protovalidate-buffa 0.1.0

Runtime for protoc-gen-protovalidate-buffa — Validate trait, ValidationError types, CEL integration, rule helpers.
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 = "2021"
rust-version = "1.83"
name = "protovalidate-buffa"
version = "0.1.0"
authors = ["Mathematic Inc"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for protoc-gen-protovalidate-buffa — Validate trait, ValidationError types, CEL integration, rule helpers."
homepage = "https://github.com/mathematic-inc/protovalidate-buffa"
readme = false
keywords = [
    "protobuf",
    "protovalidate",
    "buffa",
    "validation",
    "codegen",
]
categories = [
    "development-tools",
    "network-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mathematic-inc/protovalidate-buffa"

[features]
connect = ["dep:connectrpc"]
default = ["connect"]

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

[[test]]
name = "connect"
path = "tests/connect.rs"

[[test]]
name = "connect_impl"
path = "tests/connect_impl.rs"

[[test]]
name = "error"
path = "tests/error.rs"

[dependencies.buffa]
version = "0.3"

[dependencies.cel-interpreter]
version = "0.10"

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

[dependencies.connectrpc]
version = "0.3"
optional = true

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

[dependencies.http]
version = "1"

[dependencies.ipnet]
version = "2"

[dependencies.percent-encoding]
version = "2"

[dependencies.protovalidate-buffa-macros]
version = "0.1.0"

[dependencies.regex]
version = "1"

[dependencies.ulid]
version = "1"

[dependencies.uuid]
version = "1"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1