[package] name = "neat-rs" license = "MIT" version = "0.1.82" authors = ["Shashi Kant "] edition = "2018" description = "Implementation of neat algorithm in rust" repository = "https://github.com/shashitnak/neat-rs" documentation = "https://docs.rs/neat-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.3" slow_nn = "0.1.22" gym = "2.2.1"