Source: rust-password-hash Section: rust Priority: optional Build-Depends: debhelper (>= 12), dh-cargo (>= 25), cargo:native , rustc:native , libstd-rust-dev , librust-base64ct-1+default-dev , librust-rand-core-0.6-dev (>= 0.6.4-~~) , librust-subtle-2-dev Maintainer: Debian Rust Maintainers Uploaders: Blair Noctis Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/password-hash] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/password-hash X-Cargo-Crate: password-hash Rules-Requires-Root: no # FIXME (packages."(name)".section) debcargo auto-generated summary for librust-password-hash-dev is very long, consider overriding Package: librust-password-hash-dev Architecture: any Multi-Arch: same Depends: ${misc:Depends}, librust-base64ct-1+alloc-dev, librust-base64ct-1+default-dev, librust-base64ct-1+std-dev, librust-rand-core-0.6+getrandom-dev (>= 0.6.4-~~), librust-rand-core-0.6+std-dev (>= 0.6.4-~~), librust-rand-core-0.6-dev (>= 0.6.4-~~), librust-subtle-2-dev Provides: librust-password-hash+alloc-dev (= ${binary:Version}), librust-password-hash+default-dev (= ${binary:Version}), librust-password-hash+getrandom-dev (= ${binary:Version}), librust-password-hash+rand-core-dev (= ${binary:Version}), librust-password-hash+std-dev (= ${binary:Version}), librust-password-hash-0-dev (= ${binary:Version}), librust-password-hash-0+alloc-dev (= ${binary:Version}), librust-password-hash-0+default-dev (= ${binary:Version}), librust-password-hash-0+getrandom-dev (= ${binary:Version}), librust-password-hash-0+rand-core-dev (= ${binary:Version}), librust-password-hash-0+std-dev (= ${binary:Version}), librust-password-hash-0.5-dev (= ${binary:Version}), librust-password-hash-0.5+alloc-dev (= ${binary:Version}), librust-password-hash-0.5+default-dev (= ${binary:Version}), librust-password-hash-0.5+getrandom-dev (= ${binary:Version}), librust-password-hash-0.5+rand-core-dev (= ${binary:Version}), librust-password-hash-0.5+std-dev (= ${binary:Version}), librust-password-hash-0.5.0-dev (= ${binary:Version}), librust-password-hash-0.5.0+alloc-dev (= ${binary:Version}), librust-password-hash-0.5.0+default-dev (= ${binary:Version}), librust-password-hash-0.5.0+getrandom-dev (= ${binary:Version}), librust-password-hash-0.5.0+rand-core-dev (= ${binary:Version}), librust-password-hash-0.5.0+std-dev (= ${binary:Version}) Description: Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a - Rust source code MCF) . This package contains the source for the Rust password-hash crate, packaged by debcargo for use with cargo and dh-cargo.