Cargo.toml 379 Bytes
Newer Older
Olivier Dehaene's avatar
Init  
Olivier Dehaene committed
1
[package]
2
name = "text-generation-client"
OlivierDehaene's avatar
OlivierDehaene committed
3
version = "0.3.0"
Olivier Dehaene's avatar
Init  
Olivier Dehaene committed
4
5
6
edition = "2021"

[dependencies]
Olivier Dehaene's avatar
Olivier Dehaene committed
7
futures = "^0.3"
8
9
grpc-metadata = { path = "../grpc-metadata" }
prost = "^0.11"
Olivier Dehaene's avatar
Olivier Dehaene committed
10
thiserror = "^1.0"
11
12
tokio = { version = "^1.25", features = ["sync"] }
tonic = "^0.8"
Olivier Dehaene's avatar
Init  
Olivier Dehaene committed
13
14
15
16
17
tower = "^0.4"
tracing = "^0.1"
tracing-error = "^0.2"

[build-dependencies]
18
19
tonic-build = "0.8.4"
prost-build = "0.11.6"