# 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 = "simple_hll" version = "0.0.3" authors = ["sundyli <543950155@qq.com>>"] description = "A simple HyperLogLog implementation in rust" documentation = "https://docs.rs/simple_hll" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/sundy-li/simple_hll" [dependencies.ahash] version = "0.8" [dependencies.borsh] version = "1.2.1" features = ["derive"] optional = true [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.xxhash-rust] version = "0.8.0" features = ["xxh3"] [features] default = [] serde_borsh = [ "borsh", "serde", ]