[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "nukesor/comfy-table"
[dependencies.atty]
version = "^0.2"
[dependencies.crossterm]
version = "^0.14"
[dependencies.strum]
version = "^0.17"
[dependencies.strum_macros]
version = "^0.17"
[package]
authors = ["Arne Beer <contact@arne.beer>"]
description = "A easy to use, automatically 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.3"