[package] name = "ethbloom" version = "0.6.0" authors = ["Parity Technologies "] description = "Ethereum bloom filter" license = "MIT" documentation = "https://docs.rs/ethbloom" homepage = "https://github.com/paritytech/parity-common" repository = "https://github.com/paritytech/parity-common" [dependencies] tiny-keccak = "1.4" crunchy = { version = "0.2.1", default-features = false, features = ["limit_256"] } fixed-hash = { path = "../fixed-hash", version = "0.3", default-features = false } impl-serde = { path = "../primitive-types/impls/serde", version = "0.1", default-features = false, optional = true } [dev-dependencies] rand = { version = "0.4" } hex-literal = "0.1.1" [features] default = ["std", "heapsize", "serialize", "fixed-hash/libc", "fixed-hash/rustc-hex"] std = ["fixed-hash/std", "crunchy/std"] heapsize = ["fixed-hash/heapsize"] serialize = ["std", "impl-serde"]