connectrpc-codegen 0.8.0

Library for generating ConnectRPC Rust service bindings from proto descriptors
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.88"
name = "connectrpc-codegen"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for generating ConnectRPC Rust service bindings from proto descriptors"
readme = false
keywords = [
    "connectrpc",
    "grpc",
    "protobuf",
    "codegen",
]
categories = ["development-tools::build-utils"]
license = "Apache-2.0"
repository = "https://github.com/connectrpc/connect-rust"
resolver = "2"

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

[[bin]]
name = "protoc-gen-connect-rust"
path = "src/bin/protoc-gen-connect-rust.rs"

[dependencies.anyhow]
version = "1"

[dependencies.buffa]
version = "0.8.1"
features = ["json"]

[dependencies.buffa-codegen]
version = "0.8"

[dependencies.heck]
version = "0.5"

[dependencies.prettyplease]
version = "0.2"

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

[dependencies.quote]
version = "1"

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

[lints.clippy]
dbg_macro = "warn"
uninlined_format_args = "warn"

[lints.rust]
dead_code = "warn"
explicit_outlives_requirements = "warn"
unused_imports = "warn"
unused_lifetimes = "warn"

[lints.rust.refining_impl_trait]
level = "allow"
priority = -1