# 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 = "csv-txt-excel-parallel-toolkit" version = "0.4.7" authors = ["zhuang dai "] description = "A parallel and fast command line toolkit for small and large (>10G) CSV, TXT, and EXCEL files, with a unified api." readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Unlicense" repository = "https://github.com/ribbondz/rsv" [[bin]] name = "rsv" path = "src/main.rs" [dependencies.ahash] version = "0.8.2" [dependencies.bytecount] version = "0.6.3" [dependencies.calamine] version = "0.19.1" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.dashmap] version = "5.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.6.1" [dependencies.regex] version = "1.7.0" [dependencies.tabled] version = "0.10.0" [dependencies.xlsxwriter] version = "0.5.0" [dev-dependencies.execute] version = "0.2.11"