# 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 = "mate_selection" version = "0.1.1" authors = ["David McDougall "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of mate selection methods for evolutionary algorithms" readme = "README.md" keywords = [ "random", "sampling", ] categories = ["algorithms"] license = "MIT-0" repository = "https://github.com/ctrl-z-9000-times/mate_selection.git" [lib] name = "mate_selection" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" doctest = false [dependencies.pyo3] version = ">= 0.22" features = ["extension-module"] optional = true [dependencies.rand] version = ">= 0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.stochastic_universal_sampling] version = "1"