comfy-table 1.4.2

An easy to use library for building beautiful tables with automatic content wrapping
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.crossterm]
version = "^0.18"

[dependencies.strum]
version = "^0.20"

[dependencies.strum_macros]
version = "^0.20"
[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.pretty_assertions]
version = "0.6"

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

[package]
authors = ["Arne Beer <contact@arne.beer>"]
description = "An easy to use library for building beautiful tables with automatic content wrapping"
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 = "1.4.2"