[package] authors = ["The Cloud Hypervisor Authors"] build = "../build.rs" edition = "2021" name = "vhost_user_net" version = "0.1.0" [dependencies] clap = { version = "4.5.13", features = ["cargo", "wrap_help"] } env_logger = "0.11.3" epoll = "4.3.3" libc = "0.2.158" log = "0.4.22" net_util = { path = "../net_util" } option_parser = { path = "../option_parser" } vhost = { workspace = true, features = ["vhost-user-backend"] } vhost-user-backend = "0.16.0" virtio-bindings = { workspace = true } vm-memory = { workspace = true } vmm-sys-util = { workspace = true }