papergrid 0.1.23

Papergrid is a library which provide an paper like table printing
Documentation
[package]
name = "papergrid"
version = "0.1.23"
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
edition = "2018"
description = "Papergrid is a library which provide an paper like table printing"
repository = "https://github.com/zhiburt/tabled"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
color = ["strip-ansi-escapes"]

[dependencies]
unicode-width = "0.1.8"
strip-ansi-escapes = { version = "0.1.0", optional = true }

[dev-dependencies]
colored = "2.0.0"