# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "img_diff" version = "5.0.0" authors = ["Miguel Mendes "] exclude = ["tests/*"] description = "Command line tool to diff images in 2 structurally similar folders and output diff images." readme = "README.md" keywords = ["image", "comparison"] categories = ["multimedia::images", "command-line-utilities"] license = "MIT" repository = "https://github.com/Mike-Neto/img_diff" [[bench]] name = "bench" harness = false [dependencies.human-panic] version = "1.0.1" [dependencies.image] version = "0.22.3" [dependencies.structopt] version = "0.3.6" [dev-dependencies.assert_cmd] version = "0.12.0" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.predicates] version = "1.0.2" [dev-dependencies.tempfile] version = "3.1.0"