# 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 = "memega" version = "0.1.0" authors = ["E "] description = "genetic algorithm library" keywords = [ "genetic", "ga", "evolutionary", "algorithm", ] categories = [ "algorithms", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Edgeworth/memega" resolver = "2" [profile.dev.package."*"] opt-level = 3 [profile.release] lto = true [[bench]] name = "examples" harness = false [dependencies.approx] version = "0.5.1" [dependencies.color-eyre] version = "0.6.1" [dependencies.concurrent_lru] version = "0.2.0" [dependencies.derive_more] version = "0.99.17" [dependencies.eyre] version = "0.6.7" [dependencies.float-pretty-print] version = "0.1.1" [dependencies.log] version = "0.4.16" [dependencies.memestat] version = "0.1.0" [dependencies.num-traits] version = "0.2.14" [dependencies.num_enum] version = "0.5.7" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.5.1" [dependencies.smallvec] version = "1.8.0" [dependencies.strum] version = "0.24.0" [dependencies.strum_macros] version = "0.24.0" [dev-dependencies.criterion] version = "0.3.5" features = ["real_blackbox"] [dev-dependencies.plotters] version = "0.3.1"