protocheck 0.1.12

✅ Validate protobuf messages using protobuf annotations
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"
name = "protocheck"
version = "0.1.12"
authors = ["Rick-Phoenix <https://github.com/Rick-Phoenix>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "✅ Validate protobuf messages using protobuf annotations"
readme = "README.md"
keywords = [
    "validation",
    "protobuf",
    "cel",
    "validator",
    "proto",
]
license = "MPL-2.0"
repository = "https://github.com/Rick-Phoenix/protocheck"

[package.metadata.release]
tag = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
bytes = ["protocheck-core/bytes"]
cel = [
    "proto-types/cel",
    "protocheck-core/cel",
    "protocheck-proc-macro/cel",
]
chrono = ["proto-types/chrono"]
default = [
    "ip",
    "uri",
    "bytes",
    "regex",
    "cel",
    "serde",
    "totokens",
    "chrono",
]
ip = ["protocheck-core/ip"]
regex = ["protocheck-core/regex"]
serde = ["proto-types/serde"]
totokens = [
    "proto-types/totokens",
    "protocheck-core/totokens",
]
uri = ["protocheck-core/uri"]

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

[dependencies.document-features]
version = "0.2"

[dependencies.proto-types]
version = "0.1.11"
features = ["protovalidate"]
default-features = false

[dependencies.protocheck-core]
version = "0.1.11"
default-features = false

[dependencies.protocheck-proc-macro]
version = "0.1.11"
default-features = false