parent
307ea97705
commit
0ba6e7abb7
@ -1 +1,2 @@
|
|||||||
/sequoia-wot-0.5.0.crate
|
/sequoia-wot-0.5.0.crate
|
||||||
|
/sequoia-wot-0.9.0.crate
|
||||||
|
@ -1,13 +1,17 @@
|
|||||||
--- sequoia-wot-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- sequoia-wot-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ sequoia-wot-0.5.0/Cargo.toml 2023-04-14T14:47:28.853432+00:00
|
+++ sequoia-wot-0.9.0/Cargo.toml 2023-12-14T10:00:59.571434+00:00
|
||||||
@@ -126,10 +126,5 @@
|
@@ -137,13 +137,6 @@
|
||||||
features = ["crypto-nettle"]
|
]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
-[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
|
-[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
|
||||||
-version = "1"
|
-version = "1"
|
||||||
-features = ["crypto-cng"]
|
-features = [
|
||||||
|
- "crypto-cng",
|
||||||
|
- "__implicit-crypto-backend-for-tests",
|
||||||
|
-]
|
||||||
-default-features = false
|
-default-features = false
|
||||||
-
|
-
|
||||||
[badges.maintenance]
|
[badges.maintenance]
|
||||||
status = "actively-developed"
|
status = "actively-developed"
|
||||||
|
+
|
||||||
|
@ -1,34 +1,33 @@
|
|||||||
--- sequoia-wot-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- sequoia-wot-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ sequoia-wot-0.5.0/Cargo.toml 2023-04-14T14:49:27.592927+00:00
|
+++ sequoia-wot-0.9.0/Cargo.toml 2023-12-14T10:02:17.948709+00:00
|
||||||
@@ -75,7 +75,7 @@
|
@@ -63,10 +63,6 @@
|
||||||
version = "0.1"
|
[dependencies.crossbeam]
|
||||||
|
version = "0.8.1"
|
||||||
|
|
||||||
[dependencies.sequoia-net]
|
-[dependencies.dot-writer]
|
||||||
-version = "0.26"
|
-version = "0.1.3"
|
||||||
+version = "0.27"
|
-optional = true
|
||||||
default-features = false
|
-
|
||||||
|
[dependencies.enumber]
|
||||||
[dependencies.sequoia-openpgp]
|
version = "0.3"
|
||||||
@@ -83,7 +83,7 @@
|
|
||||||
default-features = false
|
|
||||||
|
|
||||||
[dependencies.sequoia-policy-config]
|
@@ -124,17 +120,14 @@
|
||||||
-version = "0.5"
|
"clap_complete",
|
||||||
+version = "0.6"
|
"clap_mangen",
|
||||||
|
]
|
||||||
[dependencies.thiserror]
|
|
||||||
version = "1.0.2"
|
|
||||||
@@ -121,9 +121,12 @@
|
|
||||||
[build-dependencies.clap_mangen]
|
|
||||||
version = "0.2"
|
|
||||||
|
|
||||||
+[features]
|
|
||||||
+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
|
+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
|
||||||
+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
|
+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
|
||||||
+
|
default = [
|
||||||
|
"cli",
|
||||||
|
- "dot-writer",
|
||||||
|
]
|
||||||
|
|
||||||
[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
|
[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
|
||||||
version = "1"
|
version = "1"
|
||||||
-features = ["crypto-nettle"]
|
-features = [
|
||||||
|
- "crypto-nettle",
|
||||||
|
- "__implicit-crypto-backend-for-tests",
|
||||||
|
-]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[badges.maintenance]
|
[badges.maintenance]
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (sequoia-wot-0.5.0.crate) = 1785ebcd4f8e9e0e345843eec34d286cc93af90cb485ae68d9be2839a0522feb4add38850fb8ace94ab3e8f952a08abd31d8e69007cc9fa9d2fc0356e920addb
|
SHA512 (sequoia-wot-0.9.0.crate) = e85e3dd8267f13d7357521963d9168948f2131d1072a544e99588abffa2942be5d45b11a5894e222adda54e34ef70f786e0bc096c8c0dcbaa58cbb9afbf29f2d
|
||||||
|
Loading…
Reference in new issue