[dependencies.chrono]
version = "0.4.26"
[dependencies.csv]
version = "1.2.2"
[dependencies.itertools]
version = "0.12.1"
[dependencies.memchr]
default-features = false
version = "2"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.rayon]
version = "1.9.0"
[dependencies.regex]
version = "1.9.6"
[dependencies.serde]
features = ["derive"]
version = "1.0.188"
[package]
categories = ["data-structures", "development-tools", "template-engine", "encoding", "parsing"]
description = "Reads CSV files and returns the contents of the file with the appropriate datatype."
edition = "2021"
exclude = ["main.rs", ".vscode/*", ".gitignore"]
keywords = ["csv", "parser", "reader", "datatype", "data"]
license = "Apache-2.0"
name = "csv_perusal"
readme = "README.md"
repository = "https://github.com/Cosiamo/CSV-Perusal"
version = "0.7.0"