--- sequoia-openpgp-1.16.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ sequoia-openpgp-1.16.1/Cargo.toml 2023-09-26T17:18:43.557770+00:00 @@ -303,8 +303,6 @@ crypto-cng = [ "cipher", "eax", - "winapi", - "win-crypto-ng", "ed25519-dalek", "num-bigint-dig", ] @@ -349,37 +347,6 @@ "crypto-nettle", ] -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.chrono] -version = "0.4.10" -features = [ - "std", - "wasmbind", -] -default-features = false - -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.getrandom] -version = "0.2" -features = ["js"] - -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.rand07] -version = "0.7" -features = ["wasm-bindgen"] -package = "rand" - -[target."cfg(windows)".dependencies.win-crypto-ng] -version = ">=0.4, <0.5.1" -features = [ - "rand", - "block-cipher", -] -optional = true - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.8" -features = ["bcrypt"] -optional = true -default-features = false - [badges.gitlab] repository = "sequoia-pgp/sequoia"