# 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_colorpalette" version = "0.1.5" description = "A minimalistic library that can download images and open them and generat a color palette of all the colors within the image. It also can detect if the image is grayscale and what the grayscale threshold is." license = "MIT" repository = "https://github.com/FrederikS2002/image_colorpalette" resolver = "2" [lib] name = "image_colorpalette" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.bytes] version = "1.2.1" [dependencies.image] version = "0.24.2" [dependencies.reqwest] version = "0.11.10"