# 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 = "image_compressor" version = "1.5.2" authors = ["Kim tae hyeon "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A image compressing module using mozjpeg, and image crates." readme = "README.md" license = "MIT" repository = "https://github.com/altair823/image_compressor" [lib] name = "image_compressor" path = "src/lib.rs" [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.image] version = "0.25.1" [dependencies.mozjpeg] version = "0.10.7" [dependencies.rand] version = "0.8.5" [dev-dependencies.colorgrad] version = "0.6.2" [dev-dependencies.fs_extra] version = "1.3.0"