# 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 = "onay_stat" version = "0.1.3" authors = ["djakish"] description = "Simple crate for calculating sum, mean, median, median but sorted, range, \nvariance, standard deviation, mode, max and min value and their indices.\n" homepage = "https://github.com/djakish/onay_stat" readme = "README.md" keywords = ["statistics", "math"] categories = ["mathematics"] license = "MIT" repository = "https://github.com/djakish/onay_stat" resolver = "2" [dependencies.float-cmp] version = "0.9.0" [dependencies.rayon] version = "1.5"