radiate-utils 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-utils"
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 = []
serde = ["dep:serde"]

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

[dependencies.compact_str]
version = "0.9.0"
features = ["serde"]

[dependencies.foldhash]
version = "0.2.0"

[dependencies.hashbrown]
version = "0.16.1"

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

[dependencies.rand]
version = "0.10.0"

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

[dependencies.slotmap]
version = "1.0"

[dependencies.smallvec]
version = "1.13"
features = ["serde"]