md-5 0.5.2

MD5 hash 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 = "md-5"
version = "0.5.2"
authors = ["The Rust-Crypto Project Developers"]
description = "MD5 hash function"
documentation = "https://docs.rs/md-5"
keywords = ["crypto", "md5", "hash", "digest"]
categories = ["cryptography", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/RustCrypto/hashes"
[dependencies.md5-asm]
version = "0.4"
optional = true

[dependencies.digest]
version = "0.6"
optional = true

[dependencies.byte-tools]
version = "0.2"

[dependencies.block-buffer]
version = "0.3"

[dependencies.generic-array]
version = "0.8"
optional = true
[dev-dependencies.crypto-tests]
version = "0.5"

[features]
asm = ["md5-asm"]
default = ["generic"]
generic = ["generic-array", "digest"]
[badges.travis-ci]
repository = "RustCrypto/hashes"