# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bugu" version = "0.5.0" authors = [ "Seif Lotfy ", "Seif Lotfy ", "Florian Jacob ", "nemurubaka ", ] description = "Cuckoo Filter: Practically Better Than Bloom" homepage = "http://github.com/cijiugechu/bugu" readme = "README.md" keywords = [ "bloomfilter", "cuckoohashing", "cuckoofilter", ] categories = [ "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/cijiugechu/bugu" [dependencies.byteorder] version = "1.5" [dependencies.farmhash] version = "1.1.5" optional = true [dependencies.fnv] version = "1.0.7" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.114" optional = true [dependencies.serde_bytes] version = "0.11" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.serde_json] version = "1.0" [features] default = [] serde = [ "dep:serde", "dep:serde_derive", "dep:serde_bytes", ]