You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
540 B

  1. [package]
  2. name = "pihash"
  3. version = "0.1.1"
  4. authors = ["Drew Short <warrick@sothr.com>"]
  5. description = "A simple library for generating perceptual hashes for images and comparing images based on their perceptual hashes."
  6. repository = "https://github.com/warricksothr/Perceptual-Image-Hashing/"
  7. readme = "README.md"
  8. keywords = ["phash", "perceptual", "image", "comparison"]
  9. license = "MIT"
  10. license-file = "LICENSE"
  11. exclude = ["test_images/*"]
  12. [dependencies]
  13. docopt = "*"
  14. rustc-serialize = "*"
  15. image = "*"
  16. complex = "*"
  17. dft = "*"
  18. sha1 = "*"