# 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" rust-version = "1.75.0" name = "auto-palette-cli" version = "0.5.0" authors = ["Tatsuya Maki "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🎨 A CLI tool to extract prominent color palettes from images." homepage = "https://github.com/t28hub/auto-palette" readme = "README.md" keywords = [ "palette", "color", "image", "color-palette", "color-extraction", ] categories = [ "command-line-utilities", "graphics", "algorithms", "multimedia::images", ] license = "MIT" repository = "https://github.com/t28hub/auto-palette" [[bin]] name = "auto-palette-cli" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.auto-palette] version = "0.5.0" features = ["image"] default-features = false [dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", ] [dependencies.image] version = "0.25.1" [dependencies.serde_json] version = "1.0.117" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.rstest] version = "0.22.0"