influxdb/grpc-router/Cargo.toml

29 lines
746 B
TOML
Raw Normal View History

[package]
name = "grpc-router"
version = "0.1.0"
authors = ["Marko Mikulicic <mkm@influxdata.com>"]
2021-10-25 08:45:44 +00:00
edition = "2021"
[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.6"
prost = "0.8"
prost-types = "0.8"
thiserror = "1.0.30"
tokio = { version = "1.13", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] }
tokio-stream = { version = "0.1.8", features = ["net"] }
tokio-util = { version = "0.6.9" }
tonic = "0.5"
tonic-reflection = "0.2.0"
[build-dependencies]
paste = "1.0.6"
prost-build = "0.8"
tonic-build = "0.5"
[dev-dependencies]
grpc-router-test-gen = { path = "../grpc-router-test-gen" }