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

18 lines
309 B
TOML
Raw Normal View History

2022-10-08 04:30:12 -06:00
[package]
name = "text-generation-client"
version = "0.2.0"
2022-10-08 04:30:12 -06:00
edition = "2021"
[dependencies]
2022-10-11 10:14:39 -06:00
futures = "^0.3"
2022-10-08 04:30:12 -06:00
prost = "^0.9"
2022-10-11 10:14:39 -06:00
thiserror = "^1.0"
tokio = { version = "^1.21", features = ["sync"] }
2022-10-08 04:30:12 -06:00
tonic = "^0.6"
tower = "^0.4"
tracing = "^0.1"
tracing-error = "^0.2"
[build-dependencies]
tonic-build = "0.6.2"