# 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 = "2021" name = "imeq" version = "0.1.0" authors = ["Michael Rook"] exclude = ["images/*"] description = "imeq aims to quickly compare two images to see if they are the same image" readme = "README.md" categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/michaelr0/imeq-rs" resolver = "2" [dependencies.clap] version = "2.34.0" features = ["yaml"] [dependencies.image] version = "0.23.14" [dependencies.rayon] version = "1.5.1" [dependencies.ring] version = "0.16.20"