Cargo.toml 454 Bytes
Newer Older
Olivier Dehaene's avatar
Init  
Olivier Dehaene committed
1
[package]
2
name = "text-generation-client"
3
4
5
6
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Olivier Dehaene's avatar
Init  
Olivier Dehaene committed
7
8

[dependencies]
9
base64 = { workspace = true }
Olivier Dehaene's avatar
Olivier Dehaene committed
10
futures = "^0.3"
11
grpc-metadata = { path = "../grpc-metadata" }
Nicolas Patry's avatar
Nicolas Patry committed
12
prost = "^0.12"
Olivier Dehaene's avatar
Olivier Dehaene committed
13
thiserror = "^1.0"
Nicolas Patry's avatar
Nicolas Patry committed
14
15
tokio = { version = "^1.32", features = ["sync"] }
tonic = "^0.10"
Olivier Dehaene's avatar
Init  
Olivier Dehaene committed
16
17
18
19
tower = "^0.4"
tracing = "^0.1"

[build-dependencies]
Nicolas Patry's avatar
Nicolas Patry committed
20
21
tonic-build = "0.10.1"
prost-build = "0.12.1"