image_compressor 1.2.3

A image compressing module using mozjpeg, and image crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "image_compressor"

authors = ["Kim tae hyeon <kimth0734@gmail.com>"]

description = "A image compressing module using mozjpeg, and image crates."

version = "1.2.3"

edition = "2021"

license = "MIT"

repository = "https://github.com/altair823/image_compressor"



[dependencies]

image = "0.24.1"

mozjpeg = "0.9.2"

crossbeam-queue = "0.3.5"



[dev-dependencies]

fs_extra = "1.2.0"