# 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 = "blake3-proof-of-work" version = "0.2.1" description = "A basic proof of work scheme using the blake3 hash function" keywords = ["crypto", "proof-of-work", "cryptography"] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/samuelSchlesinger/proof-of-work" resolver = "2" [dependencies.blake3] version = "1.3.0" [dependencies.num_cpus] version = "1.13.1" [dependencies.rand] version = "0.8.4"