# 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 = "pow_account" version = "0.2.1" authors = ["Amir Boziev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This library generates cryptographic hashes with a second round of hashing to produce configurable leading zeros for proof-of-work or validation" readme = "README.md" keywords = [ "authentication", "hash", "leading-zeros", "proof-of-work", ] categories = [ "authentication", "command-line-utilities", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/1prefix/pow-account" [lib] name = "pow_account" path = "src/lib.rs" [dependencies.blake2] version = "0.10.6" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4"