Cargo Features
AsciiTable has no features set by default.
[dependencies]
ascii_table = { version = "4.0.5", 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.