# 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 = "moga" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A multi-objective genetic algorithm framework" documentation = "https://docs.rs/moga" readme = "README.md" keywords = [ "genetic", "evolutionary", "algorithm", "framework", "closures", ] categories = [ "algorithms", "concurrency", "science", ] license = "MIT" repository = "https://github.com/ArmoredPony/moga" [lib] name = "moga" path = "src/lib.rs" [[example]] name = "nsga2_binh_korn" path = "examples/nsga2/binh_korn.rs" [[example]] name = "nsga2_schaffer_n1" path = "examples/nsga2/schaffer_n1.rs" [[example]] name = "spea2_binh_korn" path = "examples/spea2/binh_korn.rs" [[example]] name = "spea2_schaffer_n1" path = "examples/spea2/schaffer_n1.rs" [dependencies.itertools] version = "0.13.0" [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] default-features = false [dependencies.rayon] version = "1.10.0" [dependencies.typed-builder] version = "0.20.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3"