radiate-engines 1.2.21

Engines 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-engines"
version = "1.2.21"
authors = ["pkalivas <peterkalivas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engines 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"

[features]
default = []
rayon = ["radiate-core/rayon"]
serde = [
    "dep:serde",
    "dep:serde_json",
    "radiate-core/serde",
]

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

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

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

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

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

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

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

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

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

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "fmt",
]