Source: rust-choose Section: rust Build-Depends: debhelper-compat (= 13), dh-sequence-cargo Build-Depends-Arch: cargo:native, rustc:native, libstd-rust-dev, librust-backslash-0+default-dev, librust-lazy-static-1+default-dev, librust-regex-1+default-dev, librust-structopt-0.3+default-dev Maintainer: Debian Rust Maintainers Uploaders: 何庆 Ching He Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/choose] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/choose Homepage: https://github.com/theryangeary/choose X-Cargo-Crate: choose X-Cargo-Crate-Version: 1.3.7 Package: choose 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: human-friendly and fast alternative to cut and (sometimes) awk choose is a human-friendly and fast alternative to cut and (sometimes) awk. It is not meant to be a drop-in replacement for these tools, but rather a simple and intuitive tool to reach for when the basics of awk or cut will do, but the overhead of getting them to behave should not be necessary. . Features: * terse field selection syntax similar to Python's list slices * negative indexing from end of line * optional start/end index * zero-indexed * reverse ranges * slightly faster than cut for sufficiently long inputs, much faster than awk * regular expression field separators using Rust's regex syntax This package contains the following binaries built from the Rust crate "choose": - choose