Cargo Features

AsciiTable has no features set by default.

[dependencies]
ascii_table = { version = "4.0.3", features = ["auto_table_width", "color_codes", "wide_characters"] }
auto_table_width = termion
color_codes = lazy_static, regex
wide_characters = unicode-width

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

lazy_static color_codes?
regex color_codes?
termion auto_table_width?

Enables termion ^2

unicode-width wide_characters?