# 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 = "get-hash" version = "1.1.9" authors = ["Volodymyr Sichka "] description = "Get hash of a string" homepage = "https://github.com/vybgss/get-hash" readme = "README.md" keywords = [ "hash", "md5", "sha1", "sha256", "sha512", ] categories = [ "command-line-utilities", "cryptography", "mathematics", ] license = "MIT" repository = "https://github.com/vybgss/get-hash" [dependencies.hex] version = "0.4.3" [dependencies.md5] version = "0.7.0" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8"