# 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 = "easy_ga" version = "1.2.1" authors = ["RubenRubioM"] exclude = [ "main.rs", "benches/", ] description = "Library to implement genetic algorithms" readme = "README.md" keywords = [ "genetic", "genetics", "genetic-algorithm", "ai", "machine-learning", ] categories = ["science"] license-file = "LICENSE.txt" repository = "https://github.com/RubenRubioM/easy_ga/" resolver = "2" [[bench]] name = "main" path = "benches/main.rs" harness = false [dependencies.cpu-time] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.4" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.criterion] version = "0.3"