augurs-forecaster 0.10.2

A high-level API for the augurs forecasting library.
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 = "2021"
name = "augurs-forecaster"
version = "0.10.2"
authors = ["Ben Sully <ben.sully@grafana.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level API for the augurs forecasting library."
documentation = "https://docs.rs/crate/augurs"
readme = "README.md"
keywords = [
    "analysis",
    "forecasting",
    "outlier-detection",
    "time-series",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/grafana/augurs"

[lib]
name = "augurs_forecaster"
path = "src/lib.rs"
bench = false

[dependencies.argmin]
version = "0.10.0"

[dependencies.augurs-core]
version = "0.10.2"

[dependencies.itertools]
version = "0.14.0"

[dependencies.thiserror]
version = "2.0.3"

[dev-dependencies]

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
rust_2018_idioms = "warn"
unreachable_pub = "warn"

[lints.rust.non_local_definitions]
level = "allow"
priority = 1