text-generation-inference/router/client/Cargo.toml

20 lines
379 B
TOML
Raw Normal View History

2022-10-08 10:30:12 +00:00
[package]
name = "text-generation-client"
2023-04-11 18:32:18 +00:00
version = "0.5.0"
2022-10-08 10:30:12 +00:00
edition = "2021"
[dependencies]
2022-10-11 16:14:39 +00:00
futures = "^0.3"
2023-02-13 12:02:45 +00:00
grpc-metadata = { path = "../grpc-metadata" }
prost = "^0.11"
2022-10-11 16:14:39 +00:00
thiserror = "^1.0"
2023-02-13 12:02:45 +00:00
tokio = { version = "^1.25", features = ["sync"] }
tonic = "^0.8"
2022-10-08 10:30:12 +00:00
tower = "^0.4"
tracing = "^0.1"
tracing-error = "^0.2"
[build-dependencies]
2023-02-13 12:02:45 +00:00
tonic-build = "0.8.4"
prost-build = "0.11.6"