influxdb/grpc-router/Cargo.toml

29 lines
745 B
TOML

[package]
name = "grpc-router"
version = "0.1.0"
authors = ["Marko Mikulicic <mkm@influxdata.com>"]
edition = "2018"
[dependencies]
bytes = "1.0"
cache_loader_async = {version = "0.1.2", features = ["ttl-cache"] }
futures = "0.3"
observability_deps = { path = "../observability_deps" }
paste = "1.0.5"
prost = "0.8"
prost-types = "0.8"
thiserror = "1.0.30"
tokio = { version = "1.11", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] }
tokio-stream = { version = "0.1.2", features = ["net"] }
tokio-util = { version = "0.6.3" }
tonic = "0.5"
tonic-reflection = "0.2.0"
[build-dependencies]
paste = "1.0.5"
prost-build = "0.8"
tonic-build = "0.5"
[dev-dependencies]
grpc-router-test-gen = { path = "./grpc-router-test-gen" }