# 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 = "dithereens" version = "0.1.0" authors = ["Moritz Moeller "] build = false exclude = [ ".github/**/*", "crates/**/*", "examples/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Functions & traits for quantizing values with error-diffusion" documentation = "https://docs.rs/dithereeens/" readme = "README.md" keywords = [ "graphics", "dithering", "images", ] categories = [ "graphics", "multimedia::images", ] license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib" repository = "https://github.com/virtualritz/dithereeens/" [lib] name = "dithereens" path = "src/lib.rs" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dev-dependencies.frand] version = "0.10"