# 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 = "stlplus-rs" version = "0.1.3" description = "Port of the enhanced Seasonal Trend Decomposition using Loess (STL) implementation to rust" homepage = "https://github.com/nmandery/stlplus-rs" readme = "README.md" keywords = [ "timeseries", "stl", "loess", ] license = "MIT/Apache-2.0" repository = "https://github.com/nmandery/stlplus-rs" [[example]] name = "crates_io_downloads" [[bench]] name = "simple_stl" harness = false [dependencies.itertools] version = "0.11" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "^0.5" features = ["html_reports"] [dev-dependencies.plotters] version = "0.3"