ethbloom 0.12.1

Ethereum bloom filter
Documentation
[[bench]]
harness = false
name = "bloom"
path = "benches/bloom.rs"

[[bench]]
harness = false
name = "unrolling"
path = "benches/unrolling.rs"
[dependencies.crunchy]
default-features = false
features = ["limit_256"]
version = "0.2.2"

[dependencies.fixed-hash]
default-features = false
version = "0.7"

[dependencies.impl-codec]
default-features = false
optional = true
version = "0.6.0"

[dependencies.impl-rlp]
default-features = false
optional = true
version = "0.3"

[dependencies.impl-serde]
default-features = false
optional = true
version = "0.3"

[dependencies.scale-info]
default-features = false
features = ["derive"]
optional = true
version = ">=1.0, <3"

[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.hex-literal]
version = "0.3.1"

[dev-dependencies.rand]
version = "0.8.0"

[features]
arbitrary = ["fixed-hash/arbitrary"]
codec = ["impl-codec", "scale-info"]
default = ["std", "rlp", "serialize", "rustc-hex"]
rlp = ["impl-rlp"]
rustc-hex = ["fixed-hash/rustc-hex"]
serialize = ["impl-serde"]
std = ["fixed-hash/std", "crunchy/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Ethereum bloom filter"
documentation = "https://docs.rs/ethbloom"
edition = "2021"
homepage = "https://github.com/paritytech/parity-common"
license = "MIT OR Apache-2.0"
name = "ethbloom"
repository = "https://github.com/paritytech/parity-common"
rust-version = "1.56.1"
version = "0.12.1"