# 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 = "robohash" version = "0.2.3" authors = ["kyco"] include = [ "**/*.rs", "Cargo.toml", ] description = "RoboHash implementation" homepage = "https://github.com/kyco/robohash" readme = "README.md" keywords = [ "robo", "robohash", ] license-file = "LICENSE" repository = "https://github.com/kyco/robohash" [dependencies.anyhow] version = "1.0.66" [dependencies.base64] version = "0.13.1" [dependencies.byteorder] version = "1.4.3" [dependencies.data-encoding] version = "2.3.2" [dependencies.image] version = "0.24.5" [dependencies.imageproc] version = "0.23.0" [dependencies.ring] version = "0.17.0-alpha.11" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0.37" [dependencies.walkdir] version = "2.3.2"