protovalidate-buffa-macros 0.2.0

Proc-macro companion to protovalidate-buffa — #[connect_impl] on Connect service impls.
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.95"
name = "protovalidate-buffa-macros"
version = "0.2.0"
authors = ["Mathematic Inc"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro companion to protovalidate-buffa — #[connect_impl] on Connect service impls."
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"
resolver = "2"

[lib]
name = "protovalidate_buffa_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.connectrpc]
version = "0.4"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]

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

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

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