sop 0.1.1

Rust Interface for the Stateless OpenPGP Protocol
Documentation
[badges.gitlab]
repository = "sequoia-pgp/sequoia"

[badges.maintenance]
status = "actively-developed"
[dependencies.anyhow]
optional = true
version = "1"

[dependencies.chrono]
optional = true
version = "0.4.10"

[dependencies.structopt]
default-features = false
optional = true
version = "0.3.11"

[dependencies.thiserror]
version = "1"

[features]
cli = ["anyhow", "chrono", "structopt"]
default = []

[package]
authors = ["Justus Winter <justus@sequoia-pgp.org>"]
categories = ["cryptography", "authentication", "email", "api-bindings", "command-line-utilities"]
description = "Rust Interface for the Stateless OpenPGP Protocol"
documentation = "https://docs.rs/sop"
edition = "2018"
homepage = "https://sequoia-pgp.org/"
keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
license = "MIT"
name = "sop"
readme = "README.md"
repository = "https://gitlab.com/sequoia-pgp/sop-rs"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true