1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Index: sequoia-cert-store/Cargo.toml
===================================================================
--- sequoia-cert-store.orig/Cargo.toml
+++ sequoia-cert-store/Cargo.toml
@@ -101,6 +101,7 @@ default-features = false
[dependencies.sequoia-openpgp]
version = "2"
default-features = false
+features = ["crypto-nettle"]
[dependencies.smallvec]
version = "1.1"
@@ -142,14 +143,3 @@ features = [
]
default-features = false
-[target."cfg(windows)".dependencies.rusqlite]
-version = ">=0.29, <0.38"
-features = ["bundled"]
-
-[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
-version = "2"
-features = [
- "crypto-cng",
- "__implicit-crypto-backend-for-tests",
-]
-default-features = false
|