[dependencies.lazy_static]
optional = true
version = "^1"
[dependencies.regex]
optional = true
version = "1.7"
[dependencies.strip-ansi-escapes]
version = "0.2"
[dependencies.unicode-segmentation]
version = "1"
[dev-dependencies.ansi_term]
version = "0"
[dev-dependencies.term]
version = "0"
[features]
nbsp = ["regex", "lazy_static"]
[package]
authors = ["dfhoughton <dfhoughton@gmail.com>"]
categories = ["command-line-interface", "text-processing", "value-formatting"]
description = "format tabular data for display"
documentation = "https://docs.rs/colonnade"
edition = "2018"
homepage = "https://github.com/dfhoughton/colonnade"
keywords = ["text", "table", "wrap", "justify", "align"]
license = "MIT"
name = "colonnade"
readme = "README.md"
repository = "https://github.com/dfhoughton/colonnade"
version = "1.3.3"