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.
rust-crypto-hash/crypto-hash-fix-metadata.diff

17 lines
649 B

--- crypto-hash-0.3.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crypto-hash-0.3.4/Cargo.toml 2019-08-18T09:31:21.162662+00:00
@@ -23,13 +23,8 @@
repository = "https://github.com/malept/crypto-hash"
[dependencies.hex]
version = "0.3"
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.commoncrypto]
-version = "0.2"
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl]
version = "0.10"
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "0.3"
-features = ["minwindef", "wincrypt"]
[badges.appveyor]
repository = "malept/crypto-hash"