rust-ahash 0.7.6-4 source package in Ubuntu

Changelog

rust-ahash (0.7.6-4) unstable; urgency=medium

  * fix package dependencies:
    + add patch 2001 to relax dependency on crate const-random;
      relax build-dependency on librust-const-random-dev;
      thanks to Peter Green (see bug#987324):
    + add patch 2002 to relax dependency on crate rand;
      have autopkgtests depend on librust-rand-0.8+default-dev
      (not librust-rand-0.7+default-dev)
  * declare compliance with Debian Policy 4.6.1

 -- Jonas Smedegaard <email address hidden>  Sat, 28 May 2022 19:32:32 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rust-ahash_0.7.6-4.dsc 2.5 KiB 3c10f3f8682aae0d7a8156469a1962a67f2108103259c92a0fae9fe34bd9702c
rust-ahash_0.7.6.orig.tar.gz 533.4 KiB 58adaa33d68204d7241bf24b2e6333ddc544994d17cc6a9ecea3babab7f86c47
rust-ahash_0.7.6-4.debian.tar.xz 4.9 KiB 687fed3dcd165d0093a05f596418ae9ddc22130b360b1cb6c1961f8829cae554

Available diffs

No changes file available.

Binary packages built by this source

librust-ahash+compile-time-rng-dev: non-cryptographic hash function - feature compile-time-rng

 AHash is the fastest, DOS resistant hash currently available in Rust.
 AHash is intended *exclusively* for use in in-memory hashmaps.
 .
 AHash's output is of high quality
 but aHash is **not** a cryptographically secure hash.
 .
 This metapackage enables feature "compile-time-rng"
 for the Rust ahash crate,
 by pulling in any additional dependencies needed by that feature.

librust-ahash-dev: non-cryptographic hash function - Rust source code

 AHash is the fastest, DOS resistant hash currently available in Rust.
 AHash is intended *exclusively* for use in in-memory hashmaps.
 .
 AHash's output is of high quality
 but aHash is **not** a cryptographically secure hash.
 .
 This package contains the source for the Rust ahash crate,
 packaged for use with cargo and dh-cargo.