[package] name = "multivariate-optimization" version = "0.0.2" edition = "2021" description = "Evolutionary optimization of multivariate functions" authors = ["Jan Behrens "] license = "MIT OR Apache-2.0" repository = "https://github.com/JanBeh/multivariate-optimization" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.28" num = "0.4.0" rand = "0.8.5" rayon = "1.7.0" [dev-dependencies] criterion = "0.5.1" [[bench]] name = "distributions" harness = false [[bench]] name = "optimize" harness = false