rust-resource-proof 1.0.39-9 source package in Ubuntu

Changelog

rust-resource-proof (1.0.39-9) unstable; urgency=medium

  * autopkgtest-depend on dh-rust (not dh-cargo)
  * trust upstream optimization level unless explicitly disabled
  * enable hardening and pedantic build options

 -- Jonas Smedegaard <email address hidden>  Wed, 31 Jul 2024 22:01:09 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
rust-resource-proof_1.0.39-9.dsc 2.3 KiB 7d50ff5d3b059520b316efac8ee923b8234c8c0226a50afaa908d89cc669bb37
rust-resource-proof_1.0.39.orig.tar.gz 11.2 KiB fd566a746cd2e4de1c5e812a44e77196d7784e667288aca1a5356c3c161dc366
rust-resource-proof_1.0.39-9.debian.tar.xz 5.0 KiB 05a4a91497e4ca5ff2ea1184478a23c5eb8c557528f2c9caf96943f8162a236e

Available diffs

No changes file available.

Binary packages built by this source

librust-resource-proof-dev: 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,
 packaged for use with cargo and dh-cargo.

resource-proof: 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.

resource-proof-dbgsym: debug symbols for resource-proof