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-0.3.1-fix-metad...

15 lines
541 B

7 years ago
--- crypto-hash-0.3.1/Cargo.toml 1969-12-31T16:00:00-08:00
+++ crypto-hash-0.3.1/Cargo.toml 2018-03-05T16:12:58.730134-08:00
@@ -25,11 +25,6 @@
version = "0.3"
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".dependencies.openssl]
version = "0.10"
-[target."cfg(target_os = \"macos\")".dependencies.commoncrypto]
-version = "0.2"
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "0.3"
-features = ["minwindef", "wincrypt"]
[badges.appveyor]
repository = "malept/crypto-hash"