[package] name = "simplex-23d-rs" version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" description = "Simplex 2d/3d noise in Rust" repository = "https://github.com/mattzque/simplex-23d-rs" [lib] name = "simplex_23d" path = "src/lib.rs" [dependencies] rand = "0.8" [dev-dependencies] image = "0.24" plotters = "0.3" criterion = { version = "0.4" } [[bench]] name = "simplex_benchmark" harness = false