[dependencies]
[package]
description = "A non-allocating RFC 4180 compliant CSV parser."
edition = "2021"
license-file = "LICENSE.txt"
name = "rcsv"
readme = "README.md"
repository = "https://github.com/bibhas2/rcsv"
version = "0.1.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winnt", "fileapi", "handleapi", "memoryapi", "std"]
version = "0.3"