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...

36 lines
748 B

--- sequoia-openpgp-1.15.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-openpgp-1.15.0/Cargo.toml 2023-05-06T19:44:10.852727+00:00
@@ -264,19 +264,12 @@
version = "0.8"
features = ["xxh3"]
-[dev-dependencies.criterion]
-version = "0.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, <0.20"
@@ -299,12 +292,6 @@
"buffered-reader/compression-deflate",
]
crypto-botan = ["botan"]
-crypto-cng = [
- "cipher",
- "eax",
- "ed25519-dalek",
- "num-bigint-dig",
-]
crypto-nettle = ["nettle"]
crypto-openssl = [
"openssl",