2023-02-21 12:43:43 +01:00
[ package ]
name = "sequoia-sq"
description = "Command-line frontends for Sequoia"
2023-07-05 14:04:43 +02:00
version = "0.31.0"
2023-02-21 12:43:43 +01:00
authors = [
"Azul <azul@sequoia-pgp.org>" ,
"Heiko Schaefer <heiko@schaefer.name>" ,
"Igor Matuszewski <igor@sequoia-pgp.org>" ,
"Justus Winter <justus@sequoia-pgp.org>" ,
"Kai Michaelis <kai@sequoia-pgp.org>" ,
"Lars Wirzenius <liw@sequoia-pgp.org>" ,
"Neal H. Walfield <neal@sequoia-pgp.org>" ,
"Nora Widdecke <nora@sequoia-pgp.org>" ,
"Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>" ,
]
build = "build.rs"
documentation = "https://docs.rs/sequoia-sq"
homepage = "https://sequoia-pgp.org/"
2023-03-30 17:37:19 +02:00
repository = "https://gitlab.com/sequoia-pgp/sequoia-sq"
2023-02-21 12:43:43 +01:00
readme = "README.md"
keywords = [ "cryptography" , "openpgp" , "pgp" , "encryption" , "signing" ]
categories = [ "cryptography" , "authentication" , "command-line-utilities" ]
2023-11-24 15:28:49 +01:00
license = "LGPL-2.0-or-later"
2023-02-21 12:43:43 +01:00
edition = "2021"
2023-11-29 13:35:55 +01:00
rust-version = "1.70"
2023-02-21 12:43:43 +01:00
[ badges ]
2023-02-21 12:49:28 +01:00
gitlab = { repository = "sequoia-pgp/sequoia-sq" }
2023-02-21 12:43:43 +01:00
maintenance = { status = "actively-developed" }
[ dependencies ]
2023-02-21 12:49:28 +01:00
buffered-reader = { version = "1.0.0" , default-features = false , features = [ "compression-deflate" ] }
2023-05-08 10:47:47 +02:00
dirs = "5"
2023-11-24 13:40:26 +01:00
dot-writer = { version = "0.1.3" , optional = true }
2023-11-24 16:05:44 +01:00
sequoia-openpgp = { version = "1.17" , default-features = false , features = [ "compression-deflate" ] }
2023-02-21 12:49:28 +01:00
sequoia-autocrypt = { version = "0.25" , default-features = false , optional = true }
2023-11-24 16:16:13 +01:00
sequoia-net = { version = "0.28" , default-features = false }
2023-11-20 18:31:11 +01:00
sequoia-policy-config = "0.6"
2023-02-21 12:43:43 +01:00
anyhow = "1.0.18"
chrono = "0.4.10"
2023-05-08 10:48:54 +02:00
# For an MSRV of 1.63: 4.0.32.
2023-06-07 13:17:13 +02:00
clap = { version = "4" , features = [ "derive" , "env" , "string" , "wrap_help" ] }
2023-11-29 13:33:27 +01:00
itertools = ">=0.10, <0.13"
2023-03-14 17:09:03 +01:00
once_cell = "1.17"
2023-04-18 14:20:37 +02:00
sequoia-cert-store = "0.3"
sequoia-wot = "0.8"
2023-02-21 12:43:43 +01:00
tempfile = "3.1"
tokio = { version = "1.13.1" }
2023-07-05 14:04:08 +02:00
rpassword = "7.0"
2023-02-21 12:43:43 +01:00
serde_json = "1.0.80"
serde = { version = "1.0.137" , features = [ "derive" ] }
roff = "0.2.1"
2023-11-29 13:47:26 +01:00
terminal_size = ">=0.2.6, <0.4"
2023-06-02 23:59:22 +02:00
is-terminal = "0.4.7"
2023-06-02 00:22:52 +02:00
termcolor = "1.2.0"
2023-11-29 16:13:37 +01:00
textwrap = "0.15"
2023-02-21 12:43:43 +01:00
[ build-dependencies ]
anyhow = "1.0.18"
2023-06-07 13:17:13 +02:00
buffered-reader = { version = "1.0.0" , default-features = false , features = [ "compression-deflate" ] }
2023-05-08 10:48:54 +02:00
# For an MSRV of 1.63: 4.0.32
2023-06-07 13:17:13 +02:00
clap = { version = "4" , features = [ "derive" , "env" , "string" , "wrap_help" ] }
2023-05-08 10:48:54 +02:00
# For an MSRV of 1.63: 4.0.7.
2023-03-17 09:30:02 +01:00
clap_complete = "4"
2023-05-08 10:48:54 +02:00
# For an MSRV of 1.63: 0.2.6
2023-04-08 09:49:58 +02:00
clap_mangen = "0.2"
2023-02-21 12:43:43 +01:00
chrono = "0.4.10"
2023-11-24 16:05:44 +01:00
sequoia-openpgp = { version = "1.17" , default-features = false }
2023-11-24 16:16:13 +01:00
sequoia-net = { version = "0.28" , default-features = false }
2023-11-29 14:03:45 +01:00
subplot-build = { version = ">=0.7, <0.10" , optional = true }
2023-02-21 12:43:43 +01:00
cfg-if = "1"
2023-11-29 13:47:26 +01:00
terminal_size = ">=0.2.6, <0.4"
2023-02-21 12:43:43 +01:00
[ dev-dependencies ]
2023-11-29 14:03:45 +01:00
subplotlib = ">=0.7, <0.10"
2023-02-21 12:43:43 +01:00
fehler = "1.0.0"
2023-05-08 10:48:54 +02:00
# For an MSRV of 1.63: 2.0.8.
2023-03-30 17:25:29 +02:00
assert_cmd = "2"
2023-05-08 10:48:54 +02:00
# For an MSRV of 1.63: 2.1.5
2023-11-29 13:43:56 +01:00
predicates = ">=2, <4"
2023-02-21 12:43:43 +01:00
[ [ bin ] ]
name = "sq"
path = "src/sq.rs"
bench = false
[ features ]
default = [
"crypto-nettle" ,
"compression-bzip2" ,
"autocrypt" ,
2023-11-24 13:40:26 +01:00
"dot-writer" ,
2023-02-21 12:43:43 +01:00
]
crypto-nettle = [ "sequoia-openpgp/crypto-nettle" ]
crypto-openssl = [ "sequoia-openpgp/crypto-openssl" ]
2023-03-30 17:38:13 +02:00
crypto-botan = [ "sequoia-openpgp/crypto-botan" ]
2023-05-19 16:18:34 +02:00
crypto-botan2 = [ "sequoia-openpgp/crypto-botan2" ]
2023-02-21 12:43:43 +01:00
crypto-cng = [ "sequoia-openpgp/crypto-cng" ]
crypto-rust = [ "sequoia-openpgp/crypto-rust" ]
compression-bzip2 = [ "sequoia-openpgp/compression-bzip2" ]
autocrypt = [ "sequoia-autocrypt" ]
2023-04-15 12:04:53 +02:00
subplot = [ "subplot-build" ]
2023-03-17 09:37:44 +01:00
[ profile . release ]
debug = true