term-table 1.3.2

Tables for CLI apps
Documentation
[package]
name = "term-table"
version = "1.3.2"
authors = ["Ryan Bluth <ryanbluth93@gmail.com>"]
description = "Tables for CLI apps"
license = "MIT"
repository = "https://github.com/RyanBluth/term-table-rs"
readme = "README.md"
categories = ["command-line-interface"]
keywords = ["table", "cli", "terminal"]
edition = "2018"

[dependencies]
lazy_static = "1"
regex = "1"
unicode-width = "0.1"

[dev-dependencies]
pretty_assertions = "0.6.1"