18 lines
569 B
Diff
18 lines
569 B
Diff
--- sequoia-sqv-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ sequoia-sqv-1.3.0/Cargo.toml 2025-03-08T11:15:16.145149+00:00
|
|
@@ -54,13 +54,9 @@
|
|
status = "actively-developed"
|
|
|
|
[features]
|
|
-crypto-botan = ["sequoia-openpgp/crypto-botan"]
|
|
-crypto-botan2 = ["sequoia-openpgp/crypto-botan2"]
|
|
-crypto-cng = ["sequoia-openpgp/crypto-cng"]
|
|
crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
|
|
crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
|
|
-crypto-rust = ["sequoia-openpgp/crypto-rust"]
|
|
-default = ["crypto-nettle"]
|
|
+default = ["crypto-openssl"]
|
|
|
|
[[bin]]
|
|
name = "sqv"
|