xref: /cloud-hypervisor/vhost_user_net/Cargo.toml (revision d10f20eb718023742143fa847a37f3d6114ead52)
1[package]
2name = "vhost_user_net"
3version = "0.1.0"
4authors = ["The Cloud Hypervisor Authors"]
5edition = "2021"
6build = "../build.rs"
7
8[dependencies]
9clap = { version = "4.5.4", features = ["wrap_help","cargo"] }
10env_logger = "0.11.3"
11epoll = "4.3.3"
12libc = "0.2.153"
13log = "0.4.21"
14net_util = { path = "../net_util" }
15option_parser = { path = "../option_parser" }
16vhost = { version = "0.11.0", features = ["vhost-user-backend"] }
17vhost-user-backend = "0.15.0"
18virtio-bindings = "0.2.2"
19vm-memory = "0.14.1"
20vmm-sys-util = "0.12.1"
21