[package] name = "gammatest" version = "0.1.21" edition = "2021" authors = ["Saad Dahmani "] description ="gammatest crate provides a code to perform Gamma Test for machine learning feature selection." keywords = ["feature-selection", "machine-learning", "statistics", "statistical"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2.15"