# 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" rust-version = "1.61.0" name = "imagehash" version = "0.3.0" authors = ["Shun Takebayashi"] description = "image hashing library" readme = "README.md" keywords = [ "image", "hash", ] categories = [ "multimedia::images", "algorithms", ] license = "Apache-2.0" repository = "https://github.com/takebayashi/imagehash-rs" [dependencies.image] version = "0.24.7" default-features = false [dev-dependencies.image] version = "0.24.7" features = ["jpeg"] default-features = false