blob: d575353332bbab2aff9a71f11fc200bf82802f98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# 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.4"
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.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]
version = "0.3"
features = ["minwindef", "wincrypt"]
[badges.appveyor]
repository = "malept/crypto-hash"
[badges.travis-ci]
repository = "malept/crypto-hash"
|