# 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 = "2021" name = "bmls" version = "1.1.1" authors = ["Rylan Yancey"] description = "Basic Machine Learning Subsystems" documentation = "https://github.com/RylanYancey/bmls/tree/main/docs" readme = "README.md" keywords = [ "ml", "math", "algorithms", "statistics", "machine-learning", ] categories = [ "algorithms", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RylanYancey/bmls" [dependencies.fastrand] version = "2.0.1" [dependencies.itertools] version = "0.11.0" [dependencies.matrixmultiply] version = "0.3.8" [dependencies.ndarray] version = "0.15.6" [dependencies.rayon] version = "1.8.0" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] default = [] ndarray = []