[package] name = "lapacke" version = "0.5.0" license = "Apache-2.0/MIT" authors = [ "Ivan Ukhov ", "Selvavignesh Vedamanickam ", "Toshiki Teramura ", ] description = "The package provides wrappers for LAPACKE (C)." documentation = "https://docs.rs/lapacke" homepage = "https://github.com/blas-lapack-rs/lapacke" repository = "https://github.com/blas-lapack-rs/lapacke" readme = "README.md" categories = ["api-bindings", "science"] keywords = ["linear-algebra"] [dependencies] lapacke-sys = "0.1" libc = "0.2" num-complex = { version = "0.4", default-features = false }