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.
|
|
|
--- sequoia-policy-config-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ sequoia-policy-config-0.6.0/Cargo.toml 2023-04-14T14:26:00.154080+00:00
|
|
|
|
@@ -62,10 +62,9 @@
|
|
|
|
[dev-dependencies.lazy_static]
|
|
|
|
version = "1.4.0"
|
|
|
|
|
|
|
|
-[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
|
|
|
|
-version = "1.11"
|
|
|
|
-features = ["crypto-nettle"]
|
|
|
|
-default-features = false
|
|
|
|
+[features]
|
|
|
|
+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
|
|
|
|
+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
|
|
|
|
|
|
|
|
[badges.maintenance]
|
|
|
|
status = "actively-developed"
|