# 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 = "profqu_neat" version = "0.1.1" authors = ["ProfessorQu"] description = "A library that implements the NEAT algorithm" readme = "README.md" keywords = [ "neural", "network", "genetic", ] license = "MIT" repository = "https://github.com/ProfessorQu/profqu_neat" [[bench]] name = "neat" harness = false [[bench]] name = "genome" harness = false [dependencies.once_cell] version = "1.17.0" [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.4.0"