[package] name = "optlib" version = "0.4.0" authors = ["Eugene Ilin "] edition = "2018" keywords = ["genetic", "optimization", "math", "algorithms"] categories = ["algorithms", "science"] description = "The optimization algorithms realized in Rust. In given time realized genetic and particle swarm algorithms." license = "MIT" readme = "../README.md" homepage = "https://github.com/Jenyay/rust-optimization" repository = "https://github.com/Jenyay/rust-optimization" [dependencies] num = "0.2.1" rand = "0.7.3" [dev-dependencies] optlib-testfunc = { path = "../optlib-testfunc", version = "0.1.0"} num_cpus = "1.12.0" [badges] maintenance = { status = "actively-developed" }