Source: rust-cmov
Section: rust
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cargo,
Build-Depends-Arch:
 cargo:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 rustc:native (>= 1.85) <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/RustCrypto/utils
Vcs-Browser: https://forgejo.debian.net/rust/rust-cmov
Vcs-Git: https://forgejo.debian.net/rust/rust-cmov
X-Cargo-Crate: cmov
X-Cargo-Crate-Version: 0.5.3

Package: librust-cmov-dev
Section: rust
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
Provides:
 librust-cmov+default-dev (= ${binary:Version}),
 librust-cmov-0+default-dev (= ${binary:Version}),
 librust-cmov-0-dev (= ${binary:Version}),
 librust-cmov-0.5+default-dev (= ${binary:Version}),
 librust-cmov-0.5-dev (= ${binary:Version}),
 librust-cmov-0.5.3+default-dev (= ${binary:Version}),
 librust-cmov-0.5.3-dev (= ${binary:Version}),
Description: Conditional move CPU intrinsics which are guaranteed on major platforms (ARM32/ARM64, x86/x86_64, RISC-V) to execute in constant-time and not be rewritten as branches by the compiler - Rust source code
 Provides wrappers for the CMOV family of instructions on x86/x86_64 and CSEL on
 AArch64, along with a portable "best-effort" pure Rust fallback implementation.
 .
 Source code for Debianized Rust crate "cmov"
