# 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" rust-version = "1.78" name = "qsv-stats" version = "0.18.0" authors = ["Joel Natividad "] description = "Computing summary statistics on streams." homepage = "https://github.com/jqnatividad/qsv-stats" documentation = "https://docs.rs/qsv-stats" readme = "README.md" keywords = [ "statistics", "stats", "frequency", "mean", "stddev", ] categories = [ "science", "math", ] license = "MIT OR Unlicense" repository = "https://github.com/jqnatividad/qsv-stats" [lib] name = "stats" [dependencies.ahash] version = "0.8" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1" features = ["derive"]