csvconv 0.1.0

CSV Delimiter Converter.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "csvconv"

description = "CSV Delimiter Converter."

repository = "https://github.com/AloizioMacedo/csvconv"

version = "0.1.0"

license = "MIT"

edition = "2021"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

clap = { version = "4.1.6", features = ["derive"] }

indicatif = "0.17.3"

itertools = "0.10.5"

rayon = "1.6.1"

unicode-segmentation = "1.10.1"