envoy-types 0.7.3

Collection of protobuf types and other assets to work with the Envoy Proxy through Rust gRPC services.
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 = "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"