| [package] |
| name = "migration-sys" |
| version = "0.1.0" |
| description = "Rust sys bindings for QEMU/migration" |
| publish = false |
| |
| authors.workspace = true |
| edition.workspace = true |
| homepage.workspace = true |
| license.workspace = true |
| repository.workspace = true |
| rust-version.workspace = true |
| |
| [lib] |
| path = "lib.rs" |
| |
| [dependencies] |
| glib-sys = { workspace = true } |
| common = { path = "../../common" } |
| util-sys = { path = "../util-sys" } |
| |
| [lints] |
| workspace = true |
| |
| [package.metadata.bindgen] |
| header = "wrapper.h" |
| bitfield-enum = ["MigrationPolicy", "MigrationPriority", "VMStateFlags"] |
| blocklist-function = ["vmstate_register_ram", "vmstate_register_ram_global", "vmstate_unregister_ram"] |