linkerd2-proxy-api 0.3.0

Linkerd2 Proxy API gRPC bindings and utilities
[build-dependencies.tonic-build]
default-features = false
features = ["prost"]
version = "0.6"
[dependencies.h2]
optional = true
version = "0.3"

[dependencies.http]
optional = true
version = "0.2"

[dependencies.ipnet]
optional = true
version = "2"

[dependencies.prost]
version = "0.9"

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

[dependencies.quickcheck]
default-features = false
optional = true
version = "1"

[dependencies.thiserror]
optional = true
version = "1"

[dependencies.tonic]
default-features = false
features = ["prost", "codegen"]
version = "0.6"

[features]
arbitrary = ["quickcheck"]
client = ["transport"]
default = []
destination = ["http_types", "net", "prost-types"]
http_types = ["http", "thiserror"]
identity = ["prost-types"]
inbound = ["net", "prost-types"]
net = ["ipnet", "thiserror"]
rustfmt = ["tonic-build/rustfmt"]
server = ["transport"]
tap = ["h2", "http_types", "net", "prost-types"]
transport = ["tonic-build/transport", "tonic/transport"]

[package]
authors = ["Linkerd Developers <cncf-linkerd-dev@lists.cncf.io>"]
description = "Linkerd2 Proxy API gRPC bindings and utilities"
edition = "2021"
license = "Apache-2.0"
name = "linkerd2-proxy-api"
resolver = "2"
version = "0.3.0"