[package] name = "r2rs-datasets" description = "Statistical datasets for Rust based on R's datasets package" version = "0.1.1" authors = ["Nick Yahr "] edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://neek-sss.gitlab.io/yarsh-technologies-blog/strafe/" documentation = "https://neek-sss.gitlab.io/strafe/r2rs_datasets/index.html" repository = "https://gitlab.com/Neek-sss/strafe/-/tree/master/r2rs-datasets" categories = ["mathematics", "science", "visualization"] keywords = ["statistics", "model", "plot", "data", "test"] [dependencies] polars = "~0.38" [dev-dependencies] strafe-testing = { version = "~0.1", path = "../strafe-testing" } [features] #enable_proptest = ["strafe-testing/enable_proptest"] enable_covtest = []