# 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 = "hypors" version = "0.2.4" authors = ["Shubhankar Agrawal "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hypothesis Testing with Polars" readme = "README.md" keywords = [ "statistics", "hypothesis", "testing", "data", "p-value", ] license-file = "LICENSE" repository = "https://github.com/astronights/hypors" [lib] name = "hypors" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[test]] name = "anova" path = "tests/anova.rs" [[test]] name = "chi_square" path = "tests/chi_square.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "mann_whitney" path = "tests/mann_whitney.rs" [[test]] name = "proportion" path = "tests/proportion.rs" [[test]] name = "t" path = "tests/t.rs" [[test]] name = "z" path = "tests/z.rs" [dependencies.polars] version = ">=0.43.1" [dependencies.serde] version = ">=1.0.210" [dependencies.statrs] version = ">=0.17.1"