# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "nalgebra-lapack" version = "0.25.0" authors = [ "Sébastien Crozet ", "Andrew Straw ", ] description = "Matrix decompositions using nalgebra matrices and Lapack bindings." homepage = "https://nalgebra.org" documentation = "https://www.nalgebra.org/docs" readme = "README.md" keywords = [ "linear", "algebra", "matrix", "vector", "lapack", ] categories = [ "science", "mathematics", ] license = "MIT" repository = "https://github.com/dimforge/nalgebra" resolver = "2" [dependencies.lapack] version = "0.19" default-features = false [dependencies.lapack-src] version = "0.8" default-features = false [dependencies.nalgebra] version = "0.33" [dependencies.num-complex] version = "0.4" default-features = false [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.simba] version = "0.9" [dev-dependencies.approx] version = "0.5" [dev-dependencies.nalgebra] version = "0.33" features = [ "arbitrary", "rand", ] [dev-dependencies.proptest] version = "1" features = ["std"] default-features = false [dev-dependencies.quickcheck] version = "1" [dev-dependencies.rand] version = "0.8" [features] accelerate = ["lapack-src/accelerate"] arbitrary = ["nalgebra/arbitrary"] default = ["netlib"] intel-mkl = ["lapack-src/intel-mkl"] netlib = ["lapack-src/netlib"] openblas = ["lapack-src/openblas"] proptest-support = ["nalgebra/proptest-support"] serde-serialize = [ "serde", "nalgebra/serde-serialize", ] [badges.maintenance] status = "actively-developed"