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