mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-21 17:52:09 +00:00
22 lines
439 B
TOML
22 lines
439 B
TOML
[package]
|
|
name = "text-generation-client"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
futures = "^0.3"
|
|
grpc-metadata = { path = "../grpc-metadata" }
|
|
prost = "^0.12"
|
|
rand = "0.8.5"
|
|
thiserror = "^1.0"
|
|
tokio = { version = "^1.32", features = ["sync"] }
|
|
tonic = "^0.10"
|
|
tower = "^0.4"
|
|
tracing = "^0.1"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.10.1"
|
|
prost-build = "0.12.1"
|