[package] name = "image_compression" version = "0.1.1" edition = "2018" author = ["yunkuangao "] license = "MIT OR Apache-2.0" description = "this is the image compression tool" homepage = "https://github.com/yunkuangao/image_compression" readme = "README.md" categories = ["multimedia::images", "multimedia::compression"] repository = "https://github.com/yunkuangao/image_compression" keywords = ["cli", "image", "compression"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "ic" path = "src/main.rs" bench = false [dependencies] image = "0.23.14" structopt = { version = "0.3", default-features = false }