Source: shadow-rs
Section: admin
Priority: required
Maintainer: shadow-rs contributors <shadow-rs@example.com>
Build-Depends: debhelper-compat (= 13), cargo, rustc (>= 1.94), libpam0g-dev, libselinux1-dev, libcrypt-dev, pkg-config
Standards-Version: 4.6.2

Package: shadow-rs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: passwd, login
Provides: passwd, login
Description: Memory-safe reimplementation of shadow-utils in Rust
 shadow-rs is a complete Rust reimplementation of the Linux shadow-utils
 suite (passwd, useradd, userdel, usermod, groupadd, groupdel, groupmod,
 pwck, grpck, chage, chpasswd, chfn, chsh, newgrp).
 .
 All 14 tools are provided as a single multicall binary with symlinks.
 4x faster than GNU shadow-utils, with 20+ security hardening layers.
