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