parent
634dccc5ca
commit
ff99beaf9d
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
enabled-features =
|
||||
crypto-openssl
|
@ -1,19 +1,16 @@
|
||||
--- sequoia-policy-config-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ sequoia-policy-config-0.6.0/Cargo.toml 2023-03-06T18:28:37.885896+00:00
|
||||
@@ -45,6 +45,7 @@
|
||||
+++ 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"
|
||||
|
||||
[dependencies.sequoia-openpgp]
|
||||
version = "1.11"
|
||||
+features = ["crypto-openssl"]
|
||||
default-features = false
|
||||
|
||||
[dependencies.serde]
|
||||
@@ -64,7 +65,7 @@
|
||||
|
||||
[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
|
||||
version = "1.11"
|
||||
-[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
|
||||
-version = "1.11"
|
||||
-features = ["crypto-nettle"]
|
||||
+features = ["crypto-openssl"]
|
||||
default-features = false
|
||||
-default-features = false
|
||||
+[features]
|
||||
+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
|
||||
+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
|
||||
|
||||
[badges.maintenance]
|
||||
status = "actively-developed"
|
||||
|
Loading…
Reference in new issue