radiate-selectors 1.2.21

Selection strategies for the Radiate genetic algorithm library.
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 = "2024"
name = "radiate-selectors"
version = "1.2.21"
authors = ["pkalivas <peterkalivas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Selection strategies for the Radiate genetic algorithm library."
homepage = "https://pkalivas.github.io/radiate/"
readme = "README.md"
keywords = [
    "simulation",
    "genetic",
    "learning",
    "artificial",
    "evolution",
]
categories = [
    "science",
    "simulation",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/pkalivas/radiate"

[lib]
name = "radiate_selectors"
path = "src/lib.rs"

[[test]]
name = "selector_tests"
path = "tests/selector_tests.rs"

[dependencies.radiate-core]
version = "1.2.21"
default-features = false

[dev-dependencies.rstest]
version = "0.25.0"