xref: /cloud-hypervisor/vm-virtio/Cargo.toml (revision 07d1208dd53a207a65b649b8952780dfd0ca59d9)
1[package]
2name = "vm-virtio"
3version = "0.1.0"
4authors = ["The Cloud Hypervisor Authors"]
5edition = "2021"
6
7[features]
8default = []
9
10[dependencies]
11log = "0.4.17"
12virtio-queue = "0.9.0"
13vm-memory = { version = "0.12.2", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }
14