[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", "prost-build/cleanup-markdown"]
default = ["transport", "prost"]
prost = ["prost-build", "dep:prost-types"]
transport = []
[lib]
name = "tonic_build"
path = "src/lib.rs"
[package]
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = """
Codegen module of `tonic` gRPC implementation.
"""
documentation = "https://docs.rs/tonic-build/0.12.3"
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"
version = "0.12.3"
[package.metadata.cargo_check_external_types]
allowed_external_types = ["proc_macro2::*", "prost_build::*", "prost_types::*"]
[package.metadata.docs.rs]
all-features = true