...

Text file src/github.com/linkerd/linkerd2/policy-controller/grpc/Cargo.toml

Documentation: github.com/linkerd/linkerd2/policy-controller/grpc

     1[package]
     2name = "linkerd-policy-controller-grpc"
     3version = "0.1.0"
     4edition = "2021"
     5license = "Apache-2.0"
     6publish = false
     7
     8[dependencies]
     9async-stream = "0.3"
    10async-trait = "0.1"
    11http = "0.2"
    12drain = "0.1"
    13hyper = { version = "0.14", features = ["http2", "server", "tcp"] }
    14futures = { version = "0.3", default-features = false }
    15linkerd-policy-controller-core = { path = "../core" }
    16maplit = "1"
    17prost-types = "0.12.6"
    18tokio = { version = "1", features = ["macros"] }
    19tonic = { version = "0.10", default-features = false }
    20tracing = "0.1"
    21serde = { version = "1", features = ["derive"] }
    22serde_json = "1"
    23
    24[dependencies.linkerd2-proxy-api]
    25version = "0.13"
    26features = ["inbound", "outbound"]

View as plain text