csv 1.3.0

Fast CSV parsing with support for serde.
Documentation
[dependencies.csv-core]
version = "0.1.11"

[dependencies.itoa]
version = "1"

[dependencies.ryu]
version = "1"

[dependencies.serde]
version = "1.0.55"
[dev-dependencies.bstr]
default-features = false
features = ["alloc", "serde"]
version = "1.2.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.55"

[lib]
bench = false

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
categories = ["encoding", "parser-implementations"]
description = "Fast CSV parsing with support for serde."
documentation = "https://docs.rs/csv"
edition = "2021"
exclude = ["/.github", "/ci/*", "/scripts/*"]
homepage = "https://github.com/BurntSushi/rust-csv"
keywords = ["csv", "comma", "parser", "delimited", "serde"]
license = "Unlicense/MIT"
name = "csv"
readme = "README.md"
repository = "https://github.com/BurntSushi/rust-csv"
rust-version = "1.61"
version = "1.3.0"
[profile.bench]
debug = 2

[profile.release]
debug = 2