| [package] | |
| name = "util-sys" | |
| version = "0.1.0" | |
| description = "Rust sys bindings for QEMU/util" | |
| 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 } | |
| [lints] | |
| workspace = true | |
| [package.metadata.bindgen] | |
| header = "wrapper.h" | |
| rustified-enum = ["module_init_type", "QEMUClockType"] |