[package]
name = "ethbloom"
version = "0.2.5"
authors = ["debris <marek.kotewicz@gmail.com>"]
description = "Ethereum bloom filter"
license = "MIT"
documentation = "https://docs.rs/ethbloom"
homepage = "https://github.com/debris/ethbloom"
repository = "https://github.com/debris/ethbloom"
[dependencies]
tiny-keccak = "1.3"
rustc-hex = "1.0"
heapsize = { version = "0.4", optional = true }
[dev-dependencies]
rand = "0.3"
[dependencies.crunchy]
version = "0.1"
features = ["limit_256"]
[features]
heapsizeof = ["heapsize"]