2022-10-08 04:30:12 -06:00
|
|
|
[package]
|
2022-10-28 11:24:00 -06:00
|
|
|
name = "text-generation-client"
|
2023-05-09 05:19:31 -06:00
|
|
|
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"] }
|
|
|
|
tonic = "^0.8"
|
2022-10-08 04:30:12 -06:00
|
|
|
tower = "^0.4"
|
|
|
|
tracing = "^0.1"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2023-02-13 05:02:45 -07:00
|
|
|
tonic-build = "0.8.4"
|
|
|
|
prost-build = "0.11.6"
|