[package] name = "palette-arcade" version = "1.4.5" #:version authors = [ "Nathaniel Ledford " ] description = "Generates a SHA3-512 hash and color palette for images" documentation = "https://docs.rs/palette-arcade" repository = "https://github.com/nledford/palette-arcade" keywords = [ "color", "palette", "img-hash", "SHA3" ] license = "Unlicense/MIT" edition = "2018" [dependencies] anyhow = "1.0.38" clap = "3.0.0-beta.2" color-thief = "0.2.1" colored = "2.0.0" colorsys = "0.6.3" image = "0.23.13" image-convert = "0.10.2" img_hash = "3.1.0" num = "0.3.1" sha3 = "0.9.1"