imagecropper 0.2.0

Batch interactive image cropper with multicrop support
Documentation
[[bin]]
name = "imagecropper"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.eframe]
default-features = false
features = ["wgpu", "default_fonts", "wayland", "x11"]
version = "0.33"

[dependencies.image]
default-features = false
features = ["jpeg", "png", "bmp", "gif", "ico", "tiff", "webp", "avif", "avif-native"]
version = "0.25"

[dependencies.rand]
version = "0.8"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.once_cell]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[lib]
name = "imagecropper"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Batch interactive image cropper with multicrop support"
edition = "2021"
homepage = "https://github.com/ulikoehler/ImageCropper"
license = "Apache-2.0"
name = "imagecropper"
readme = "README.md"
repository = "https://github.com/ulikoehler/ImageCropper"
version = "0.2.0"

[[test]]
name = "canvas"
path = "tests/canvas.rs"

[[test]]
name = "fs_utils"
path = "tests/fs_utils.rs"

[[test]]
name = "image_utils"
path = "tests/image_utils.rs"

[[test]]
name = "loader"
path = "tests/loader.rs"

[[test]]
name = "saver"
path = "tests/saver.rs"

[[test]]
name = "selection"
path = "tests/selection.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"