[package] name = "vmm_vhost" version = "0.1.0" keywords = ["vhost", "vhost-user", "virtio", "vdpa"] description = "a pure rust library for vdpa, vhost and vhost-user" authors = ["Liu Jiang "] repository = "https://github.com/rust-vmm/vhost" documentation = "https://docs.rs/vhost" readme = "README.md" license = "Apache-2.0 or BSD-3-Clause" edition = "2018" [features] default = [] vmm = [] device = [] [dependencies] bitflags = ">=1.0.1" data_model= "*" libc = ">=0.2.39" remain = "*" sys_util = "*" tempfile = "*" thiserror = { version = "1.0.20" }