[[bin]]
name = "minet_ai"
path = "src/main.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.rand]
version = "0.8.5"
[dependencies.rand_distr]
version = "0.4.0"
[lib]
name = "minet_ai"
path = "src/lib.rs"
[package]
authors = ["Astoria"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "encoding", "game-development", "science::neuroscience"]
description = "MiNET AI (Miniaturized Neural Evolutionary Topology) is a minimalistic Rust library that evolves small neural networks via genetic algorithm. With a focus on producing compact, adaptive networks that evolve to solve any problem they are given."
edition = "2021"
keywords = ["neural-network", "genetic-algorithm", "ai", "neuroevolution", "minet"]
license = "MIT OR Apache-2.0"
name = "minet_ai"
readme = "README.md"
repository = "https://github.com/Apoxtrophe/MiNET_AI"
rust-version = "1.84.1"
version = "0.1.4"