# 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 = "jippigy" version = "1.0.1" exclude = [ "src/main.rs", "tests/", ] description = "Compress JPEG while preserving exif data. Provides multi-threaded method for compressing in bulk." readme = "README.md" keywords = [ "turbojpeg", "jpeg", "compress", "image", "exif", ] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/rfdzan/jippigy" [dependencies.crossbeam] version = "0.8.4" [dependencies.image] version = "0.24.9" [dependencies.img-parts] version = "0.3.0" [dependencies.thiserror] version = "1.0.58" [dependencies.turbojpeg] version = "1.0" features = ["image"] [dev-dependencies.image-compare] version = "0.3.1" [dev-dependencies.tempdir] version = "0.3.7"