Cargo.toml 475 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]
OlivierDehaene's avatar
OlivierDehaene committed
9
async-trait = "^0.1"
10
base64 = { workspace = true }
Olivier Dehaene's avatar
Olivier Dehaene committed
11
futures = "^0.3"
12
grpc-metadata = { path = "../grpc-metadata" }
Nicolas Patry's avatar
Nicolas Patry committed
13
prost = "^0.12"
Olivier Dehaene's avatar
Olivier Dehaene committed
14
thiserror = "^1.0"
Nicolas Patry's avatar
Nicolas Patry committed
15
16
tokio = { version = "^1.32", features = ["sync"] }
tonic = "^0.10"
Olivier Dehaene's avatar
Init  
Olivier Dehaene committed
17
18
19
20
tower = "^0.4"
tracing = "^0.1"

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