[package] name = "genetisk" version = "0.1.0" authors = ["logaritmisk "] [dependencies] rayon = "0.9" [[example]] name = "parabole" path = "examples/parabole.rs" [dev-dependencies] rand = "0.3" criterion = { git = "https://github.com/japaric/criterion.rs.git" } [[bench]] name = "parabole" harness = false [profile.release] lto = true