Source: rust-rbase64
Section: rust
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cargo,
 cargo:native,
 librust-clap-dev,
 librust-mimalloc-dev,
 librust-rayon-dev,
 libstd-rust-dev,
 openstack-pkg-tools,
 rustc:native,
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/openstack-team/rabbitmq/rust-rbase64.git
Vcs-Browser: https://salsa.debian.org/openstack-team/rabbitmq/rust-rbase64
Homepage: https://github.com/uhmarcel/rbase64
X-Cargo-Crate: rbase64
Rules-Requires-Root: no

Package: librust-rbase64-dev
Architecture: all
Depends:
 librust-clap-dev,
 librust-mimalloc-dev,
 ${misc:Depends},
Provides:
 librust-rbase64+clap-dev (= ${binary:Version}),
 librust-rbase64+cli-dev (= ${binary:Version}),
 librust-rbase64+parallel-dev (= ${binary:Version}),
 librust-rbase64+rayon-dev (= ${binary:Version}),
 librust-rbase64-2+clap-dev (= ${binary:Version}),
 librust-rbase64-2+cli-dev (= ${binary:Version}),
 librust-rbase64-2+parallel-dev (= ${binary:Version}),
 librust-rbase64-2+rayon-dev (= ${binary:Version}),
Description: fast multi-threaded base64 encoding library and CLI tool - Rust source code
 This package provides a high-performance implementation of Base64 encoding
 and decoding optimized for high throughput workloads. It supports both
 library usage in Rust applications and a standalone CLI utility compatible
 with common Base64 command-line workflows.
 .
 This package contains the Rust source code for the rbase64 crate.

Package: rbase64
Architecture: any
Depends:
 ${cargo:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${cargo:Recommends},
Suggests:
 ${cargo:Suggests},
Provides:
 ${cargo:Provides},
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using: ${cargo:Static-Built-Using}
Description: fast multi-threaded base64 encoding library and CLI tool
 This package provides a high-performance implementation of Base64 encoding
 and decoding optimized for high throughput workloads. It supports both
 library usage in Rust applications and a standalone CLI utility compatible
 with common Base64 command-line workflows.
 .
 This package contains the rbase64 binary.
