image-diff 0.1.13

An image diff library written in rust
Documentation
[package]
name = "image-diff"
version = "0.1.13"
authors = ["zeroclock <zeroclock@icloud.com>"]
repository = "https://github.com/zeroclock/image-diff"
readme = "README.md"
edition = "2018"
description = "An image diff library written in rust"
documentation = "https://docs.rs/image-diff"
license = "MIT OR Apache-2.0"
keywords = [
    "diff",
    "image",
]

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
image = "0.23.4"
anyhow = "1.0.31"