# 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 = "hstats" version = "0.1.0" authors = ["Dilshod Tadjibaev @antimora"] description = "Online histogram statistics calculations" documentation = "https://docs.rs/hstats" readme = "README.md" keywords = [ "statistics", "stats", "histogram", "online", "rolling", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/antimora/hstats" [dependencies.num-traits] version = "0.2.15" features = ["libm"] default-features = false [dependencies.rolling-stats] version = "0.7.0" [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"