bitcoin_hashes 0.4.0

Hash functions used by rust-bitcoin which support rustc 1.14.0
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 = "bitcoin_hashes"
version = "0.4.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
description = "Hash functions used by rust-bitcoin which support rustc 1.14.0"
documentation = "https://docs.rs/bitcoin_hashes/"
readme = "README.md"
keywords = ["crypto", "bitcoin", "hash", "digest"]
license = "CC0-1.0"

[lib]
name = "bitcoin_hashes"
path = "src/lib.rs"
[dependencies.byteorder]
version = "1.2"

[dependencies.serde]
version = "1.0"
optional = true
[dev-dependencies.serde_test]
version = "1.0"

[features]
default = []
fuzztarget = []
unstable = []