# 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 = "2018" name = "hyperloglogplus" version = "0.4.1" authors = ["Tasos Bakogiannis "] exclude = [ "evaluation/*", "benchmarks/*", ] description = "HyperLogLog implementations." homepage = "https://github.com/tabac/hyperloglog.rs" documentation = "https://docs.rs/hyperloglogplus" readme = "README.md" keywords = [ "hyperloglog", "hyperloglogplus", "probabilistic", "sketch", ] categories = [ "data-structures", "algorithms", "no-std", ] license = "MIT" repository = "https://github.com/tabac/hyperloglog.rs" [profile.release] debug = true [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.siphasher] version = "0.3.3" [features] alloc = ["serde/alloc"] bench-units = [] const-loop = [] default = ["std"] std = [ "serde/std", "serde/derive", ]