# 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.14.0" authors = ["Linkerd Developers "] 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] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.h2] version = "0.3" optional = true [dependencies.http] version = "0.2" optional = true [dependencies.ipnet] version = "2" optional = true [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" optional = true [dependencies.quickcheck] version = "1" optional = true default-features = false [dependencies.thiserror] version = "1" optional = true [dependencies.tonic] version = "0.10" features = ["prost"] default-features = false [dev-dependencies.tonic-build] version = "0.10" features = ["prost"] default-features = false [features] arbitrary = ["quickcheck"] default = [] destination = [ "http-types", "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", ] outbound = [ "grpc-route", "destination", "http-route", "meta", "net", "prost-types", "tonic/codegen", ] tap = [ "h2", "http-types", "net", "prost-types", "tonic/codegen", ]