chromosome 0.3.0

Genetic algorithm tools library
Documentation
[dependencies.critical-section]
version = "1.2.0"

[dependencies.rand]
default-features = false
features = ["alloc"]
version = "0.9.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.rand_pcg]
version = "0.9.0"

[dev-dependencies.rand_seeder]
version = "0.4.0"

[features]
default = ["std", "serde"]
serde = ["dep:serde"]
std = ["rand/std", "rand/std_rng"]

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

[package]
authors = ["borys <burbokop@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "science", "simulation", "no-std"]
description = "Genetic algorithm tools library"
documentation = "https://docs.rs/chromosome"
edition = "2021"
keywords = ["chromosome", "genetic", "algorithms", "genetic-algorithms", "no-std"]
license = "MIT"
name = "chromosome"
readme = "README.md"
repository = "https://github.com/burbokop/chromosome"
version = "0.3.0"

[[test]]
name = "diophantus_equation"
path = "tests/diophantus_equation.rs"