# 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 = "reduce_image_size" version = "0.2.3" authors = ["Ivan Lazarević"] description = "Reduces size of images in a folder (and optionally sub-folders, recursively)." readme = "README.md" keywords = [ "image", "images", "photo", "jpeg", "png", ] categories = [ "computer-vision", "multimedia", "multimedia::images", "command-line-utilities", ] license = "MIT" repository = "https://github.com/ivanbgd/reduce-image-size-rust" [profile.release] strip = "symbols" [lib] path = "src/lib.rs" [[bin]] name = "reduce_image_size" path = "src/main.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.fast_image_resize] version = "4.0.0" [dependencies.image] version = "0.24.9" [dependencies.oxipng] version = "9.1.1" features = ["parallel"] default-features = false [dependencies.pathdiff] version = "0.2.1" [dependencies.turbojpeg] version = "1.1.0" features = ["image"] [dependencies.walkdir] version = "2.5.0"