linkerd2-proxy-api 0.19.0

Linkerd Proxy API gRPC bindings and utilities
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.59"
name = "linkerd2-proxy-api"
version = "0.19.0"
authors = ["Linkerd Developers <cncf-linkerd-dev@lists.cncf.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linkerd Proxy API gRPC bindings and utilities"
homepage = "https://linkerd.io"
documentation = "https://docs.rs/linkerd2-proxy-api"
readme = "README.md"
keywords = [
    "linkerd",
    "grpc",
    "servicemesh",
]
license = "Apache-2.0"
repository = "https://github.com/linkerd/linkerd2-proxy-api"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
all-features = true

[features]
arbitrary = ["quickcheck"]
default = []
destination = [
    "http-types",
    "meta",
    "net",
    "prost-types",
    "tonic/codegen",
]
grpc-route = ["http-route"]
http-route = ["http-types"]
http-types = [
    "http",
    "thiserror",
]
identity = [
    "prost-types",
    "tonic/codegen",
]
inbound = [
    "grpc-route",
    "http-route",
    "meta",
    "net",
    "prost-types",
    "tonic/codegen",
]
meta = []
net = [
    "ipnet",
    "thiserror",
]
opaque-route = []
outbound = [
    "destination",
    "grpc-route",
    "http-route",
    "meta",
    "net",
    "opaque-route",
    "prost-types",
    "tls-route",
    "tonic/codegen",
]
tap = [
    "h2",
    "http-types",
    "net",
    "prost-types",
    "tonic/codegen",
]
tls-route = []

[lib]
name = "linkerd2_proxy_api"
path = "src/lib.rs"

[[example]]
name = "gen"
path = "examples/gen.rs"

[dependencies.h2]
version = "0.4"
optional = true

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

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

[dependencies.prost]
version = "0.14"

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

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

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

[dependencies.tonic]
version = "0.14"
features = ["channel"]
default-features = false

[dependencies.tonic-prost]
version = "0.14"

[dev-dependencies.tonic-prost-build]
version = "0.14"