xref: /cloud-hypervisor/vm-virtio/Cargo.toml (revision 7d7bfb2034001d4cb15df2ddc56d2d350c8da30f)
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.16"
12virtio-bindings = { version = "0.1.0", features = ["virtio-v5_0_0"] }
13virtio-queue = "0.2.0"
14vm-memory = { version = "0.7.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }
15