# 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 = "xorf" version = "0.11.0" authors = ["ayazhafiz "] description = """ Library implementing xor filters - faster and smaller than bloom and cuckoo filters. """ homepage = "https://github.com/ayazhafiz/xorf" documentation = "https://docs.rs/xorf" readme = "README.md" keywords = [ "xor", "filter", "hash", "hashing", ] categories = [ "algorithms", "data-structures", "no-std", "caching", ] license = "MIT" repository = "https://github.com/ayazhafiz/xorf" [[bench]] name = "bfuse32" harness = false [[bench]] name = "bfuse16" harness = false [[bench]] name = "bfuse8" harness = false [[bench]] name = "fuse32" harness = false [[bench]] name = "fuse16" harness = false [[bench]] name = "fuse8" harness = false [[bench]] name = "xor32" harness = false [[bench]] name = "xor16" harness = false [[bench]] name = "xor8" harness = false [dependencies.bincode] version = "2.0.0-rc.3" features = [ "std", "derive", ] optional = true default-features = false [dependencies.libm] version = "0.2.1" optional = true [dependencies.num-traits] version = "0.2.12" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1.0.104" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.criterion-macro] version = "0.3.0" [dev-dependencies.rand] version = "0.8" [features] binary-fuse = ["libm"] default = [ "uniform-random", "binary-fuse", ] uniform-random = ["rand"] [badges.is-it-maintained-issue-resolution] repository = "ayazhafiz/xorf" [badges.is-it-maintained-open-issues] repository = "ayazhafiz/xorf" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "ayazhafiz/xorf"