# 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 = "2018" name = "set_genome" version = "0.6.7" authors = ["Silvan Buedenbender "] description = "A genetic data structure for neuroevolution algorithms." homepage = "https://github.com/SilvanCodes/set-genome" documentation = "https://docs.rs/set_genome" readme = "README.md" keywords = [ "ann", "evolution", ] categories = [ "data-structures", "science", "mathematics", ] license = "MIT" repository = "https://github.com/SilvanCodes/set-genome" [[bench]] name = "bench_set_genome" harness = false [dependencies.config] version = "0.11" [dependencies.favannat] version = "0.6.4" optional = true [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.rand_distr] version = "0.4" [dependencies.seahash] version = "4.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.nalgebra] version = "0.28.0" [features] default = ["favannat"]