# 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-prep" version = "0.1.0" include = [ "**/*.rs", "README.md", "LICENSE", "Cargo.toml", "Makefile.toml", ] description = "Batch image resizer and EXIF extractor." homepage = "https://gitlab.com/LordGaav/image-prep" readme = "README.md" keywords = [ "hugo", "image", "jpeg", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://gitlab.com/LordGaav/image-prep" [profile.release] opt-level = 2 lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.3.22" features = [ "derive", "env", ] [dependencies.exitcode] version = "1.1.2" [dependencies.image] version = "0.24.7" features = ["jpeg"] default-features = false [dependencies.kamadak-exif] version = "0.5.5" [dependencies.log] version = "0.4.20" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] default-features = false [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.105"