[package] name = "image-tool" version = "0.1.0" authors = ["Isaac-the-Man "] edition = "2021" description = "A simple mass image manipulation commandline tool for resizing and converting format. This tool is specifically designed to for performing conversion on large amount of images with different formats efficienctly." readme = "README.md" repository = "https://github.com/Isaac-the-Man/image-tool" license = "MIT" keywords = ["image", "conversion", "resize", "jpeg", "png"] categories = ["command-line-utilities", "filesystem", "multimedia::images"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image = "0.23.14" clap = {version = "2.34", features = ["yaml"]} text_io = "0.1.9"