[package] name = "image-diff" version = "0.1.13" authors = ["zeroclock "] 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"