sequoia-sop 0.22.2

An implementation of the Stateless OpenPGP Command Line Interface using Sequoia
[package]
name = "sequoia-sop"
description = "An implementation of the Stateless OpenPGP Command Line Interface using Sequoia"
version = "0.22.2"
authors = [
    "Justus Winter <justus@sequoia-pgp.org>",
]
documentation = "https://gitlab.com/dkg/openpgp-stateless-cli#stateless-openpgp-command-line-interface"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia-sop"
readme = "README.md"
keywords = ["cryptography", "openpgp", "pgp", "sop", "stateless-openpgp"]
categories = ["cryptography", "command-line-utilities"]
license = "GPL-2.0-or-later"
edition = "2018"

[badges]
gitlab = { repository = "sequoia-pgp/sequoia-sop" }
maintenance = { status = "actively-developed" }

[dependencies]
sequoia-openpgp = { version = "1", default-features = false }
anyhow = "1.0.18"
chrono = "0.4.10"
structopt = { version = "0.3.11", default-features = false }
thiserror = "1.0.2"
lazy_static = "1"

[build-dependencies]
sequoia-openpgp = { version = "1", default-features = false }
anyhow = "1"
chrono = "0.4.10"
clap = "2"
structopt = { version = "0.3.11", default-features = false }
lazy_static = "1"

[[bin]]
name = "sqop"
path = "src/main.rs"

[features]
default = ["sequoia-openpgp/default"]
crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
crypto-cng = ["sequoia-openpgp/crypto-cng"]
compression = ["sequoia-openpgp/compression"]
compression-deflate = ["sequoia-openpgp/compression-deflate"]
compression-bzip2 = ["sequoia-openpgp/compression-bzip2"]