Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

AsciiTable has no features set by default.

[dependencies]
ascii_table = { version = "4.0.7", features = ["auto_table_width", "color_codes", "wide_characters"] }
auto_table_width = termsize
color_codes = 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.

regex color_codes?
termsize auto_table_width?
unicode-width wide_characters?