[package]
edition = "2021"
name = "gateway-annotations"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Annotations for the Rust gRPC Gateway."
readme = false
keywords = [
"grpc",
"protobuf",
"gateway",
"annotations",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/IberoRust/grpc-gateway-rust"
[lib]
name = "gateway_annotations"
path = "src/lib.rs"
doctest = false
[dependencies.prost]
version = "0.14"
[build-dependencies.prost-build]
version = "0.14"
[build-dependencies.protoc-bin-vendored]
version = "3"