# 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 = "householder" version = "0.0.1" authors = ["UCL-ARC"] description = "A Rust native advanced linear algebra library." homepage = "https://github.com/UCL-ARC/householder" readme = "README.md" keywords = ["numerics"] categories = ["mathematics", "science"] license = "BSD-3-Clause" repository = "https://github.com/UCL-ARC/householder" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [lib] name = "householder" [dependencies.approx] version = "0.5" features = ["num-complex"] [dependencies.cauchy] version = "0.4" [dependencies.itertools] version = "0.10" [dependencies.matrixmultiply] version = "0.3" [dependencies.ndarray] version = "0.15" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]