image_diff_review 0.2.0

Reporting tool of image differences for snaphost testing
Documentation
[package]
name = "image_diff_review"
version = "0.2.0"
edition = "2021"

license = "MIT"
description = "Reporting tool of image differences for snaphost testing"
repository = "https://github.com/spirali/image_diff_review"
readme = "README.md"
keywords = ["image", "report", "diff"]

[dependencies]
base64 = "0.22"
chrono = "0.4"
image = "0.25"
maud = "0.26"
thiserror = "2"
clap = { version = "4.5", features = ["derive"], optional = true }

[features]
cli = ["clap"]

[[bin]]
name = "image_diff_review"
required-features = ["cli"]