[package] name = "nn" version = "0.1.6" authors = ["Jack Montgomery "] repository = "https://github.com/jackm321/RustNN" documentation = "https://jackm321.github.io/RustNN/doc/nn/" license = "Apache-2.0" readme = "README.md" description = """ A multilayer feedforward backpropagation neural network library """ keywords = ["nn", "neural-network", "classifier", "backpropagation", "machine-learning"] [dependencies] rand = "0.3.7" rustc-serialize = "0.3.12" time = "0.1.24"