--- crypto-hash-0.3.3/Cargo.toml 1969-12-31T16:00:00-08:00 +++ crypto-hash-0.3.3/Cargo.toml 2019-01-07T16:39:21.850653-08: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"