comfy-table 0.0.4

A easy to use, dynamically wrapping and highly configurable commandline table builder library.
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "nukesor/comfy-table"
[build-dependencies.skeptic]
version = "0.13"
[dependencies.atty]
version = "^0.2"

[dependencies.crossterm]
version = "^0.14"

[dependencies.strum]
version = "^0.17"

[dependencies.strum_macros]
version = "^0.17"
[dev-dependencies.pretty_assertions]
version = "0.6"

[dev-dependencies.proptest]
version = "0.9.0"

[dev-dependencies.skeptic]
version = "0.13"

[package]
authors = ["Arne Beer <contact@arne.beer>"]
build = "build.rs"
description = "A easy to use, dynamically wrapping and highly configurable commandline table builder library."
documentation = "https://docs.rs/comfy-table/"
edition = "2018"
homepage = "https://github.com/nukesor/comfy-table"
keywords = ["shell", "commandline", "table", "unicode"]
license = "MIT"
name = "comfy-table"
readme = "README.md"
repository = "https://github.com/nukesor/comfy-table"
version = "0.0.4"