# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sequoia-sop" version = "0.36.0" authors = ["Justus Winter "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the Stateless OpenPGP Interface using Sequoia" homepage = "https://sequoia-pgp.org/" documentation = "https://docs.rs/sequoia-sop" readme = "README.md" keywords = [ "cryptography", "openpgp", "pgp", "sop", "stateless-openpgp", ] categories = [ "cryptography", "command-line-utilities", ] license = "GPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia-sop" [lib] name = "sequoia_sop" path = "src/lib.rs" [[bin]] name = "sqop" path = "src/main.rs" required-features = ["cli"] [[bin]] name = "sqopv" path = "src/main.rs" required-features = ["cliv"] [dependencies.anyhow] version = "1.0.18" [dependencies.sequoia-openpgp] version = "1.20" default-features = false [dependencies.sequoia-wot] version = "0.13" default-features = false [dependencies.sop] version = "0.8" [build-dependencies.sequoia-openpgp] version = "1.20" default-features = false [build-dependencies.sop] version = "0.8" [features] cli = ["sop/cli"] cliv = ["sop/cliv"] default = ["sequoia-openpgp/default"] [badges.gitlab] repository = "sequoia-pgp/sequoia-sop" [badges.maintenance] status = "actively-developed"