# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "p0w" version = "0.2.2" authors = ["Matthieu Le brazidec (r3v2d0g) "] description = "Merkle tree Proof-of-Work (PoW)" homepage = "https://github.com/r3v2d0g/p0w" documentation = "https://docs.rs/p0w" readme = "README.md" keywords = [] categories = [] license = "MPL-2.0" repository = "https://github.com/r3v2d0g/p0w.git" [dependencies.blake3] version = "0.3" [dependencies.rand] version = "0.7" [dependencies.rand_chacha] version = "0.2" [dependencies.rayon] version = "1.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" optional = true [dev-dependencies.proptest] version = "0.10" [features] default = ["parallel", "thiserror"] parallel = ["rayon"]