1[package]
2name = "address_space"
3version = "2.4.0"
4authors = ["Huawei StratoVirt Team"]
5edition = "2021"
6license = "Mulan PSL v2"
7description = "provide memory management for VM"
8
9[dependencies]
10libc = "0.2"
11log = "0.4"
12nix = { version = "0.26.2", default-features = false, features = ["fs", "feature"] }
13vmm-sys-util = "0.12.1"
14arc-swap = "1.6.0"
15thiserror = "1.0"
16anyhow = "1.0"
17once_cell = "1.18.0"
18machine_manager = { path = "../machine_manager" }
19migration = { path = "../migration" }
20migration_derive = { path = "../migration/migration_derive" }
21util = { path = "../util" }
22trace = { path = "../trace" }
23