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

21 lines
422 B
TOML
Raw Permalink Normal View History

2022-10-08 10:30:12 +00:00
[package]
name = "text-generation-client"
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
2022-10-08 10:30:12 +00:00
[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"] }
2023-07-01 17:25:41 +00:00
tonic = "^0.9"
2022-10-08 10:30:12 +00:00
tower = "^0.4"
tracing = "^0.1"
[build-dependencies]
2023-07-01 17:25:41 +00:00
tonic-build = "0.9.2"
2023-02-13 12:02:45 +00:00
prost-build = "0.11.6"