[package] name = "ducky-learn" version = "0.2.1" authors = ["Chris Graham "] edition = "2021" license = "MIT OR Apache-2.0" description = "A simple ML rust framework" documentation = "https://docs.rs/ducky-learn/latest/ducky_learn/" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] mnist = "0.5.0" [dependencies] ndarray = "0.15.6" ndarray-rand = "0.14.0" rand = "0.8" rand_distr = "0.4"