# 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 = "zipimgzip" version = "0.4.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Resize and ZipArchive the images in the Zip." readme = "README.md" keywords = [ "zip", "resize", "image", "jpg", "png", ] categories = [ "multimedia", "multimedia::images", ] license = "MIT/Apache-2.0" repository = "https://github.com/orenodinner/zipimgzip/" [lib] name = "zipimgzip" path = "src/lib.rs" [[bin]] name = "zipimgzip" path = "src/main.rs" [dependencies.encoding_rs] version = "0.8.31" [dependencies.image] version = "0.25.2" features = [ "jpeg", "png", "webp", "avif", "tiff", ] [dependencies.tempfile] version = "3.3.0" [dependencies.walkdir] version = "2.3.2" [dependencies.zip] version = "2.2.0"