[package] name = "neural_network" description = """ Modular neural network with an implementation of back propagation learning algorithm. """ version = "0.1.3" authors = ["ZakCodes "] homepage = "https://github.com/ZakCodes/neural_network.git" repository = "https://github.com/ZakCodes/neural_network.git" documentation = "https://docs.rs/neural_network" readme = "README.md" license = "Apache-2.0" keywords = ["AI", "neural_network", "modular"] categories = ["science"] [dependencies] rand = "0.3" fast_io = "1.2.1"