1[package] 2name = "data_model" 3version = "0.1.1-alpha.1" 4authors = ["The Chromium OS Authors"] 5edition = "2021" 6include = ["src/**/*", "Cargo.toml", "LICENSE"] 7description = "[highly unstable] data model for virtualization" 8license-file = "LICENSE" 9 10[dependencies] 11serde = { version = "1", features = ["derive"] } 12zerocopy = { version = "0.7", features = ["derive"] } 13