hammersbald 1.6.0

Hammersbald - fast persistent store for a blockchain
Documentation
[package]
name = "hammersbald"
version = "1.6.0"
authors = ["Tamas Blummer <tamas.blummer@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/rust-bitcoin/hammersbald/"
repository = "https://github.com/rust-bitcoin/hammersbald/"
documentation = "https://github.com/rust-bitcoin/hammersbald/"
description = "Hammersbald - fast persistent store for a blockchain"
keywords = [ "blockchain", "bitcoin", "hammersbald" ]
readme = "README.md"

[lib]
name = "hammersbald"
path = "src/lib.rs"

[features]
bitcoin_support=["bitcoin"]

[dependencies]
rand="0.5"
siphasher = "0.2"
byteorder="1.2"
lru-cache = "0.1.1"
bitcoin = { version = "0.17", optional = true }
bitcoin_hashes = { version = "0.3.0", optional = true }

[dev-dependencies]
hex = "0.3"