# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "neuralneat" version = "0.3.0" authors = ["Ben Hearsum "] exclude = [ ".gitignore", ".github/*", ] description = "An implementation of Kenneth Stanley's NeuroEvolution of Augmenting Topologies" homepage = "https://github.com/bhearsum/neuralneat" documentation = "https://docs.rs/neuralneat" readme = "README.md" keywords = [ "neuralnetwork", "machinelearning", ] categories = ["science"] license-file = "LICENSE" repository = "https://github.com/bhearsum/neuralneat" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.19" [dependencies.petgraph] version = "0.6.3" features = ["serde-1"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.103"