# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "dify" version = "0.7.4" authors = ["Jihchi Lee "] build = false include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A fast pixel-by-pixel image comparison tool in Rust" homepage = "https://github.com/jihchi/dify" documentation = "https://docs.rs/dify" readme = "README.md" keywords = [ "image", "diff", "compare", "changes", "assert", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT" repository = "https://github.com/jihchi/dify.git" [package.metadata.release] pre-release-commit-message = "Bump version to {{version}}" [lib] name = "dify" path = "src/lib.rs" bench = false [[bin]] name = "dify" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0.40" [dependencies.colored] version = "2.0.0" [dependencies.getopts] version = "0.2.21" [dependencies.image] version = "0.25.2" default-features = false [dependencies.rayon] version = "1.5.0" [dev-dependencies.assert_cmd] version = "2.0.0" [dev-dependencies.assert_fs] version = "1.0.1" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.image] version = "0.25.2" default-features = true [dev-dependencies.predicates] version = "2.0.1" [features] default = ["image/default"]