resource_proof 1.0.39

A 'proof' of bandwidth, cpu and storage for nodes in a decentralised network.
Documentation
[package]
authors = [ "MaidSafe Developers <dev@maidsafe.net>" ]
description = "A 'proof' of bandwidth, cpu and storage for nodes in a decentralised network."
documentation = "https://docs.rs/resource_proof"
homepage = "https://maidsafe.net"
license = "MIT OR BSD-3-Clause"
name = "resource_proof"
readme = "README.md"
repository = "https://github.com/maidsafe/resource_proof"
version = "1.0.39"
edition = "2021"

[dependencies.clap]
version = "3.0"
features = [ "derive" ]

[dependencies.tiny-keccak]
version = "2.0.2"
features = [ "sha3" ]

[target."cfg(unix)".dependencies]
termion = "~1.5.1"