# 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 = "images-compressor" version = "1.0.3" authors = ["poohlaha"] description = "compress pictures, such as `png`、`jpg`、`jpeg`、`git`." homepage = "https://github.com/poohlaha/rust-tools/tree/main/packages/images" readme = "README.md" keywords = [ "image", "compressor", "png", "jpg", "gif", ] license = "MIT/Apache-2.0" repository = "https://github.com/poohlaha/rust-tools/tree/main/packages/images" resolver = "1" [package.metadata.docs.rs] targets = ["src/lib.rs"] [dependencies.colored] version = "2.0" [dependencies.crossbeam-queue] version = "0.3" [dependencies.fs_extra] version = "1.3" [dependencies.gif] version = "0.12" [dependencies.image] version = "0.24" [dependencies.imagequant] version = "4.2" [dependencies.lodepng] version = "3.9" [dependencies.mozjpeg] version = "0.9.2"