# 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] edition = "2018" name = "vapbloom" version = "0.11.1" authors = ["Parity Technologies "] description = "Tetsy Common Vapory Bloom Filter" homepage = "https://github.com/tetcoin/tetsy-common" documentation = "https://docs.rs/vapbloom" license = "MIT OR Apache-2.0" repository = "https://github.com/tetcoin/tetsy-common" [[bench]] name = "bloom" path = "benches/bloom.rs" harness = false [[bench]] name = "unrolling" path = "benches/unrolling.rs" harness = false [dependencies.crunchy] version = "0.2.2" features = ["limit_256"] default-features = false [dependencies.tetsy-fixed-hash] version = "0.7.1" default-features = false [dependencies.tetsy-impl-codec] version = "0.5.1" optional = true default-features = false [dependencies.tetsy-impl-rlp] version = "0.3.1" optional = true default-features = false [dependencies.tetsy-impl-serde] version = "0.3.2" optional = true default-features = false [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [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"]