# 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 = "hypertwobits" version = "0.2.2" authors = ["Heinz Gies "] build = false include = [ "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "HyperTwoBits cardinality estimation algorithm" documentation = "https://docs.rs/hypertwobits/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/axiomhq/hypertwobits" [lib] name = "hypertwobits" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" [dependencies.mem_dbg] version = "0.2.4" optional = true [dependencies.rand] version = "0.8" [dependencies.siphasher] version = "1" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hyperbitbit] version = "0.0.1-alpha.2" [dev-dependencies.hyperloglog] version = "1.0.2" [dev-dependencies.hyperloglogplus] version = "0.4.1" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.serde] version = "1.0.206" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.124" [dev-dependencies.siphasher] version = "1.0.1" [features] default = ["siphash"] siphash = ["dep:siphasher"]