tonic-build 0.13.0

Codegen module of `tonic` gRPC implementation.
Documentation
[dependencies.prettyplease]
version = "0.2"

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

[dependencies.prost-build]
optional = true
version = "0.13"

[dependencies.prost-types]
optional = true
version = "0.13"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

[features]
cleanup-markdown = ["prost-build?/cleanup-markdown"]
default = ["transport", "prost"]
prost = ["prost-build", "dep:prost-types"]
transport = []

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

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
rust_2018_idioms = "warn"
unreachable_pub = "warn"

[lints.rustdoc]
broken_intra_doc_links = "deny"

[package]
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = """
Codegen module of `tonic` gRPC implementation.
"""
edition = "2021"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
license = "MIT"
name = "tonic-build"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
rust-version = "1.75"
version = "0.13.0"

[package.metadata.cargo_check_external_types]
allowed_external_types = ["proc_macro2::*", "prost_build::*", "prost_types::*"]

[package.metadata.docs.rs]
all-features = true