[package] name = "revonet" version = "0.2.1" authors = ["Yury Tsoy "] license = "GPL-3.0" description = "Rust implementation of real-coded genetic algorithm for solving optimization problems and training of neural networks. The latter is also known as neuroevolution." repository = "https://github.com/yurytsoy/revonet" homepage = "https://github.com/yurytsoy/revonet" readme = "README.md" keywords = ["genetic", "algorithm", "evolutionary", "neural", "neuroevolution"] categories = ["Algorithms", "Data structures"] [dependencies] rand = "0.3.0" serde = "1.0.9" serde_derive = "1.0.9" serde_json = "1.0.2"