xref: /cloud-hypervisor/vhost_user_net/Cargo.toml (revision f6cd3bd86ded632da437b6dd6077f4237d2f71fe)
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.10.0", features = ["vhost-user-backend"] }
17vhost-user-backend = "0.13.1"
18virtio-bindings = "0.2.2"
19vm-memory = "0.14.1"
20vmm-sys-util = "0.12.1"
21