# 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 = "atomic-hyperloglog" version = "0.1.0" description = "thread-safe hyperloglog, with atomics" homepage = "https://github.com/benaubin/hyperloglog" readme = "README.md" keywords = [ "atomic", "non-blocking", "lock-free", "hyperloglog", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/benaubin/hyperloglog" [[bench]] name = "simple" harness = false [[bench]] name = "multithreaded" harness = false [[bench]] name = "merge" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.seahash] version = "4.1.0" [dev-dependencies.tabled] version = "0.12.2"