xref: /cloud-hypervisor/vm-virtio/Cargo.toml (revision 6f8bd27cf7629733582d930519e98d19e90afb16)
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.7.0"
13vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }
14