[go: up one dir, main page]

average 0.10.2

Calculate statistics iteratively
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 = "average"
version = "0.10.2"
authors = ["Vinzent Steinberg <Vinzent.Steinberg@gmail.com>"]
description = "Calculate statistics iteratively"
documentation = "https://docs.rs/average"
readme = "README.md"
keywords = ["stats", "mean", "skewness", "kurtosis", "quantile"]
categories = ["science", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/vks/average"

[[bench]]
name = "mean"
harness = false

[[bench]]
name = "min"
harness = false

[[bench]]
name = "kurtosis"
harness = false
[dependencies.conv]
version = "0.3"
default-features = false

[dependencies.float-ord]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde-big-array]
version = "0.1.4"
optional = true

[dependencies.serde_derive]
version = "1"
optional = true
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.proptest]
version = "0.9"

[dev-dependencies.quantiles]
version = "0.7"

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

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

[dev-dependencies.rand_xoshiro]
version = "0.3"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.streaming-stats]
version = "0.2"

[features]
serde1 = ["serde", "serde_derive", "serde-big-array"]