# 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.81" name = "qsv-stats" version = "0.22.0" authors = ["Joel Natividad "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Computing summary statistics on streams." homepage = "https://github.com/jqnatividad/qsv-stats" documentation = "https://docs.rs/qsv-stats" readme = "README.md" keywords = [ "statistics", "frequency", "mean", "stddev", "quartiles", ] categories = [ "science", "mathematics", ] license = "MIT OR Unlicense" repository = "https://github.com/jqnatividad/qsv-stats" [lib] name = "stats" path = "src/lib.rs" [dependencies.ahash] version = "0.8" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1" features = ["derive"] [features] nightly = []