# 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 = "rolling-stats" version = "0.7.0" authors = [ "Ryan Kurte ", "Dilshod Tadjibaev @antimora", ] description = "Rolling statistics calculations (min/max/mean/std_dev) over arbitrary floating point numbers based on Welford's Online Algorithm" readme = "README.md" keywords = [ "statistics", "stats", "data", ] categories = ["science"] license = "MIT / Apache-2.0" repository = "https://github.com/ryankurte/rust-rolling-stats" [dependencies.libm] version = "0.2.7" optional = true [dependencies.num-traits] version = "0.2.15" features = ["libm"] default-features = false [dependencies.serde] version = "1.0.163" features = ["derive"] optional = true default-features = false [dev-dependencies.float-cmp] version = "0.9.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [dev-dependencies.rayon] version = "1.7.0"