# 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-tool" version = "0.1.0" authors = ["Isaac-the-Man "] 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" keywords = ["image", "conversion", "resize", "jpeg", "png"] categories = ["command-line-utilities", "filesystem", "multimedia::images"] license = "MIT" repository = "https://github.com/Isaac-the-Man/image-tool" resolver = "2" [dependencies.clap] version = "2.34" features = ["yaml"] [dependencies.image] version = "0.23.14" [dependencies.text_io] version = "0.1.9"