mate_selection 0.1.2

A collection of mate selection methods for evolutionary algorithms
Documentation
# 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.2"
authors = ["David McDougall <dam1784@rit.edu>"]
build = false
autolib = 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/D-McDougall/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.10"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.stochastic_universal_sampling]
version = "1"