# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fio-ioengine-sys" version = "0.1.0" authors = ["Gregory C. Oakes "] description = "FFI bindings to fio's ioengine API." homepage = "https://github.com/gcoakes/fio-ioengine-sys" documentation = "https://docs.rs/fio-ioengine-sys" readme = "README.md" keywords = ["ffi"] license = "GPL-2.0-only" repository = "https://github.com/gcoakes/fio-ioengine-sys" [[example]] name = "hello-null" crate-type = ["cdylib"] path = "examples/hello_null.rs" [dependencies.cty] version = "0.2.1" [build-dependencies.bindgen] version = "0.58.1" [features] default = ["vendor"] vendor = []