--- 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"