[package] name = "lapack" version = "0.19.0" license = "Apache-2.0/MIT" authors = [ "Andrew Straw ", "Crozet Sébastien ", "David Greenberg ", "Ivan Ukhov ", "Pavel Potocek ", "Selvavignesh Vedamanickam ", "Toshiki Teramura ", ] description = "The package provides wrappers for LAPACK (Fortran)." documentation = "https://docs.rs/lapack" homepage = "https://github.com/blas-lapack-rs/lapack" repository = "https://github.com/blas-lapack-rs/lapack" readme = "README.md" categories = ["api-bindings", "science"] keywords = ["linear-algebra"] [dependencies] libc = "0.2" [dependencies.num-complex] version = "0.4" default-features = false [dependencies.lapack-sys] version = "0.14" default-features = false