[package] name = "mlinrust" version = "0.1.0" edition = "2021" license = "GPL-3.0" authors = ["Raibows@Github "] homepage = "https://github.com/Raibows/MLinRust" repository = "https://github.com/Raibows/MLinRust" documentation = "https://github.com/Raibows/MLinRust" readme = "README.md" description = "A machine learning library in Rust from scratch." categories = ["science"] keywords = ["machine_learning", "bootstrap", "tutorial", "data", "numpy"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "mlinrust" path = "src/lib.rs" [dependencies]