whirlpool-asm 0.3.0

Assembly implementation of Whirlpool compression function
Documentation
# 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 = "whirlpool-asm"
version = "0.3.0"
authors = ["The RustCrypto Devs"]
description = "Assembly implementation of Whirlpool compression function"
documentation = "https://docs.rs/whirlpool-asm"
keywords = ["crypto", "whirlpool", "asm"]
categories = ["cryptography", "no-std"]
license = "MIT"
repository = "https://github.com/RustCrypto/asm-hashes"
[dependencies.generic-array]
version = "0.8"
[build-dependencies.gcc]
version = "0.3"
[badges.travis-ci]
repository = "RustCrypto/asm-hashes"