[package] name = "hypors" authors = ["Shubhankar Agrawal "] version = "0.2.4" edition = "2021" license-file = "LICENSE" repository = "https://github.com/astronights/hypors" description = "Hypothesis Testing with Polars" keywords = ["statistics", "hypothesis", "testing", "data", "p-value"] [lib] name = "hypors" path = "src/lib.rs" crate-type = ["cdylib", "lib"] [dependencies] serde = ">=1.0.210" statrs = ">=0.17.1" polars = ">=0.43.1"