blob: 7962ed2633a7abe18395b1927b2dc8ef625e5e42 [file] [log] [blame]
[package]
name = "swap"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[features]
trace_marker = ["cros_tracing/trace_marker"]
[dependencies]
anyhow = "*"
base = { path = "../base" }
cros_tracing = { path = "../cros_tracing" }
data_model = "*"
libc = "*"
minijail = "*"
once_cell = "*"
remain = "*"
serde = { version = "1", features = [ "derive" ] }
serde_json = "*"
sync = { path = "../common/sync" } # provided by ebuild
tempfile = "*"
thiserror = "*"
userfaultfd = "0.5.0"
vm_memory = { path = "../vm_memory"}