# 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.5.1" authors = ["Noah Rinehart "] 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" doc = false [dependencies.ansi_term] version = "0.9.0" [dependencies.clap] version = "2.26.0" features = ["yaml"] [dependencies.env_logger] version = "0.4.3" [dependencies.image] version = "0.15.0" [dependencies.log] version = "0.3.8"