tinysearch-cuckoofilter 0.4.1

Cuckoo Filter: Practically Better Than Bloom
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]
edition = "2018"
name = "tinysearch-cuckoofilter"
version = "0.4.1"
authors = ["Seif Lotfy <seif.lotfy@gmail.com>", "Lukas Kalbertodt <lukas.kalbertodt@gmail.com>", "Florian Jacob <accounts+git@florianjacob.de>"]
description = "Cuckoo Filter: Practically Better Than Bloom"
homepage = "http://geekyogre.com"
readme = "./README.md"
keywords = ["bloomfilter", "cuckoohashing", "cuckoofilter"]
license = "MIT"
repository = "https://github.com/seiflotfy/rust-cuckoofilter"
[dependencies.byteorder]
version = "1.3.1"

[dependencies.clippy]
version = "0.0.77"
optional = true

[dependencies.farmhash]
version = "1.1.5"
optional = true

[dependencies.fnv]
version = "1.0.2"
optional = true

[dependencies.rand]
version = "0.6.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0.91"
[dev-dependencies.serde_json]
version = "1.0.39"

[features]
default = []
dev = ["clippy"]