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