# 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 = "genevo" version = "0.7.1" authors = ["haraldmaida"] description = "genevo provides building blocks to run simulations of optimization and search problems using\ngenetic algorithms (GA).\n\nExecute genetic algorithm (GA) simulations in a customizable and extensible way.\n" documentation = "https://docs.rs/genevo" readme = "README.md" keywords = ["genetic", "evolutionary", "algorithm"] license = "MIT/Apache-2.0" repository = "https://github.com/innoave/genevo" resolver = "2" [package.metadata.docs.rs] all-features = true [lib] bench = false [[example]] name = "knapsack" path = "examples/knapsack/main.rs" required-features = ["smallvec"] [[example]] name = "monkeys" path = "examples/monkeys/main.rs" [[example]] name = "queens" path = "examples/queens/main.rs" [[bench]] name = "index_of_value_in_vector" harness = false [[bench]] name = "genome_builder" harness = false [[bench]] name = "population_builder" harness = false [dependencies.chrono] version = "0.4" [dependencies.fixedbitset] version = "0.4" optional = true [dependencies.rand] version = "0.8" features = ["getrandom"] default-features = false [dependencies.rand_xoshiro] version = "0.6" [dependencies.smallvec] version = "1" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.galvanic-assert] version = "0.8" [dev-dependencies.proptest] version = "1" [dev-dependencies.version-sync] version = "0.9" [features] wasm-bindgen = ["wasm-bindgen_", "chrono/wasmbind"] [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.getrandom] version = "0.2" features = ["js", "wasm-bindgen"] [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen_] version = "0.2" optional = true package = "wasm-bindgen" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon] version = "1"