tyrosine 0.9.0

Rust implementation of the NEAT neuroevolution algorithm.
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 = "tyrosine"
version = "0.9.0"
authors = ["Terrior"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the NEAT neuroevolution algorithm."
homepage = "https://github.com/genomicals/tyrosine"
readme = "README.md"
keywords = [
    "NEAT",
    "machine",
    "learning",
    "neural",
    "evolution",
]
categories = [
    "algorithms",
    "science",
]
license = "GPL-2.0 OR GPL-3.0"
repository = "https://github.com/genomicals/tyrosine"

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

[dependencies.rand]
version = "0.9.1"

[dependencies.rand_distr]
version = "0.5.1"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]