amadeus-streaming 0.4.3

SIMD-accelerated implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "amadeus-streaming"
version = "0.4.3"
authors = ["Alec Mocatta <alec@mocatta.net>"]
description = "SIMD-accelerated implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.\n"
homepage = "https://github.com/constellation-rs/amadeus"
documentation = "https://docs.rs/amadeus"
readme = "README.md"
keywords = ["streaming-algorithm", "probabilistic", "sketch", "data-structure", "hyperloglog"]
categories = ["data-structures", "algorithms", "science"]
license = "Apache-2.0"
repository = "https://github.com/constellation-rs/amadeus"
[dependencies.packed_simd]
version = "0.3"
features = ["into_bits"]
optional = true

[dependencies.protobuf]
version = "2.22"
optional = true

[dependencies.rand]
version = "0.7"
features = ["small_rng"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_closure]
version = "0.3"

[dependencies.twox-hash]
version = "1.1"
[dev-dependencies.hex]
version = "0.4.3"
[build-dependencies.rustversion]
version = "1.0"

[features]
nightly = ["packed_simd"]
[badges.azure-devops]
build = "26"
pipeline = "tests"
project = "alecmocatta/amadeus"

[badges.maintenance]
status = "actively-developed"