xref: /cloud-hypervisor/vm-virtio/Cargo.toml (revision 9af2968a7dc47b89bf07ea9dc5e735084efcfa3a)
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"] }