[package] name = "vfio-bindings" version = "0.3.1" authors = ["The Cloud Hypervisor Authors"] license = "Apache-2.0 OR BSD-3-Clause" description = "Rust FFI bindings to vfio generated using bindgen." repository = "https://github.com/rust-vmm/vfio" readme = "README.md" edition = "2018" keywords = ["vfio"] [features] vfio-v5_0_0 = [] fam-wrappers = ["vmm-sys-util"] [dependencies] vmm-sys-util = { version = ">=0.8.0", optional = true } [dev-dependencies] byteorder = ">=1.2.1"