vapbloom 0.11.1

Tetsy Common Vapory 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.tetsy-fixed-hash]
default-features = false
version = "0.7.1"

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

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

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

[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 = ["tetsy-fixed-hash/arbitrary"]
codec = ["tetsy-impl-codec"]
default = ["std", "tetsy-rlp", "serialize", "rustc-hex"]
rustc-hex = ["tetsy-fixed-hash/rustc-hex"]
serialize = ["tetsy-impl-serde"]
std = ["tetsy-fixed-hash/std", "crunchy/std"]
tetsy-rlp = ["tetsy-impl-rlp"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Tetsy Common Vapory Bloom Filter"
documentation = "https://docs.rs/vapbloom"
edition = "2018"
homepage = "https://github.com/tetcoin/tetsy-common"
license = "MIT OR Apache-2.0"
name = "vapbloom"
repository = "https://github.com/tetcoin/tetsy-common"
version = "0.11.1"