preemo_text-generation-infe.../router/client/Cargo.toml

21 lines
422 B
TOML
Raw Normal View History

2022-10-08 04:30:12 -06:00
[package]
name = "text-generation-client"
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
2022-10-08 04:30:12 -06:00
[dependencies]
2022-10-11 10:14:39 -06:00
futures = "^0.3"
2023-02-13 05:02:45 -07:00
grpc-metadata = { path = "../grpc-metadata" }
prost = "^0.11"
2022-10-11 10:14:39 -06:00
thiserror = "^1.0"
2023-02-13 05:02:45 -07:00
tokio = { version = "^1.25", features = ["sync"] }
2023-07-01 11:25:41 -06:00
tonic = "^0.9"
2022-10-08 04:30:12 -06:00
tower = "^0.4"
tracing = "^0.1"
[build-dependencies]
2023-07-01 11:25:41 -06:00
tonic-build = "0.9.2"
2023-02-13 05:02:45 -07:00
prost-build = "0.11.6"