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 whenevertabular
is added without
somewhere in the dependency tree.default-features = false - 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
-
Enables unicode-width ^0.1.5