# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rustneat" version = "0.2.1" authors = ["Hugo Freire "] description = "Implementation of NeuroEvolution of Augmenting Topologies NEAT http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf with a Continuous-Time Recurrent Neural Networks" homepage = "https://github.com/TLmaK0/rustneat" documentation = "https://github.com/TLmaK0/rustneat" keywords = ["neuroevolution", "neat", "aumenting-topologies", "genetic", "algorithm"] license = "MIT" repository = "https://github.com/TLmaK0/rustneat" [dependencies.clippy] version = "0.0.103" optional = true [dependencies.conv] version = "0.3.2" [dependencies.crossbeam] version = "0.2" [dependencies.lazy_static] version = "0.2.2" [dependencies.num_cpus] version = "1.0" [dependencies.open] version = "1.2.1" optional = true [dependencies.rand] version = "0.4" [dependencies.rulinalg] version = "0.3.4" [dependencies.rusty_dashed] version = "0.2.1" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [features] default = [] telemetry = ["rusty_dashed", "open", "serde", "serde_derive", "serde_json"]