# 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 = "image-effects" version = "0.1.0" authors = ["enbyss"] description = "An assortment of effects that can be applied to an image with the help of `image`." readme = "README.md" keywords = [ "image", "effects", "dither", ] categories = ["multimedia::images"] license = "MPL-2.0" [dependencies.image] version = "0.24.6" [dependencies.ndarray] version = "0.15.6" [dependencies.num] version = "0.4.1" [dependencies.once_cell] version = "1.18.0" [dependencies.palette] version = "0.7.2" [dev-dependencies.base64] version = "0.21.2" [dev-dependencies.reqwest] version = "0.11.18" features = ["blocking"]