# 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" rust-version = "1.74" name = "image-resizer" version = "0.2.18" authors = ["Magic Len "] build = false include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Resize or just shrink images and sharpen them appropriately." homepage = "https://magiclen.org/image-resizer" readme = "README.md" keywords = [ "image", "resize", "shrink", "sharpen", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/magiclen/image-resizer" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "image_resizer" path = "src/lib.rs" [[bin]] name = "image-resizer" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.concat-with] version = "0.2" [dependencies.image-convert] version = "0.17" [dependencies.num_cpus] version = "1" [dependencies.pathdiff] version = "0.2" [dependencies.scanner-rust] version = "2" [dependencies.str-utils] version = "0.1" [dependencies.terminal_size] version = "0.3" [dependencies.threadpool] version = "1" [dependencies.walkdir] version = "2"