# 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 = "2015" name = "img_hash" version = "3.2.0" authors = ["Austin Bonander "] description = "A simple library that provides perceptual hashing and difference calculation for images." documentation = "http://docs.rs/img_hash" readme = "README.md" keywords = ["image", "hash", "perceptual", "difference"] license = "MIT OR Apache-2.0" repository = "http://github.com/abonander/img_hash" [[bin]] name = "hash_image" [[bench]] name = "byte_to_float" harness = false [dependencies.base64] version = ">=0.10,<0.14" [dependencies.image] version = ">=0.21,<0.24" default-features = false [dependencies.rustdct] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.transpose] version = "0.2" [dev-dependencies.criterion] version = "0.3" [features] nightly = []