# 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.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" [badges.travis-ci] repository = "malept/crypto-hash"