# 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 = "resource_proof" version = "1.0.39" authors = ["MaidSafe Developers "] 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 = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/resource_proof" resolver = "2" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [target."cfg(unix)".dependencies.termion] version = "~1.5.1"