tv-cli 0.5.3

Format json into table view
Documentation
[[bin]]
name = "tv"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.43"

[dependencies.atty]
version = "0.2.14"

[dependencies.clap]
version = "2.33.3"

[dependencies.csv]
version = "1.1.6"

[dependencies.serde]
features = ["derive"]
version = "1.0.129"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.66"

[dependencies.tokio]
features = ["full"]
version = "1.10.1"

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

[package]
authors = ["uzimaru0000 <shuji365630@gmail.com>"]
description = "Format json into table view"
edition = "2018"
exclude = [".github/*", "scripts/*", "array.json", "example.json", "cliff.toml"]
homepage = "https://github.com/uzimaru0000/tv"
keywords = ["json", "viewer", "tool"]
license = "MIT"
name = "tv-cli"
readme = "README.md"
repository = "https://github.com/uzimaru0000/tv"
version = "0.5.3"