[package] name = "libisal-sys" version = "0.1.2" authors = ["Kevin Schibli "] edition = "2018" description = """ FFI Bindings to libisal, the Intel(R) Intelligent Storage Acceleration Library """ repository = "https://gitlab.com/kschibli/isa-l-rs" license = "BSD-3-Clause" keywords = ["isal", "intel", "intelligent", "storage", "acceleration"] categories = ["external-ffi-bindings", "hardware-support"] build = "build.rs" links = "isal" [lib] name = "libisal_sys" path = "lib.rs" [build-dependencies] pkg-config = "0.3" autotools = "0.2" [badges] gitlab = { repository = "https://gitlab.com/kschibli/isa-l-rs", branch = "master" }