[[bench]]
harness = false
name = "weasel"
[dependencies.rand]
version = "0.8.4"
[dependencies.rand_xoshiro]
version = "0.6.0"
[dev-dependencies.criterion]
version = "0.3"
[lib]
bench = false
[package]
authors = ["Thomas Bratt <thomas.bratt@gmail.com>"]
description = "A genetic algorithm implementation in Rust."
documentation = "https://docs.rs/watchmaker/0.1.0/watchmaker/fn.solve.html"
edition = "2021"
homepage = "https://github.com/thomasbratt/watchmaker"
keywords = ["algorithm", "evolution", "genetic", "optimization"]
license = "MIT"
name = "watchmaker"
readme = "README.md"
repository = "https://github.com/thomasbratt/watchmaker"
resolver = "2"
version = "1.0.0"