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
|
Source: rust-crypto-common
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-generic-array-0.14+default-dev (>= 0.14.4-~~) <!nocheck>,
librust-generic-array-0.14+more-lengths-dev (>= 0.14.4-~~) <!nocheck>,
librust-typenum-1+default-dev (>= 1.14-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Sylvestre Ledru <sylvestre@debian.org>,
Alexander Kjäll <alexander.kjall@gmail.com>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/crypto-common]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/crypto-common
X-Cargo-Crate: crypto-common
Rules-Requires-Root: no
Package: librust-crypto-common-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-generic-array-0.14+default-dev (>= 0.14.4-~~),
librust-generic-array-0.14+more-lengths-dev (>= 0.14.4-~~),
librust-rand-core-0.6+default-dev,
librust-rand-core-0.6+getrandom-dev,
librust-typenum-1+default-dev (>= 1.14-~~)
Provides:
librust-crypto-common+default-dev (= ${binary:Version}),
librust-crypto-common+getrandom-dev (= ${binary:Version}),
librust-crypto-common+rand-core-dev (= ${binary:Version}),
librust-crypto-common+std-dev (= ${binary:Version}),
librust-crypto-common-0-dev (= ${binary:Version}),
librust-crypto-common-0+default-dev (= ${binary:Version}),
librust-crypto-common-0+getrandom-dev (= ${binary:Version}),
librust-crypto-common-0+rand-core-dev (= ${binary:Version}),
librust-crypto-common-0+std-dev (= ${binary:Version}),
librust-crypto-common-0.1-dev (= ${binary:Version}),
librust-crypto-common-0.1+default-dev (= ${binary:Version}),
librust-crypto-common-0.1+getrandom-dev (= ${binary:Version}),
librust-crypto-common-0.1+rand-core-dev (= ${binary:Version}),
librust-crypto-common-0.1+std-dev (= ${binary:Version}),
librust-crypto-common-0.1.6-dev (= ${binary:Version}),
librust-crypto-common-0.1.6+default-dev (= ${binary:Version}),
librust-crypto-common-0.1.6+getrandom-dev (= ${binary:Version}),
librust-crypto-common-0.1.6+rand-core-dev (= ${binary:Version}),
librust-crypto-common-0.1.6+std-dev (= ${binary:Version})
Description: Common cryptographic traits - Rust source code
This package contains the source for the Rust crypto-common crate, packaged by
debcargo for use with cargo and dh-cargo.
|