# 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 = "huey" version = "0.2.1" authors = ["Rubén "] description = "CLI tool to colorize images with a specified palette." readme = "README.md" keywords = [ "cli", "color", "image", ] license = "Apache-2.0" repository = "https://github.com/rubenjr0/huey" [profile.release] opt-level = 3 lto = true codegen-units = 16 debug = 0 rpath = false strip = true [dependencies.clap] version = "4.3.2" features = ["derive"] [dependencies.eyre] version = "0.6.8" [dependencies.image] version = "0.24.6" [dependencies.itertools] version = "0.10.5" [dependencies.palette] version = "0.7.2" [dependencies.rayon] version = "1.7.0"