radiate 1.2.21

A Rust library for genetic algorithms and artificial evolution.
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"
version = "1.2.21"
authors = ["pkalivas <peterkalivas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for genetic algorithms and artificial evolution."
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"

[features]
default = []
gp = ["radiate-gp"]
pgm = ["radiate-pgm"]
rayon = [
    "radiate-core/rayon",
    "radiate-engines/rayon",
]
serde = [
    "radiate-core/serde",
    "radiate-gp/serde",
    "radiate-engines/serde",
]
ui = ["radiate-ui"]

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

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

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

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

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

[dependencies.radiate-gp]
version = "1.2.21"
optional = true
default-features = false

[dependencies.radiate-pgm]
version = "1.2.21"
optional = true
default-features = false

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

[dependencies.radiate-ui]
version = "1.2.21"
optional = true
default-features = false

[dependencies.rand]
version = "0.10.0"