0eed9d06db
"statistics" was already in the description, so it does not need to be a keyword.
28 lines
591 B
TOML
28 lines
591 B
TOML
[package]
|
|
authors = ["Vinzent Steinberg <Vinzent.Steinberg@gmail.com>"]
|
|
name = "average"
|
|
version = "0.6.1"
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/vks/average"
|
|
description = "Calculate statistics iteratively"
|
|
readme = "README.md"
|
|
categories = ["science", "no-std"]
|
|
keywords = ["stats", "mean", "skewness", "kurtosis", "quantile"]
|
|
|
|
[dependencies]
|
|
conv = { version = "0.3", default-features = false }
|
|
quickersort = "3"
|
|
|
|
[dev-dependencies]
|
|
bencher = "0.1"
|
|
rand = "0.3"
|
|
streaming-stats = "0.1"
|
|
|
|
[[bench]]
|
|
name = "mean"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "min"
|
|
harness = false
|