# 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_perusal" version = "0.8.2" exclude = [ "main.rs", ".vscode/*", ".gitignore", ".idea/", ] description = "Reads CSV files and returns the contents of the file with the appropriate datatype." readme = "README.md" keywords = [ "csv", "parser", "reader", "datatype", "data", ] categories = [ "data-structures", "development-tools", "template-engine", "encoding", "parsing", ] license = "Apache-2.0" repository = "https://github.com/Cosiamo/CSV-Perusal" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.csv] version = "1.2.2" [dependencies.itertools] version = "0.12.1" [dependencies.memchr] version = "2" default-features = false [dependencies.once_cell] version = "1.18.0" [dependencies.rayon] version = "1.9.0" [dependencies.regex] version = "1.9.6" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.thiserror] version = "1.0.61"