xref: /cloud-hypervisor/vm-migration/Cargo.toml (revision 4ad44caa5217cf55eed512fc10fd68416a37d31c)
1[package]
2authors = ["The Cloud Hypervisor Authors"]
3edition = "2021"
4name = "vm-migration"
5version = "0.1.0"
6
7[dependencies]
8anyhow = "1.0.87"
9serde = { version = "1.0.208", features = ["derive", "rc"] }
10serde_json = "1.0.120"
11thiserror = "1.0.62"
12vm-memory = { version = "0.14.1", features = [
13  "backend-atomic",
14  "backend-mmap",
15] }
16