[package]
edition = "2021"
rust-version = "1.82"
name = "envoy-types"
version = "0.7.3"
authors = ["Rafael Lemos <contact@flemosr.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Collection of protobuf types and other assets to work with the Envoy Proxy
through Rust gRPC services.
"""
homepage = "https://github.com/flemosr/envoy-types"
readme = "README.md"
keywords = [
"rpc",
"grpc",
"envoy",
"extauthz",
"protobuf",
]
categories = [
"web-programming",
"network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/flemosr/envoy-types"
[lib]
name = "envoy_types"
path = "src/lib.rs"
[[test]]
name = "bootstrap"
path = "tests/bootstrap.rs"
[dependencies.futures-core]
version = "0.3"
[dependencies.prost]
version = "0.14"
features = ["derive"]
default-features = false
[dependencies.tonic]
version = "0.14"
features = [
"codegen",
"transport",
]
default-features = false
[dependencies.tonic-prost]
version = "0.14"
[dev-dependencies.glob]
version = "0.3"
[dev-dependencies.prost-build]
version = "0.14.3"
[dev-dependencies.tonic-prost-build]
version = "0.14"