csview 1.2.2

A high performance csv viewer with cjk/emoji support.
[build-dependencies.clap]
features = ["wrap_help", "derive"]
version = "4"

[build-dependencies.clap_complete]
version = "4"
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["wrap_help", "derive"]
version = "4"

[dependencies.csv]
version = "1.1"

[dependencies.exitcode]
version = "1.1"

[dependencies.itertools]
version = "0.10"

[dependencies.unicode-truncate]
version = "0"

[dependencies.unicode-width]
version = "0"

[package]
authors = ["Wenxuan Zhang <wenxuangm@gmail.com>"]
build = "build.rs"
categories = ["command-line-utilities"]
description = "A high performance csv viewer with cjk/emoji support."
edition = "2021"
exclude = ["/completions"]
homepage = "https://github.com/wfxr/csview"
keywords = ["csv", "pager", "viewer", "tool"]
license = "MIT/Apache-2.0"
name = "csview"
readme = "README.md"
repository = "https://github.com/wfxr/csview"
version = "1.2.2"
[profile.release]
codegen-units = 1
lto = true