# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wassily" version = "0.1.0" authors = ["jeffreyrosenbluth "] exclude = ["src/bin/meta.rs"] description = "wassily is both an API and set of tools for creating generative 2D art" homepage = "https://github.com/jeffreyrosenbluth/wassily/" readme = "README.md" keywords = [ "art", "graphics", "2d", "creative", "sketch", ] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/jeffreyrosenbluth/wassily/" [dependencies.color-thief] version = "0.2" [dependencies.image] version = "0.24" [dependencies.log] version = "0.4.18" [dependencies.noise] version = "0.8" [dependencies.num-complex] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.17" [dependencies.palette] version = "0.7" [dependencies.png] version = "0.17" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_distr] version = "0.4" [dependencies.tiny-skia] version = "0.11"