xref: /cloud-hypervisor/devices/Cargo.toml (revision 7d7bfb2034001d4cb15df2ddc56d2d350c8da30f)
1[package]
2name = "devices"
3version = "0.1.0"
4authors = ["The Chromium OS Authors"]
5edition = "2021"
6
7[dependencies]
8acpi_tables = { path = "../acpi_tables" }
9anyhow = "1.0.56"
10arch = { path = "../arch" }
11bitflags = "1.3.2"
12byteorder = "1.4.3"
13epoll = "4.3.1"
14libc = "0.2.122"
15log = "0.4.16"
16versionize = "0.1.6"
17versionize_derive = "0.1.4"
18vm-device = { path = "../vm-device" }
19vm-memory = "0.7.0"
20vm-migration = { path = "../vm-migration" }
21vmm-sys-util = "0.9.0"
22
23[features]
24default = []
25cmos = []
26fwdebug = []
27