[[bench]]
harness = false
name = "build_tables"
[[bench]]
harness = false
name = "build_large_table"
[[example]]
name = "no_tty"
path = "examples/readme_table_no_tty.rs"
[[example]]
name = "readme_table"
path = "examples/readme_table.rs"
[[example]]
name = "inner_style"
path = "examples/inner_style.rs"
required-features = ["custom_styling"]
[badges.maintenance]
status = "actively-developed"
[dependencies.console]
optional = true
version = "0.15"
[dependencies.crossterm]
default-features = false
optional = true
version = "0.26"
[dependencies.strum]
version = "0.24"
[dependencies.strum_macros]
version = "0.24"
[dependencies.unicode-width]
version = "0.1"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.rstest]
version = "0.17"
[features]
custom_styling = ["console"]
debug = []
default = ["tty"]
integration_test = []
tty = ["crossterm"]
[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 = "2021"
homepage = "https://github.com/nukesor/comfy-table"
keywords = ["terminal", "table", "unicode"]
license = "MIT"
name = "comfy-table"
readme = "README.md"
repository = "https://github.com/nukesor/comfy-table"
rust-version = "1.62"
version = "6.2.0"