# 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 = "rustic_ml" version = "0.0.3" authors = ["Kjetil Indrehus "] build = false include = [ "Cargo.toml", "LICENSE", "README.md", "docs/*.pdf", "src/**/*.rs", "benches/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A machine learning library created from scratch with Rust." documentation = "https://docs.rs/rustic_ml" readme = "README.md" keywords = [ "machinelearning", "neuralnetworks", "deeplearning", ] categories = [ "science", "mathematics", ] license = "MIT" repository = "https://github.com/KjetilIN/rustic_ml" [lib] name = "rustic_ml" path = "src/lib.rs" [[bench]] name = "matrix_benchmark" path = "benches/matrix_benchmark.rs" harness = false [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] extensive_benchmark = []