simd-csv 0.11.1

Specialized Rust CSV readers/writers leveraging SIMD instructions.
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 = "2021"
name = "simd-csv"
version = "0.11.1"
authors = ["Guillaume Plique <guillaume.plique@sciencespo.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Specialized Rust CSV readers/writers leveraging SIMD instructions."
homepage = "https://github.com/medialab/simd-csv"
documentation = "https://github.com/medialab/simd-csv#readme"
readme = "README.md"
keywords = [
    "csv",
    "tsv",
    "simd",
]
license = "MIT"
repository = "https://github.com/medialab/simd-csv"

[profile.release]
lto = true
codegen-units = 1
strip = true

[profile.release-debug]
lto = false
codegen-units = 1
debug = 2
inherits = "release"
strip = false

[lib]
name = "simd_csv"
path = "src/lib.rs"
doctest = false

[[example]]
name = "count"
path = "examples/count.rs"

[[example]]
name = "instructions"
path = "examples/instructions.rs"

[[example]]
name = "integrity"
path = "examples/integrity.rs"

[[example]]
name = "passthrough"
path = "examples/passthrough.rs"

[[example]]
name = "seek"
path = "examples/seek.rs"

[dependencies.memchr]
version = "2.7.6"

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.bstr]
version = "1.12.0"

[dev-dependencies.clap]
version = "4.5.47"
features = ["derive"]

[dev-dependencies.csv]
version = "1.3.1"

[dev-dependencies.memmap2]
version = "0.9.8"