csv_lib 1.0.7

Library for parsing CSV files using memory-mapped I/O, with low alloc, and AVX2/NEON support
Documentation
# 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 = "2018"
name = "csv_lib"
version = "1.0.7"
authors = ["Ignacio Perez Panizza <ptechsoftware.correo@gmail.com>"]
build = "build.rs"
exclude = [
    "/target/*",
    "*.lock",
    "*.sh",
    "*.ps1",
    "*.bat",
    "*.png",
    "*.jpg",
    "*.svg",
    "docs/*",
    "examples/*",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for parsing CSV files using memory-mapped I/O, with low alloc, and AVX2/NEON support"
documentation = "https://docs.rs/csv_lib"
readme = "README.md"
keywords = [
    "csv",
    "parser",
    "rust",
    "memmap",
    "high-performance",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/PTechSoftware/csv_lib"

[features]
default = []
ffi = []

[lib]
name = "csv_lib"
path = "src/lib.rs"

[dependencies.memchr]
version = "2.7.4"

[dependencies.memmap2]
version = "0.9.5"

[dependencies.num_cpus]
version = "1.16.0"