-
Notifications
You must be signed in to change notification settings - Fork 18
/
Cargo.toml
31 lines (28 loc) · 896 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "lapack"
version = "0.19.0"
license = "Apache-2.0/MIT"
authors = [
"Andrew Straw <strawman@astraw.com>",
"Crozet Sébastien <developer@crozet.re>",
"David Greenberg <dsg123456789@gmail.com>",
"Ivan Ukhov <ivan.ukhov@gmail.com>",
"Pavel Potocek <pavelpotocek@gmail.com>",
"Selvavignesh Vedamanickam <selvavm@hotmail.com>",
"Toshiki Teramura <toshiki.teramura@gmail.com>",
]
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