# 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" rust-version = "1.71.1" name = "genetic_algorithm_meta" version = "0.7.2" exclude = [ "/.projections.json", "/performance.txt", "/refactor_script.rb", "/workspace.txt", ] description = "A genetic algorithm implementation for optimizing genetic algorithm parameters" homepage = "https://github.com/basvanwesting/genetic-algorithm-meta.git" documentation = "https://docs.rs/genetic_algorithm/latest/genetic_algorithm_meta" readme = "README.md" keywords = [ "genetic", "ga", "meta", ] license = "MIT OR Apache-2.0" repository = "https://github.com/basvanwesting/genetic-algorithm-meta.git" [dependencies.crossbeam] version = "0.8" [dependencies.env_logger] version = "0.11.3" [dependencies.factorial] version = "0.2.1" [dependencies.genetic_algorithm] version = "0.7.2" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.0" [dependencies.num] version = "0.4.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.5.3" [dependencies.streaming-stats] version = "0.2.3" [dependencies.thread_local] version = "1.1" [dev-dependencies.chrono] version = "0.4.22" [dev-dependencies.distance] version = "0.4.0" [dev-dependencies.lru] version = "0.7.5" [dev-dependencies.statrs] version = "0.16.0"