[package] name = "vbox_raw" version = "0.3.1" edition = "2021" build = "build.rs" links = "vboxapi" authors = ["Mykola Khodorovskyi "] license = "LGPL-2.1" description = "FFI bindings for Rust to VirtualBox" keywords = ["VirtualBox", "VMI", "vbox"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] v7_1 = [] v7_0 = [] v6_1 = [] [dependencies] libc = "0.2.155" [build-dependencies] regex = "1.11.0" bindgen = { version = "0.70.1", features = ["experimental"] } cc = { version = "1.0", features = ["parallel"] } [profile.release] lto = true codegen-units = 1 panic = "abort"