[package]
authors = ["David Irvine <david.irvine@maidsafe.net>"]
description = "A 'proof' of bandwidth, cpu and storage for nodes in a decentralised network"
license = "GPL-3.0"
name = "resource_proof"
readme = "README.md"
repository = "https://github.com/dirvine/resource_proof"
version = "0.3.1"
[dependencies]
clap = "~2.14.0"
rand = "0.3.14"
tiny-keccak = "~1.2.0"
[dependencies.clippy]
optional = true
version = "~0.0.86"
[target]
[target."cfg(unix)"]
[target."cfg(unix)".dependencies]
termion = "~1.1.1"