# 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" name = "dipc" version = "1.0.0" description = "Convert your favorite images and wallpapers with your favorite color palettes/themes" homepage = "https://github.com/doprz/dipc" readme = "README.md" keywords = [ "cli", "graphics", "utility", "image", "tool", ] categories = [ "command-line-interface", "command-line-utilities", "graphics", "multimedia::images", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/doprz/dipc" [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.deltae] version = "0.3" [dependencies.image] version = "0.24" features = [ "libwebp", "rgb", ] [dependencies.indicatif] version = "0.17.3" features = ["rayon"] [dependencies.lab] version = "0.11" [dependencies.owo-colors] version = "3.5" features = ["supports-colors"] [dependencies.rayon] version = "1.7" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.supports-color] version = "2.0"