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.
19 lines
683 B
19 lines
683 B
1 year ago
|
--- crypto-hash-0.3.4/Cargo.toml 1970-01-01T00:00:00+00:00
|
||
|
+++ crypto-hash-0.3.4/Cargo.toml 2019-12-07T02:35:23.895951+00:00
|
||
|
@@ -22,14 +22,9 @@
|
||
|
license = "MIT"
|
||
|
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"
|
||
|
+version = "0.4"
|
||
|
[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"
|
||
|
|