# 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 = "lara" version = "0.1.0" authors = ["Erik A. Partridge "] description = "High-performance machine learning for Rust" license = "MIT" [[bench]] name = "benches" harness = false [dependencies.blas-src] version = "0.2.1" features = ["intel-mkl"] default-features = false [dependencies.hashbrown] version = "0.1" [dependencies.multimap] version = "0.4.0" [dependencies.ndarray] version = "0.12" features = ["blas"] [dependencies.ndarray-linalg] version = "0.10" features = ["intel-mkl"] [dependencies.ndarray-parallel] version = "0.9" [dependencies.rand] version = "0.6" [dependencies.rayon] version = "1.0" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.csv] version = "1.0"