1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
Source: rust-sequoia-sq
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
bash-completion
Build-Depends-Arch: cargo:native,
rustc:native (>= 1.79),
libstd-rust-dev,
librust-aho-corasick-1+default-dev,
librust-anyhow-1+default-dev (>= 1.0.18-~~),
librust-buffered-reader-1+compression-dev (>= 1.3.1-~~),
librust-cfg-if-1+default-dev,
librust-chrono-0.4+default-dev (>= 0.4.10-~~),
librust-chrono-0.4+default-dev (>= 0.4.38-~~),
librust-clap-4+default-dev,
librust-clap-4+derive-dev,
librust-clap-4+env-dev,
librust-clap-4+string-dev,
librust-clap-4+wrap-help-dev,
librust-clap-complete-4+default-dev,
librust-clap-lex-0.7-dev,
librust-dirs-5+default-dev,
librust-filetime-0.2+default-dev,
librust-fs-extra-1+default-dev,
librust-futures-util-0.3+default-dev,
librust-gethostname-0.4+default-dev,
librust-humantime-2+default-dev,
librust-indicatif-0.17+default-dev,
librust-once-cell-1+default-dev (>= 1.17-~~),
librust-regex-1+default-dev,
librust-reqwest-0.12+default-dev,
librust-reqwest-0.12+hickory-dns-dev,
librust-reqwest-0.12+stream-dev,
librust-roff-0.2+default-dev (>= 0.2.1-~~),
librust-rpassword-7+default-dev,
librust-rusqlite-0.29+default-dev,
librust-sequoia-autocrypt-0.26-dev,
librust-sequoia-cert-store-0.7-dev,
librust-sequoia-directories-0.1+default-dev,
librust-sequoia-ipc-0.36-dev,
librust-sequoia-keystore-0.7+default-dev,
librust-sequoia-man-0.3+default-dev,
librust-sequoia-net-0.30-dev,
librust-sequoia-openpgp-2+compression-dev,
librust-sequoia-openpgp-2+crypto-nettle-dev,
librust-sequoia-policy-config-0.8+default-dev,
librust-sequoia-wot-0.14-dev,
librust-serde-1+default-dev (>= 1.0.137-~~),
librust-serde-1+derive-dev (>= 1.0.137-~~),
librust-tempfile-3+default-dev (>= 3.1-~~),
librust-termcolor-1+default-dev (>= 1.2.0-~~),
librust-terminal-size-0.4+default-dev,
librust-textwrap-0.16+default-dev,
librust-textwrap-0.16+smawk-dev,
librust-textwrap-0.16+unicode-width-dev,
librust-thiserror-2+default-dev,
librust-tokio-1+default-dev (>= 1.13.1-~~),
librust-toml-edit-0.22+display-dev,
librust-toml-edit-0.22+parse-dev,
librust-typenum-1+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Alexander Kjäll <alexander.kjall@gmail.com>,
Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Holger Levsen <holger@debian.org>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/sequoia-sq]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/sequoia-sq
Homepage: https://sequoia-pgp.org/
X-Cargo-Crate: sequoia-sq
Rules-Requires-Root: no
Package: sq
Architecture: any
Multi-Arch: allowed
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}
Breaks: ispell (<< 3.4.00-6.1~)
Replaces: ispell (<< 3.4.00-6.1~)
Description: OpenPGP command-line tool from Sequoia
sq is a command-line interface for OpenPGP, structured using
subcommands and implemented in Rust.
.
Subcommands include: help, decrypt, encrypt, sign, verify, armor,
dearmor, autocrypt, inspect, key, keyring, certify, packet.
.
It offers modern cryptographic algorithms by default, like Ed25519 and
Curve25519.
.
The tool offers both message handling (encryption, decryption,
signing, and verification), and key and certificate management (key
generation, certificate maintenance, and certification), and is
interoperable with other major OpenPGP implementations like GnuPG
(gpg).
This package contains the following binaries built from the Rust crate
"sequoia-sq":
- sq
|