# 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 = "2018" name = "proportionate_selector" version = "0.1.2" authors = ["Megh "] include = [ "/src", "LICENCE", ] description = "Selecting useful solutions for recombination via fitness proportionate selection" readme = "Readme.md" keywords = [ "random", "statistics", ] license = "MIT" repository = "https://github.com/mksuthar/proportionate-selector" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.anyhow] version = "1.0.64" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.kolmogorov_smirnov] version = "1.1.0"