You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-sequoia-openpgp/sequoia-openpgp-fix-metadat...

35 lines
728 B

--- sequoia-openpgp-1.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-openpgp-1.14.0/Cargo.toml 2023-03-25T21:41:01.746107+00:00
@@ -249,19 +249,12 @@
version = "0.8"
features = ["xxh3"]
-[dev-dependencies.criterion]
-version = "0.3.4"
-features = ["html_reports"]
-
[dev-dependencies.quickcheck]
version = "1"
default-features = false
[dev-dependencies.rand]
version = "0.8"
-
-[dev-dependencies.rpassword]
-version = "6.0"
[build-dependencies.lalrpop]
version = ">=0.17"
@@ -284,11 +277,6 @@
"buffered-reader/compression-deflate",
]
crypto-botan = ["botan"]
-crypto-cng = [
- "eax",
- "ed25519-dalek",
- "num-bigint-dig",
-]
crypto-nettle = ["nettle"]
crypto-openssl = [
"openssl",