[dependencies.augurs-changepoint]
optional = true
version = "0.4.2"
[dependencies.augurs-clustering]
optional = true
version = "0.4.2"
[dependencies.augurs-core]
version = "0.4.2"
[dependencies.augurs-dtw]
optional = true
version = "0.4.2"
[dependencies.augurs-ets]
optional = true
version = "0.4.2"
[dependencies.augurs-forecaster]
optional = true
version = "0.4.2"
[dependencies.augurs-mstl]
optional = true
version = "0.4.2"
[dependencies.augurs-outlier]
optional = true
version = "0.4.2"
[dependencies.augurs-prophet]
optional = true
version = "0.4.2"
[dependencies.augurs-seasons]
optional = true
version = "0.4.2"
[dev-dependencies.itertools]
version = "0.13.0"
[features]
changepoint = ["augurs-changepoint"]
clustering = ["augurs-clustering"]
default = []
dtw = ["augurs-dtw"]
ets = ["augurs-ets"]
forecaster = ["augurs-forecaster"]
full = ["changepoint", "clustering", "dtw", "ets", "forecaster", "mstl", "outlier", "parallel", "seasons"]
mstl = ["augurs-mstl", "augurs-ets?/mstl"]
outlier = ["augurs-outlier"]
parallel = ["augurs-dtw?/parallel", "augurs-outlier?/parallel"]
prophet = ["augurs-prophet"]
prophet-cmdstan = ["augurs-prophet/cmdstan"]
prophet-compile-cmdstan = ["augurs-prophet/compile-cmdstan"]
seasons = ["augurs-seasons"]
[lib]
name = "augurs"
path = "src/lib.rs"
[package]
authors = ["Ben Sully <ben.sully@grafana.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A time-series toolkit for forecasting, outlier detection, clustering and more."
documentation = "https://docs.rs/crate/augurs"
edition = "2021"
keywords = ["analysis", "forecasting", "outlier-detection", "time-series"]
license = "MIT OR Apache-2.0"
name = "augurs"
readme = "README.md"
repository = "https://github.com/grafana/augurs"
version = "0.4.2"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "integration"
path = "tests/integration.rs"