# 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 = "time-series-filter" version = "0.1.2" authors = ["Todd Stellanova "] description = "Filters such as exponential weighted moving average (IIR LPF)" readme = "README.md" keywords = [ "EWMA", "LPF", "IIR", "filter", ] categories = [ "science", "embedded", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/tstellanova/time-series-filter" [dependencies.num-traits] version = "0.2.17" features = ["libm"] default-features = false [dev-dependencies.assert_approx_eq] version = "1.1.0"