hstats 0.2.0

Online histogram statistics calculations
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 = "2024"
name = "hstats"
version = "0.2.0"
authors = ["Dilshod Tadjibaev @antimora"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Online histogram statistics calculations"
documentation = "https://docs.rs/hstats"
readme = "README.md"
keywords = [
    "statistics",
    "stats",
    "histogram",
    "online",
    "rolling",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/antimora/hstats"

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

[[example]]
name = "multi-thread"
path = "examples/multi-thread.rs"

[[example]]
name = "single-thread"
path = "examples/single-thread.rs"

[dependencies.num-traits]
version = "0.2.19"
features = ["libm"]
default-features = false

[dependencies.rolling-stats]
version = "0.8.0"

[dev-dependencies.float-cmp]
version = "0.10.0"

[dev-dependencies.rand]
version = "0.10.0"

[dev-dependencies.rand_distr]
version = "0.6.0"

[dev-dependencies.rayon]
version = "1.11.0"