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-wot/sequoia-wot-fix-metadata.diff

34 lines
730 B

--- sequoia-wot-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-wot-0.9.0/Cargo.toml 2023-12-14T10:02:17.948709+00:00
@@ -63,10 +63,6 @@
[dependencies.crossbeam]
version = "0.8.1"
-[dependencies.dot-writer]
-version = "0.1.3"
-optional = true
-
[dependencies.enumber]
version = "0.3"
@@ -124,17 +120,14 @@
"clap_complete",
"clap_mangen",
]
+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
default = [
"cli",
- "dot-writer",
]
[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
version = "1"
-features = [
- "crypto-nettle",
- "__implicit-crypto-backend-for-tests",
-]
default-features = false
[badges.maintenance]