sliding_features 0.5.0

Modular sliding window with various signal processing functions and technical indicators
Documentation
[package]
name = "sliding_features"
version = "0.5.0"
authors = ["MathisWellmann <wellmannmathis@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "Modular sliding window with various signal processing functions and technical indicators"
repository = "https://www.github.com/MathisWellmann/sliding_features-rs"
readme = "README.md"
keywords = ["sliding-window", "signal-processing", "modular", "technical-analysis", "indicators"]
categories = ["algorithms", "mathematics"]
exclude = [
    "img/"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rulinalg = "0.4.2"
dyn-clone = "^1.0.3"

[dev-dependencies]
rust_timeseries_generator = { git = "https://github.com/MathisWellmann/rust_timeseries_generator"}
rand = "0.7.3"
round = "0.1"