Blame sequoia-sq-fix-metadata.diff

6cbb81a
--- sequoia-sq-0.37.0/Cargo.toml	1970-01-01T00:00:01+00:00
6cbb81a
+++ sequoia-sq-0.37.0/Cargo.toml	2024-06-15T16:34:04.061673+00:00
afb7fed
@@ -44,6 +44,12 @@
afb7fed
 ]
afb7fed
 license = "LGPL-2.0-or-later"
afb7fed
 repository = "https://gitlab.com/sequoia-pgp/sequoia-sq"
afb7fed
+exclude = [
afb7fed
+    "/deny.toml",
afb7fed
+    "/Dockerfile",
afb7fed
+    "/sq.subplot",
afb7fed
+    "/sq-subplot.md",
afb7fed
+]
e31425d
 
afb7fed
 [profile.release]
339db18
 debug = true
afb7fed
@@ -76,10 +82,6 @@
afb7fed
 [dependencies.dirs]
afb7fed
 version = "5"
e31425d
 
afb7fed
-[dependencies.dot-writer]
afb7fed
-version = "0.1.3"
afb7fed
-optional = true
afb7fed
-
afb7fed
 [dependencies.humantime]
afb7fed
 version = "2"
e31425d
 
6c4276b
@@ -155,9 +157,6 @@
339db18
 [dev-dependencies.dircpy]
339db18
 version = "0.3"
e31425d
 
e31425d
-[dev-dependencies.fehler]
e31425d
-version = "1.0.0"
e31425d
-
752de0c
 [dev-dependencies.libc]
752de0c
 version = "0.2"
752de0c
 
6c4276b
@@ -166,9 +165,6 @@
339db18
 
339db18
 [dev-dependencies.regex]
339db18
 version = "1"
e31425d
-
e31425d
-[dev-dependencies.subplotlib]
afb7fed
-version = ">=0.7, <0.10"
e31425d
 
afb7fed
 [build-dependencies.anyhow]
afb7fed
 version = "1.0.18"
6c4276b
@@ -217,10 +213,6 @@
752de0c
 version = "1.0.137"
752de0c
 features = ["derive"]
93ab396
 
93ab396
-[build-dependencies.subplot-build]
afb7fed
-version = ">=0.7, <0.10"
afb7fed
-optional = true
93ab396
-
afb7fed
 [build-dependencies.terminal_size]
afb7fed
 version = ">=0.2.6, <0.4"
afb7fed
 
6c4276b
@@ -228,17 +220,12 @@
339db18
 version = ">=0.15, <0.17"
339db18
 
93ab396
 [features]
afb7fed
-crypto-botan = ["sequoia-openpgp/crypto-botan"]
afb7fed
-crypto-botan2 = ["sequoia-openpgp/crypto-botan2"]
e31425d
-crypto-cng = ["sequoia-openpgp/crypto-cng"]
e31425d
 crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
afb7fed
 crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
6c4276b
 crypto-rust = ["sequoia-openpgp/crypto-rust"]
afb7fed
 default = [
eabd639
-    "crypto-nettle",
afb7fed
-    "dot-writer",
afb7fed
-]
afb7fed
-subplot = ["subplot-build"]
eabd639
+    "crypto-openssl",
afb7fed
+]
afb7fed
 
e31425d
 [badges.gitlab]
afb7fed
 repository = "sequoia-pgp/sequoia-sq"