resource_proof 0.5.0

A 'proof' of bandwidth, cpu and storage for nodes in a decentralised network.
Documentation
# 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]
name = "resource_proof"
version = "0.5.0"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "A 'proof' of bandwidth, cpu and storage for nodes in a decentralised network."
homepage = "https://maidsafe.net"
documentation = "https://docs.rs/resource_proof"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/maidsafe/resource_proof"
[dependencies.clap]
version = "~2.25.1"

[dependencies.rand]
version = "~0.3.15"

[dependencies.tiny-keccak]
version = "~1.3.0"
[target."cfg(unix)".dependencies.termion]
version = "~1.4.0"