radiate-core 1.2.21

Core traits and interfaces 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-core"
version = "1.2.21"
authors = ["pkalivas <peterkalivas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and interfaces 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 = ["dep:rayon"]
serde = [
    "dep:serde",
    "dep:serde_json",
    "radiate-utils/serde",
]

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

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

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

[dependencies.num-traits]
version = "0.2.19"

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

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

[dependencies.rand]
version = "0.10.0"

[dependencies.rayon]
version = "1.11.0"
optional = true

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

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

[dev-dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dev-dependencies.serde_json]
version = "1.0.149"