[build-dependencies.structopt]
version = "0.3"
[dependencies.csv]
version = "1.1"
[dependencies.exitcode]
version = "1"
[dependencies.prettytable-rs]
version = "^0.8"
[dependencies.structopt]
features = ["wrap_help"]
version = "0.3"
[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 = "2018"
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 = "0.3.4"
[profile.release]
codegen-units = 1
lto = true
[target."cfg(target_family = \"unix\")".dependencies.nix]
version = "0.18"