# 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 = "pdatastructs" version = "0.7.0" authors = ["Marco Neumann "] description = "Simple probabilistic data structures" documentation = "https://docs.rs/pdatastructs/" readme = "README.md" keywords = [ "filter", "probabilistic", "sampling", "sketch", ] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/crepererum/pdatastructs.rs" resolver = "2" [[bench]] name = "filters" harness = false [[bench]] name = "hyperloglog" harness = false [dependencies.bytecount] version = "0.6" features = ["runtime-dispatch-simd"] optional = true [dependencies.fixedbitset] version = "0.4" optional = true [dependencies.num-traits] version = "^0.2.4" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.succinct] version = "^0.5" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rand_distr] version = "0.4" [features] default = [ "bytecount", "fixedbitset", "num-traits", "rand", "succinct", ]