Source: rust-chacha20
Section: rust
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
 rustc:native (>= 1.85) <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-cfg-if-1+default-dev <!nocheck>,
 librust-cipher-0.5+default-dev <!nocheck>,
 librust-cipher-0.5+stream-wrapper-dev <!nocheck>,
 librust-cpufeatures-0.3+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Arnaud Ferraris <aferraris@debian.org>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/chacha20]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/chacha20
Homepage: https://github.com/RustCrypto/stream-ciphers
X-Cargo-Crate: chacha20
X-Cargo-Crate-Version: 0.10.1

Package: librust-chacha20-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-cfg-if-1+default-dev,
 librust-cipher-0.5+default-dev,
 librust-cipher-0.5+stream-wrapper-dev,
 librust-cpufeatures-0.3+default-dev,
 librust-rand-core-0.10-dev,
 librust-zeroize-1-dev (>= 1.8.1)
Provides:
 librust-chacha20+cipher-dev (= ${binary:Version}),
 librust-chacha20+default-dev (= ${binary:Version}),
 librust-chacha20+legacy-dev (= ${binary:Version}),
 librust-chacha20+rng-dev (= ${binary:Version}),
 librust-chacha20+xchacha-dev (= ${binary:Version}),
 librust-chacha20+zeroize-dev (= ${binary:Version}),
 librust-chacha20-0-dev (= ${binary:Version}),
 librust-chacha20-0+cipher-dev (= ${binary:Version}),
 librust-chacha20-0+default-dev (= ${binary:Version}),
 librust-chacha20-0+legacy-dev (= ${binary:Version}),
 librust-chacha20-0+rng-dev (= ${binary:Version}),
 librust-chacha20-0+xchacha-dev (= ${binary:Version}),
 librust-chacha20-0+zeroize-dev (= ${binary:Version}),
 librust-chacha20-0.10-dev (= ${binary:Version}),
 librust-chacha20-0.10+cipher-dev (= ${binary:Version}),
 librust-chacha20-0.10+default-dev (= ${binary:Version}),
 librust-chacha20-0.10+legacy-dev (= ${binary:Version}),
 librust-chacha20-0.10+rng-dev (= ${binary:Version}),
 librust-chacha20-0.10+xchacha-dev (= ${binary:Version}),
 librust-chacha20-0.10+zeroize-dev (= ${binary:Version}),
 librust-chacha20-0.10.1-dev (= ${binary:Version}),
 librust-chacha20-0.10.1+cipher-dev (= ${binary:Version}),
 librust-chacha20-0.10.1+default-dev (= ${binary:Version}),
 librust-chacha20-0.10.1+legacy-dev (= ${binary:Version}),
 librust-chacha20-0.10.1+rng-dev (= ${binary:Version}),
 librust-chacha20-0.10.1+xchacha-dev (= ${binary:Version}),
 librust-chacha20-0.10.1+zeroize-dev (= ${binary:Version})
Breaks:
 rustc (<< 1.85~)
Description: ChaCha20 stream cipher (RFC 8439) in pure Rust - Rust source code
 Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8
 stream ciphers, and also optional rand_core-compatible RNGs based on those
 ciphers.
 .
 Source code for Debianized Rust crate "chacha20"
