# 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" rust-version = "1.65" name = "linfa-linalg" version = "0.2.0" authors = ["Yuhan Lin "] description = "Pure-Rust implementation of linear algebra routines for ndarray" readme = "README.md" keywords = [ "ndarray", "matrix", "linalg", ] categories = [ "algorithms", "mathematics", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-ml/linfa-linalg" [dependencies.ndarray] version = "0.16" features = ["approx"] [dependencies.num-traits] version = "0.2.0" [dependencies.rand] version = "0.8" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.5" [dev-dependencies.ndarray-rand] version = "0.15" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.proptest-derive] version = "0.5.0" [dev-dependencies.rand_xoshiro] version = "0.6" [features] default = ["iterative"] iterative = ["rand"]