allan 0.4.0

allan variance and deviation
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 = "allan"
version = "0.4.0"
authors = ["Brian Martin <brayniac@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "allan variance and deviation"
homepage = "https://github.com/brayniac/allan"
documentation = "https://docs.rs/allan"
readme = "README.md"
keywords = [
    "stability",
    "allan",
    "deviation",
    "variance",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/brayniac/allan"

[features]
default = ["simd"]
simd = ["wide"]

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

[[bench]]
name = "comprehensive_simd_bench"
path = "benches/comprehensive_simd_bench.rs"
harness = false

[[bench]]
name = "lazy_bench"
path = "benches/lazy_bench.rs"

[[bench]]
name = "simd_bench"
path = "benches/simd_bench.rs"
harness = false

[[bench]]
name = "sliding_bench"
path = "benches/sliding_bench.rs"
harness = false

[dependencies.wide]
version = "0.7"
optional = true

[dev-dependencies.probability]
version = "0.15.8"

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