csvkit 1.0.0

A short and informative description of your Rust package.
Documentation
[[bin]]
name = "csvkit"
path = "src/main.rs"

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

[package]
authors = ["StatPan <statpan@naver.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding"]
description = "A short and informative description of your Rust package."
edition = "2021"
homepage = "https://statpan.com"
keywords = ["csv", "reader", "writer", "dictreader", "dictwriter"]
license = "MIT OR Apache-2.0"
name = "csvkit"
readme = "README.md"
repository = "https://github.com/StatPan/csvkit"
version = "1.0.0"