# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "matrix" version = "0.22.0" authors = ["Ivan Ukhov ", "Marcel Hellwig"] description = "The package provides a matrix laboratory." homepage = "https://github.com/stainless-steel/matrix" documentation = "https://docs.rs/matrix" readme = "README.md" keywords = ["linear-algebra"] categories = ["science"] license = "Apache-2.0/MIT" repository = "https://github.com/stainless-steel/matrix" [dependencies.blas] version = "0.20" optional = true [dependencies.lapack] version = "0.16" optional = true [dependencies.num-complex] version = "0.2" default-features = false [dependencies.num-traits] version = "0.2" [dependencies.openblas-src] version = "0.7" optional = true [dev-dependencies.assert] version = "0.7" [dev-dependencies.random] version = "0.12" [features] acceleration = ["blas", "lapack"] acceleration-src = ["openblas-src"]