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
|
Source: rust-ahash-0.7
Section: rust
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-cargo,
librust-atomic-polyfill-1+default-dev <!nocheck>,
librust-criterion-0.5+default-dev <!nocheck>,
librust-fnv-1+default-dev <!nocheck>,
librust-fxhash-0.2+default-dev <!nocheck>,
librust-getrandom-0.2+default-dev (>= 0.2.3) <!nocheck>,
librust-hex-0.4+default-dev (>= 0.4.2) <!nocheck>,
librust-no-panic-0.1+default-dev <!nocheck>,
librust-once-cell-1+alloc-dev <!nocheck>,
librust-once-cell-1+atomic-polyfill-dev <!nocheck>,
librust-rand-0.8+default-dev <!nocheck>,
librust-seahash-4+default-dev <!nocheck>,
librust-serde-json-1+default-dev (>= 1.0.59) <!nocheck>,
librust-version-check-0.9+default-dev <!nocheck>,
libstring-shellquote-perl,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-ahash.git
Vcs-Browser: https://salsa.debian.org/debian/rust-ahash
Homepage: https://github.com/tkaitchuck/ahash
Rules-Requires-Root: no
Package: librust-ahash-0.7-dev
Architecture: all
Multi-Arch: foreign
Depends:
librust-atomic-polyfill-1+default-dev,
librust-const-random-0.1+default-dev (>= 0.1.8),
librust-getrandom-0.2+default-dev (>= 0.2.3),
librust-once-cell-1+alloc-dev,
librust-once-cell-1+atomic-polyfill-dev,
librust-version-check-0.9+default-dev,
${misc:Depends},
Provides:
librust-ahash-0.7+atomic-polyfill-dev (= ${binary:Version}),
librust-ahash-0.7+compile-time-rng-dev (= ${binary:Version}),
librust-ahash-0.7+default-dev (= ${binary:Version}),
librust-ahash-0.7+serde-dev (= ${binary:Version}),
librust-ahash-0.7+std-dev (= ${binary:Version}),
librust-ahash-0.7.8-dev (= ${binary:Version}),
Breaks:
librust-ahash-dev (<< 0.8),
Replaces:
librust-ahash-dev (<< 0.8),
Description: 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.
|