forked from Karylab-cklius/vllm
Signed-off-by: Bugen Zhao <i@bugenzhao.com> Signed-off-by: Nick Hill <nickhill123@gmail.com> Signed-off-by: Eric Curtin <eric.curtin@docker.com> Signed-off-by: Dev-X25874 <283057883+Dev-X25874@users.noreply.github.com> Signed-off-by: Will.hou <1205157517@qq.com> Signed-off-by: Will.hou <willamhou@ceresman.com> Co-authored-by: Nick Hill <nickhill123@gmail.com> Co-authored-by: Eric Curtin <eric.curtin@docker.com> Co-authored-by: Dev-X25874 <283057883+Dev-X25874@users.noreply.github.com> Co-authored-by: Will.hou <1205157517@qq.com> Co-authored-by: Will.hou <willamhou@ceresman.com> Please see https://github.com/Inferact/vllm-frontend-rs for full original commit history.
50 lines
1.1 KiB
TOML
50 lines
1.1 KiB
TOML
[package]
|
|
name = "vllm-engine-core-client"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
test-util = ["dep:tempfile"]
|
|
|
|
[dependencies]
|
|
arc-swap.workspace = true
|
|
bytemuck.workspace = true
|
|
byteorder.workspace = true
|
|
bytes.workspace = true
|
|
easy-ext.workspace = true
|
|
enum-as-inner.workspace = true
|
|
futures.workspace = true
|
|
half.workspace = true
|
|
hex.workspace = true
|
|
itertools.workspace = true
|
|
parking_lot.workspace = true
|
|
rmp-serde.workspace = true
|
|
rmpv.workspace = true
|
|
serde.workspace = true
|
|
serde_default.workspace = true
|
|
serde_json.workspace = true
|
|
serde_repr.workspace = true
|
|
serde_tuple.workspace = true
|
|
serde_with.workspace = true
|
|
task-local.workspace = true
|
|
tempfile = { workspace = true, optional = true }
|
|
thiserror.workspace = true
|
|
thiserror-ext.workspace = true
|
|
tokio.workspace = true
|
|
tokio-util.workspace = true
|
|
tracing.workspace = true
|
|
vllm-metrics.workspace = true
|
|
zeromq.workspace = true
|
|
|
|
[dev-dependencies]
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
expect-test.workspace = true
|
|
hex.workspace = true
|
|
tempfile.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|