# 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 = "rusty_genes" version = "0.1.3" authors = ["Kambiz Khojasteh"] description = "A library for implementing and executing evolutionary algorithms with customizable models." documentation = "https://docs.rs/rusty_genes/0.1.3" readme = "README.md" license = "MIT" repository = "https://github.com/Khojasteh/rusty_genes" [[bench]] name = "benchmarks" harness = false [dependencies.object-pool] version = "0.5.4" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.6.1" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"]