# 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" name = "paranoid-hash" version = "0.5.0" authors = ["AtropineTears"] description = "A Hashing Library For Those Paranoid With Their Security" keywords = ["b2sum", "hashing", "blake2b", "file-hashing", "checksum"] categories = ["asynchronous", "cryptography", "filesystem", "parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/AtropineTears/Paranoid-Hash" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.crypto-hash] version = "0.3.4" [dependencies.filebuffer] version = "0.4.0" [dependencies.hex] version = "0.4.2"