[dependencies.termcolor]
version = "1.0"
[dependencies.unicode-width]
version = "0.1"
[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"]
keywords = ["table", "cli", "format"]
license = "MIT/Apache-2.0"
name = "cli-table"
readme = "README.md"
repository = "https://github.com/devashishdxt/cli-table"
version = "0.3.0"