# 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 = "simple_moving_average" version = "1.0.2" authors = ["Oskar Gustafsson "] exclude = [ "Makefile", "README.tpl", "rustfmt.toml", "/res", "/test_coverage", "/.github", "/.vscode", ] description = "Library of simple moving average (SMA) algorithms" readme = "README.md" keywords = [ "math", "rolling", "moving", "average", "mean", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/oskargustafsson/moving_average" [lib] name = "simple_moving_average" path = "src/lib.rs" [dependencies.num-traits] version = "0.2.17" [dev-dependencies.cgmath] version = "0.18.0" [dev-dependencies.euclid] version = "0.22.9" [dev-dependencies.nalgebra] version = "0.32.3" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.rayon] version = "1.8.0"