image_colors 0.2.2

Get colors from an image. Optionally sort by most common.
Documentation
# 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]
name = "image_colors"
version = "0.2.2"
authors = ["Noah Rinehart <rinehart.noah@gmail.com>"]
description = "Get colors from an image. Optionally sort by most common."
homepage = "https://github.com/noahrinehart/image_colors"
readme = "README.md"
keywords = ["image", "colors", "pixels", "sorted"]
categories = ["multimedia", "command-line-utilities"]
license = "MIT"
repository = "https://github.com/noahrinehart/image_colors"

[lib]
name = "image_colors"
path = "src/lib.rs"

[[bin]]
name = "image_colors"
path = "src/main.rs"
[dependencies.serde_derive]
version = "1.0"

[dependencies.ansi_term]
version = "0.9.0"

[dependencies.log]
version = "0.3.8"

[dependencies.env_logger]
version = "0.4.3"

[dependencies.docopt]
version = "0.8"

[dependencies.image]
version = "0.15.0"

[dependencies.serde]
version = "1.0"