xref: /cloud-hypervisor/vhost_user_net/Cargo.toml (revision 5f814308d6b19037f2afb3d36fe49b0aa14c0b22)
1[package]
2authors = ["The Cloud Hypervisor Authors"]
3build = "../build.rs"
4edition = "2021"
5name = "vhost_user_net"
6version = "0.1.0"
7
8[dependencies]
9clap = { version = "4.5.13", features = ["cargo", "wrap_help"] }
10env_logger = "0.11.3"
11epoll = "4.3.3"
12libc = "0.2.155"
13log = "0.4.22"
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