crypto-hash 0.3.4

A wrapper for OS-level cryptographic hash functions
Documentation
[badges.appveyor]
repository = "malept/crypto-hash"

[badges.travis-ci]
repository = "malept/crypto-hash"

[dependencies.hex]
version = "0.3"

[package]
authors = ["Mark Lee"]
description = "A wrapper for OS-level cryptographic hash functions"
documentation = "https://docs.rs/crypto-hash"
exclude = [".*.yml", "ci/*"]
keywords = ["crypto", "hash", "digest"]
license = "MIT"
name = "crypto-hash"
readme = "README.md"
repository = "https://github.com/malept/crypto-hash"
version = "0.3.4"

[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]
features = ["minwindef", "wincrypt"]
version = "0.3"