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.
18 lines
587 B
18 lines
587 B
4 months ago
|
--- rpm-sequoia-1.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ rpm-sequoia-1.6.0/Cargo.toml 2024-01-25T14:12:35.470987+00:00
|
||
|
@@ -73,13 +73,9 @@
|
||
|
version = "0.1.4"
|
||
|
|
||
|
[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"]
|
||
|
|
||
|
[badges.maintenance]
|
||
|
status = "actively-developed"
|