[dependencies.clap]
features = ["derive"]
version = "4.1.6"
[dependencies.indicatif]
version = "0.17.3"
[dependencies.itertools]
version = "0.10.5"
[dependencies.rayon]
version = "1.6.1"
[dependencies.unicode-segmentation]
version = "1.10.1"
[package]
description = "CSV Delimiter Converter."
edition = "2021"
license = "MIT"
name = "csvconv"
readme = "README.md"
repository = "https://github.com/AloizioMacedo/csvconv"
version = "0.1.0"