# 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] edition = "2018" name = "condest" version = "0.2.1" authors = ["Richard Janis Goldschmidt "] description = "An implementation of the 1-norm and condition number estimator by Higham and Tisseur, 2000" readme = "README.md" keywords = ["condition", "linalg", "matrix", "ndarray", "norm"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/superfluffy/rust-condest" [dependencies.cblas] version = "0.2" [dependencies.lapacke] version = "0.2" [dependencies.ndarray] version = "0.12" [dependencies.ordered-float] version = "1.0" [dependencies.rand] version = "0.6" [dependencies.rand_xoshiro] version = "0.1" [dev-dependencies.ndarray-rand] version = "0.9" [dev-dependencies.openblas-src] version = "0.7"