neural 0.4.0

Genetic Algorithms in Rust
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"
rust-version = "1.85"
name = "neural"
version = "0.4.0"
authors = ["DarkCeptor44"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Genetic Algorithms in Rust"
homepage = "https://docs.rs/neural"
readme = "README.md"
keywords = [
    "neural-network",
    "genetic-algorithm",
]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/DarkCeptor44/neural"

[package.metadata.docs.rs]
all-features = true

[package.metadata.playground]
all-features = true

[features]
default = []
print = ["dep:colored"]

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

[dependencies.colored]
version = "3.1.1"
optional = true

[dependencies.rand]
version = "0.10.1"

[dependencies.thiserror]
version = "2.0.18"