ethbloom 0.7.0

Ethereum bloom filter
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ethbloom"
version = "0.7.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Ethereum bloom filter"
homepage = "https://github.com/paritytech/parity-common"
documentation = "https://docs.rs/ethbloom"
license = "MIT"
repository = "https://github.com/paritytech/parity-common"
[dependencies.crunchy]
version = "0.2"
features = ["limit_256"]
default-features = false

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

[dependencies.impl-rlp]
version = "0.2"
default-features = false

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

[dependencies.tiny-keccak]
version = "1.4"
[dev-dependencies.hex-literal]
version = "0.1.1"

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

[features]
default = ["std", "serialize", "fixed-hash/libc", "fixed-hash/rustc-hex"]
serialize = ["std", "impl-serde"]
std = ["fixed-hash/std", "crunchy/std"]