xref: /cloud-hypervisor/vm-virtio/Cargo.toml (revision 8803e4a2e7f8e9596b72f81d3c916390e5b10fbd)
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 = "0.12.0"
13vm-memory = { version = "0.14.1", features = [
14  "backend-atomic",
15  "backend-bitmap",
16  "backend-mmap",
17] }
18