Source: rust-bmap-rs Section: utils Build-Depends: debhelper-compat (= 13), dh-sequence-cargo, help2man Build-Depends-Arch: cargo:native, rustc:native (>= 1.85), libstd-rust-dev, librust-anyhow-1+default-dev (>= 1.0.66), librust-async-compression-0.4+default-dev (>= 0.4.5), librust-async-compression-0.4+futures-io-dev (>= 0.4.5), librust-async-compression-0.4+gzip-dev (>= 0.4.5), librust-bmap-parser-0.2+default-dev, librust-clap-4+cargo-dev (>= 4.5.0), librust-clap-4+default-dev (>= 4.5.0), librust-flate2-1+default-dev (>= 1.0.24), librust-futures-0.3+default-dev (>= 0.3.25), librust-indicatif-0.17+default-dev, librust-indicatif-0.17+tokio-dev, librust-nix-0.30+default-dev (>= 0.30.1), librust-nix-0.30+fs-dev (>= 0.30.1), librust-reqwest-0.12+default-dev (>= 0.12.4), librust-reqwest-0.12+stream-dev (>= 0.12.4), librust-tokio-1+default-dev (>= 1.21.2), librust-tokio-1+fs-dev (>= 1.21.2), librust-tokio-1+macros-dev (>= 1.21.2), librust-tokio-1+rt-dev (>= 1.21.2), librust-tokio-1+rt-multi-thread-dev (>= 1.21.2), librust-tokio-util-0.7+compat-dev (>= 0.7.4), librust-tokio-util-0.7+default-dev (>= 0.7.4) Maintainer: Debian Rust Maintainers Uploaders: Christopher Obbard Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/bmap-rs] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/bmap-rs Homepage: https://github.com/collabora/bmap-rs X-Cargo-Crate: bmap-rs X-Cargo-Crate-Version: 0.2.1 Package: bmap-rs Architecture: any Section: utils Depends: ${misc:Depends}, ${shlibs:Depends}, ${cargo:Depends} Recommends: ${cargo:Recommends} Suggests: ${cargo:Suggests} Provides: ${cargo:Provides} Built-Using: ${cargo:Built-Using} Static-Built-Using: ${cargo:Static-Built-Using} Description: rust implementation of bmap image copying tool bmap-rs is a Rust implementation of tools for working with bmap (block map) files, inspired by the bmap-tools project. . It provides a command-line utility to efficiently copy disk images to files or block devices using bmap metadata. By leveraging the bmap format, only the mapped (used) portions of an image is written, resulting in faster and safer image flashing compared to traditional tools such as dd or cp. . The tool is particularly useful for flashing large system images to storage devices such as SD cards or USB drives, while also verifying data integrity during the copy process. . Currently, bmap-rs implements the "copy" functionality, supporting local image files and associated .bmap metadata. The project aims to provide a lightweight, dependency-free alternative to the original Python implementation, with benefits such as improved performance and memory safety. This package contains the following binaries built from the Rust crate "bmap-rs": - bmap-rs