Source: rust-xleak
Section: utils
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native,
 rustc:native,
 libstd-rust-dev,
 librust-anyhow-1+default-dev,
 librust-arboard-3+default-dev (>= 3.4),
 librust-calamine-0.34+default-dev,
 librust-chrono-0.4+default-dev,
 librust-clap-4+default-dev (>= 4.5),
 librust-clap-4+derive-dev (>= 4.5),
 librust-crossterm-0.28+default-dev,
 librust-dirs-6+default-dev,
 librust-prettytable-rs-0.10+default-dev,
 librust-ratatui-0.29+default-dev,
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-json-1+default-dev,
 librust-toml-0.8+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Nadzeya Hutsko <nadzya.info@gmail.com>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/xleak]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/xleak
Homepage: https://github.com/bgreenwell/xleak
X-Cargo-Crate: xleak
X-Cargo-Crate-Version: 0.2.5

Package: xleak
Architecture: any
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: Terminal Excel viewer with interactive TUI
 xleak is a command-line tool for viewing Excel spreadsheets
 (.xlsx, .xls, .xlsm, .xlsb, .ods) directly in the terminal without
 requiring Microsoft Excel. It provides a formatted table view, an
 interactive TUI with keyboard navigation and search, multi-sheet
 support, formula display, and export to CSV, JSON, and plain text
 formats
