[package] name = "easynn" version = "0.1.7-beta" edition = "2021" authors = ["Junyang Zhang "] repository = "https://github.com/junyang-zh/easynn-rs" documentation = "https://docs.rs/easynn/" license = "MIT" readme = "README.md" description = """ A rust crate for quick-and-dirty neuro network developing and training. """ keywords = ["feedforward-nn", "backpropagation", "parallel" ,"machine-learning"] [workspace] members = [ "fashion_mnist_test", ] [dependencies] itertools = "0.10.2" num-traits = "0.2.14" rayon = "1.5" crossbeam = "0.8.1" num_cpus = "1.13.1" rand = "0.8.5"