dify 0.3.6-alpha.0

A fast pixel-by-pixel image comparison tool in Rust
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "./benches/benchmark.rs"

[[bin]]
bench = false
name = "dify"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"

[dependencies.colored]
version = "2.0.0"

[dependencies.getopts]
version = "0.2"

[dependencies.image]
version = "0.23.12"

[dependencies.rayon]
version = "1.5.0"
[dev-dependencies.assert_cmd]
version = "1.0.2"

[dev-dependencies.assert_fs]
version = "1.0.0"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.predicates]
version = "1.0.6"

[lib]
bench = false

[package]
authors = ["Jihchi Lee <achi@987.tw>"]
description = "A fast pixel-by-pixel image comparison tool in Rust"
documentation = "https://docs.rs/dify"
edition = "2018"
homepage = "https://github.com/jihchi/dify"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE.md"]
license-file = "LICENSE.md"
name = "dify"
readme = "README.md"
repository = "https://github.com/jihchi/dify.git"
version = "0.3.6-alpha.0"
[package.metadata.release]
pre-release-commit-message = "Bump version to {{version}}"