2022-10-08 10:30:12 +00:00
|
|
|
[package]
|
2022-10-28 17:24:00 +00:00
|
|
|
name = "text-generation-client"
|
2023-05-09 11:19:31 +00:00
|
|
|
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"
|