1[package] 2name = "vm-virtio" 3version = "0.1.0" 4authors = ["The Cloud Hypervisor Authors"] 5edition = "2018" 6 7[features] 8default = [] 9 10[dependencies] 11log = "0.4.14" 12virtio-bindings = { version = "0.1", features = ["virtio-v5_0_0"]} 13vm-memory = { version = "0.5.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }