anomaly_detection 0.4.0

Time series anomaly detection for Rust
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"
rust-version = "1.81.0"
name = "anomaly_detection"
version = "0.4.0"
authors = ["Andrew Kane <andrew@ankane.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Time series anomaly detection for Rust"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/ankane/AnomalyDetection.rs"

[features]
default = ["stlrs/std"]
no_std = [
    "distrs/no_std",
    "stlrs/alloc",
]

[lib]
name = "anomaly_detection"
path = "src/lib.rs"
doctest = false

[dependencies.distrs]
version = "0.2.3"

[dependencies.stlrs]
version = "0.4"