physarum/Cargo.toml

24 lines
457 B
TOML

[package]
name = "physarum"
version = "0.1.0"
authors = ["Simon Gardling <titaniumtown@gmail.com>", "mindv0rtex <mindv0rtex@users.noreply.github.com>"]
edition = "2021"
[dependencies]
image = "0.23"
indicatif = { version = "0.15", features = [ "rayon" ] }
itertools = "0.10"
rand = "0.8"
rand_distr = "0.4"
rayon = "1.10"
fastapprox = "0.3"
[dev-dependencies]
criterion = "0.3"
[profile.release]
codegen-units = 1
opt-level = 3
lto = "fat"
debug = false