# 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" rust-version = "1.70.0" name = "blockhash" version = "1.0.0" authors = ["James Mills "] description = "A perceptual hashing algorithm for detecting similar images." homepage = "https://github.com/jaehl/blockhash" documentation = "https://docs.rs/blockhash" readme = "README.md" keywords = [ "blockhash", "fingerprint", "hash", "perceptual", ] categories = [ "multimedia::images", "no-std", ] license = "MIT" repository = "https://github.com/jaehl/blockhash" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.image] version = "0.25" optional = true [features] default = [ "std", "image", ] std = []