summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml27
1 files changed, 0 insertions, 27 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
deleted file mode 100644
index 5dbf3bd0..00000000
--- a/core/Cargo.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-[package]
-name = "sequoia-core"
-description = "Policies for Sequoia"
-version = "0.21.0"
-authors = [
- "Justus Winter <justus@sequoia-pgp.org>",
- "Kai Michaelis <kai@sequoia-pgp.org>",
- "Neal H. Walfield <neal@sequoia-pgp.org>",
-]
-documentation = "https://docs.sequoia-pgp.org/0.21.0/sequoia_core"
-homepage = "https://sequoia-pgp.org/"
-repository = "https://gitlab.com/sequoia-pgp/sequoia"
-readme = "../README.md"
-keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
-categories = ["cryptography", "authentication", "email"]
-license = "GPL-2.0-or-later"
-edition = "2018"
-
-[badges]
-gitlab = { repository = "sequoia-pgp/sequoia" }
-maintenance = { status = "actively-developed" }
-
-[dependencies]
-anyhow = "1.0.18"
-dirs = "2.0"
-tempfile = "3.1"
-thiserror = "1.0.2"