comfy-table 0.1.0

An easy to use library for building beautiful tables with automatic content wrapping
Documentation
[package]
name = "comfy-table"
description = "An easy to use library for building beautiful tables with automatic content wrapping"
version = "0.1.0"
authors = ["Arne Beer <contact@arne.beer>"]
homepage = "https://github.com/nukesor/comfy-table"
repository = "https://github.com/nukesor/comfy-table"
documentation = "https://docs.rs/comfy-table/"
license = "MIT"
keywords = ["shell", "commandline", "table", "unicode"]
readme = "README.md"
edition = "2018"
build = "build.rs"

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
atty = "^0.2"
crossterm = "^0.16"
strum = "^0.18"
strum_macros = "^0.18"

[build-dependencies]
skeptic = "0.13"

[dev-dependencies]
pretty_assertions = "0.6"
skeptic = "0.13"
proptest = "0.9.0"