# 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 = "rrrs" version = "0.1.3" authors = ["Ethan Wickstrom"] description = "Welcome to RRRS, a rapid, hyper-optimized CSV random sampling tool designed with performance and efficiency at its core." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ethan-wickstrom/rrrs/" [dependencies.clap] version = "4.5.1" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.parking_lot] version = "0.12.1" [dependencies.polars] version = "0.38.1" features = [ "parquet", "lazy", "csv", "polars-lazy", "polars-io", ] [dependencies.rand] version = "0.9.0-alpha.0" [dependencies.rayon] version = "1.9.0" [dependencies.tokio] version = "1.36.0" features = [ "fs", "io-std", "io-util", "full", ]