Source: rust-procs
Section: utils
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo,
 asciidoctor,
 dh-shell-completions
Build-Depends-Arch: cargo:native,
 rustc:native (>= 1.88),
 libstd-rust-dev,
 librust-anyhow-1+default-dev,
 librust-byte-unit-5+default-dev,
 librust-chrono-0.4+clock-dev (>= 0.4.44),
 librust-clap-4+default-dev (>= 4.4),
 librust-clap-4+derive-dev (>= 4.4),
 librust-clap-complete-4+default-dev (>= 4.4),
 librust-console+default-dev (<< 0.17),
 librust-console+default-dev (>= 0.15),
 librust-directories-6+default-dev,
 librust-dockworker-0.16+default-dev,
 librust-getch-0.3+default-dev (>= 0.3.1),
 librust-libc-0.2+default-dev,
 librust-minus-5+default-dev (>= 5.6),
 librust-minus-5+search-dev (>= 5.6),
 librust-minus-5+static-output-dev (>= 5.6),
 librust-once-cell-1+default-dev (>= 1.21.3),
 librust-pager-0.16+default-dev (>= 0.16.1),
 librust-procfs+default-dev (<< 0.19),
 librust-procfs+default-dev (>= 0.17),
 librust-regex-1+default-dev (>= 1.12),
 librust-serde-1+default-dev,
 librust-serde-derive-1+default-dev,
 librust-termbg-0.6+default-dev (>= 0.6.2),
 librust-tokio-1+default-dev (>= 1.49),
 librust-tokio-1+rt-dev (>= 1.49),
 librust-toml+default-dev (<< 2),
 librust-toml+default-dev (>= 0.9),
 librust-unicode-width-0.2+default-dev,
 librust-uzers-0.12+default-dev,
 librust-which-8+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 NoisyCoil <noisycoil@debian.org>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/procs]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/procs
Homepage: https://github.com/dalance/procs
X-Cargo-Crate: procs
X-Cargo-Crate-Version: 0.14.11

Package: procs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${cargo:Depends}
Recommends:
 ${cargo:Recommends},
 less
Suggests:
 ${cargo:Suggests}
Provides:
 ${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: modern replacement for ps
 procs lists processes and their stats, like ps but in a more
 human-readable way.
 .
 It displays additional information like TCP/UDP ports being
 listened on by the process, its read/write throughput and the
 name of the Docker container in which it is running, if any.
 .
 It supports colorized output, automatic theme detection based
 on terminal background, multi-column keyword search, paging,
 watch mode and tree view. The output can be customized using
 a configuration file.
 .
 Processes can be filtered by command, user or PID and the
 filters can be combined using logical operators.
