[package] name = "link-ipps" description = "link ipps library (part of ipp-sys Intel IPP bindings)" version = "0.1.2" authors = ["Andrew Straw "] build = "build.rs" links = "libipps" repository = "https://github.com/astraw/ipp-sys" license = "MIT/Apache-2.0" categories = ["external-ffi-bindings"] readme = "README.md" [dependencies] link-ippcore = { version = "0.1", path = "../link-ippcore" } link-ippvm = { version = "0.1", path = "../link-ippvm" } [build-dependencies] ipp-sys-build-help = { version = "0.1.2", path = "../ipp-sys-build-help" }