[package] name = "fio-ioengine-sys" version = "0.1.0" authors = ["Gregory C. Oakes "] edition = "2018" license = "GPL-2.0-only" description = "FFI bindings to fio's ioengine API." homepage = "https://github.com/gcoakes/fio-ioengine-sys" documentation = "https://docs.rs/fio-ioengine-sys" repository = "https://github.com/gcoakes/fio-ioengine-sys" readme = "README.md" keywords = ["ffi"] [dependencies] cty = "0.2.1" [build-dependencies] bindgen = "0.58.1" [features] default = ["vendor"] vendor = [] [[example]] name = "hello-null" path = "examples/hello_null.rs" crate-type = ["cdylib"]