Cargo Features

[dependencies]
tabular = { version = "0.2.0", default-features = false, features = ["ansi-cell", "unicode-width"] }
default = unicode-width

The unicode-width feature is set by default whenever tabular is added without default-features = false somewhere in the dependency tree.

ansi-cell = strip-ansi-escapes

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.

strip-ansi-escapes ansi-cell?

Enables strip-ansi-escapes ^0.1.1

unicode-width default