table-format 0.0.1

Formats tables for printing to terminals and logs.
Documentation
[package]
name = "table-format"
version = "0.0.1"
authors = ["Stuart Thompson <stuart@stuartthompson.net>"]
edition = "2018"
description = "Formats tables for printing to terminals and logs."
documentation = "https://github.com/stuartthompson/table-format/blob/master/README.md"
readme = "README.md"
homepage = "https://github.com/stuartthompson/table-format"
repository = "https://github.com/stuartthompson/table-format"
license = "GPL-3.0-or-later"
keywords = ["terminal", "text", "format", "cli", "console"]
categories = ["command-line-utilities", "command-line-interface", "development-tools", "development-tools::debugging"]


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

[dependencies]
colored = "2.0.0"