# 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.74" name = "imgutils" version = "0.1.3" authors = ["Blooym"] description = "Cross-platform CLI for quickly parsing & manipulating images." readme = "README.md" keywords = [ "image", "cli", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Blooym/imgutils" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = true codegen-units = 1 [[bin]] name = "imgutils" [dependencies.anyhow] version = "1.0.82" features = ["backtrace"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.image] version = "0.25.1" [dependencies.indicatif] version = "0.17.8" [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"]