radiate-pgm 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-pgm"
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 = []
pgm = []
serde = [
    "dep:serde",
    "dep:serde_json",
    "radiate-utils/serde",
    "radiate-core/serde",
]

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

[dependencies.radiate-core]
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