mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-18 15:22:09 +00:00
20 lines
541 B
TOML
20 lines
541 B
TOML
[package]
|
|
name = "kvrouter"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
async-stream = "0.3.6"
|
|
axum = { version = "0.8.1", features = ["macros"] }
|
|
futures = "0.3.31"
|
|
futures-util = "0.3.31"
|
|
hyper = { version = "1.5.2", features = ["full"] }
|
|
hyper-util = { version = "0.1.10", features = ["full"] }
|
|
log = "0.4.25"
|
|
rand = "0.9.0"
|
|
serde = { version = "1", features = ["derive"] }
|
|
slotmap = "1.0.7"
|
|
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
|