# 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 = "expm" version = "0.1.1" authors = ["Richard Janis Goldschmidt "] description = "An implementation of the expm matrix exponential function by Higham and Al-Mohy, 2009" readme = "README.md" keywords = ["matrix", "exponential", "linalg", "ndarray", "expm"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/superfluffy/rust-expm" [dependencies.cblas] version = "0.2" [dependencies.condest] version = "0.2" [dependencies.lapacke] version = "0.2" [dependencies.ndarray] version = "0.12" [dependencies.statrs] version = "0.10" [dev-dependencies.approx] version = "0.3.1" [dev-dependencies.openblas-src] version = "0.7"