rrrs 0.1.2

Welcome to RRRS, a rapid, hyper-optimized CSV random sampling tool designed with performance and efficiency at its core.
[dependencies.clap]
version = "4.5.1"

[dependencies.indicatif]
features = ["rayon"]
version = "0.17.8"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.polars]
features = ["parquet", "lazy", "csv", "polars-lazy", "polars-io"]
version = "0.38.1"

[dependencies.rand]
version = "0.9.0-alpha.0"

[dependencies.rayon]
version = "1.9.0"

[dependencies.tokio]
features = ["fs", "io-std", "io-util", "full"]
version = "1.36.0"

[package]
authors = ["Ethan Wickstrom"]
description = "Welcome to RRRS, a rapid, hyper-optimized CSV random sampling tool designed with performance and efficiency at its core."
edition = "2021"
license-file = "LICENSE"
name = "rrrs"
readme = "README.md"
repository = "https://github.com/ethan-wickstrom/rrrs/"
version = "0.1.2"