# 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 = "2018" name = "sliding_features" version = "5.0.0" authors = ["MathisWellmann "] exclude = ["img/"] description = "Modular sliding window with various signal processing functions and technical indicators" readme = "README.md" keywords = [ "sliding-window", "signal-processing", "modular", "technical-analysis", "indicators", ] categories = [ "algorithms", "mathematics", ] license-file = "LICENSE" repository = "https://github.com/MathisWellmann/sliding_features-rs" [dependencies.getset] version = "0.1" [dependencies.num] version = "0.4" [dev-dependencies.plotters] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.round] version = "0.1" [dev-dependencies.time_series_generator] version = "0.3"