[package] name = "wassily" version = "0.1.0" authors = ["jeffreyrosenbluth "] edition = "2021" exclude = [ "src/bin/meta.rs" ] license = "MIT OR Apache-2.0" description = "wassily is both an API and set of tools for creating generative 2D art" readme = "README.md" repository = "https://github.com/jeffreyrosenbluth/wassily/" homepage = "https://github.com/jeffreyrosenbluth/wassily/" keywords = ["art", "graphics","2d", "creative", "sketch"] categories = ["graphics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tiny-skia = "0.11" # noise = { git = "https://github.com/Razaekel/noise-rs.git", branch = "develop" } # noise = { git = "https://github.com/jeffreyrosenbluth/noise-rs", branch = "develop" } noise = "0.8" rand = {version = "0.8.5", features = ["small_rng"]} rand_distr = "0.4" palette = "0.7" png = "0.17" image = "0.24" color-thief = "0.2" num-traits = "0.2" num-complex = "0.4" once_cell = "1.17" log = "0.4.18" # tiny-skia-path = "0.10.0"