[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"]