blob: 297c4f07ef73e83273e3ebc5c981dc62c6b83ecc [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "crypto-hash"
version = "0.3.1"
authors = ["Mark Lee"]
exclude = [".*.yml", "ci/*"]
description = "A wrapper for OS-level cryptographic hash functions"
documentation = "https://docs.rs/crypto-hash"
readme = "README.md"
keywords = ["crypto", "hash", "digest"]
license = "MIT"
repository = "https://github.com/malept/crypto-hash"
[dependencies.hex]
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"
[badges.travis-ci]
repository = "malept/crypto-hash"