# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "palette-arcade" version = "1.4.5" authors = ["Nathaniel Ledford "] description = "Generates a SHA3-512 hash and color palette for images" documentation = "https://docs.rs/palette-arcade" keywords = ["color", "palette", "img-hash", "SHA3"] license = "Unlicense/MIT" repository = "https://github.com/nledford/palette-arcade" [dependencies.anyhow] version = "1.0.38" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.color-thief] version = "0.2.1" [dependencies.colored] version = "2.0.0" [dependencies.colorsys] version = "0.6.3" [dependencies.image] version = "0.23.13" [dependencies.image-convert] version = "0.10.2" [dependencies.img_hash] version = "3.1.0" [dependencies.num] version = "0.3.1" [dependencies.sha3] version = "0.9.1"