cli-table 0.4.9

A crate for printing tables on command line
Documentation
[dependencies.cli-table-derive]
optional = true
version = "0.4.6"

[dependencies.csv]
optional = true
version = "1.3.0"

[dependencies.termcolor]
version = "1.4.1"

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

[features]
default = ["csv", "derive"]
derive = ["cli-table-derive", "title"]
doc = []
title = []

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

[package]
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
categories = ["command-line-interface"]
description = "A crate for printing tables on command line"
edition = "2018"
homepage = "https://github.com/devashishdxt/cli-table"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-*"]
keywords = ["table", "cli", "format"]
license = "MIT/Apache-2.0"
name = "cli-table"
readme = "README.md"
repository = "https://github.com/devashishdxt/cli-table"
version = "0.4.9"
[package.metadata.docs.rs]
all-features = true