apache-datasketches 0.1.1

Safe, idiomatic Rust bindings for Apache DataSketches
Documentation
# 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 = "apache-datasketches"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, idiomatic Rust bindings for Apache DataSketches"
readme = "README.md"
keywords = [
    "datasketches",
    "hyperloglog",
    "sketch",
    "cardinality",
]
categories = [
    "data-structures",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asatale/apache-datasketches-rs"

[features]
default = ["hll"]
hll = ["apache-datasketches-sys/hll"]

[lib]
name = "apache_datasketches"
path = "src/lib.rs"

[[example]]
name = "hll"
path = "examples/hll.rs"

[[test]]
name = "concurrency_test"
path = "tests/concurrency_test.rs"

[[test]]
name = "hll_sketch_smoke_test"
path = "tests/hll_sketch_smoke_test.rs"

[[test]]
name = "hll_sketch_test"
path = "tests/hll_sketch_test.rs"

[[test]]
name = "hll_union_smoke_test"
path = "tests/hll_union_smoke_test.rs"

[[test]]
name = "hll_union_test"
path = "tests/hll_union_test.rs"

[dependencies.apache-datasketches-sys]
version = "0.1.1"
default-features = false

[dependencies.cxx]
version = "1"

[dependencies.thiserror]
version = "1"