1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: rust-resource-proof
Section: rust
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-rust,
librust-clap-3+default-dev,
librust-clap-3+derive-dev,
librust-termion-1+default-dev,
librust-tiny-keccak-2+default-dev,
librust-tiny-keccak-2+sha3-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-resource-proof.git
Vcs-Browser: https://salsa.debian.org/debian/rust-resource-proof
Homepage: https://github.com/maidsafe/resource_proof
Rules-Requires-Root: no
X-Cargo-Crate: resource_proof
Package: librust-resource-proof-dev
Architecture: all
Multi-Arch: foreign
Depends:
librust-clap-3+default-dev,
librust-clap-3+derive-dev,
librust-termion-1+default-dev,
librust-tiny-keccak-2+default-dev,
librust-tiny-keccak-2+sha3-dev,
${misc:Depends},
Provides:
librust-resource-proof-1+default-dev (= ${binary:Version}),
librust-resource-proof-1-dev (= ${binary:Version}),
librust-resource-proof-1.0-dev (= ${binary:Version}),
librust-resource-proof-1.0.39-dev (= ${binary:Version}),
Description: resource proof for decentralised network nodes - Rust source code
This crate handles "proof" of bandwidth, cpu and storage
for nodes in a decentralised network.
.
The hope is to combine mechanisms
that attempt to validate resources on remote machines.
This validation though, is a spot check and also best effort.
It is not guaranteed to be accurate over time
and this consideration must be clear to users of the crate.
.
The purpose is to provide **some** indication
that a machine has **some** capabilities.
.
This package contains the source for the Rust resource_proof crate,
for use with cargo.
Package: resource-proof
Architecture: any
Multi-Arch: allowed
Section: net
Depends:
${cargo:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${cargo:Recommends},
Suggests:
${cargo:Suggests},
Provides:
${cargo:Provides},
Built-Using:
${cargo:Built-Using},
Static-Built-Using:
${cargo:Static-Built-Using},
Description: resource proof for decentralised network nodes - CLI tool
This crate handles "proof" of bandwidth, cpu and storage
for nodes in a decentralised network.
.
The hope is to combine mechanisms
that attempt to validate resources on remote machines.
This validation though, is a spot check and also best effort.
It is not guaranteed to be accurate over time
and this consideration must be clear to users of the crate.
.
The purpose is to provide **some** indication
that a machine has **some** capabilities.
.
This package contains the binary resource_proof.
|