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.
33 lines
850 B
33 lines
850 B
2 years ago
|
--- sequoia-cert-store-0.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ sequoia-cert-store-0.2.0/Cargo.toml 2023-05-10T21:35:31.582209+00:00
|
||
|
@@ -36,6 +36,7 @@
|
||
|
license = "LGPL-2.0-or-later"
|
||
|
repository = "https://gitlab.com/sequoia-pgp/sequoia-cert-store"
|
||
|
resolver = "2"
|
||
|
+exclude = ["/tests/"]
|
||
|
|
||
|
[package.metadata.docs.rs]
|
||
|
features = ["sequoia-openpgp/default"]
|
||
|
@@ -66,7 +67,7 @@
|
||
|
version = "1"
|
||
|
|
||
|
[dependencies.sequoia-net]
|
||
|
-version = "0.26"
|
||
|
+version = "0.27"
|
||
|
default-features = false
|
||
|
|
||
|
[dependencies.sequoia-openpgp]
|
||
|
@@ -85,8 +86,11 @@
|
||
|
|
||
|
[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
|
||
|
version = "1"
|
||
|
-features = ["crypto-nettle"]
|
||
|
default-features = false
|
||
|
+
|
||
|
+[features]
|
||
|
+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
|
||
|
+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
|
||
|
|
||
|
[badges.maintenance]
|
||
|
status = "actively-developed"
|