# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "blake-hash" version = "0.4.1" authors = ["The CryptoCorrosion Contributors"] description = "BLAKE hash functions" keywords = ["crypto", "blake", "hash", "digest"] categories = ["cryptography", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/cryptocorrosion/cryptocorrosion" [dependencies.block-buffer] version = "0.9" [dependencies.digest] version = "0.9" [dependencies.simd] version = "0.2.16" optional = true package = "ppv-lite86" [dev-dependencies.digest] version = "0.9" features = ["dev"] [features] default = ["simd", "std"] std = [] [badges.travis-ci] repository = "cryptocorrosion/cryptocorrosion"