Cargo Features
[dependencies]
elegance = { version = "0.4.0", default-features = false, features = ["unicode-width"] }
- default = unicode-width
-
The
unicode-widthfeature is set by default whenevereleganceis added withoutsomewhere in the dependency tree.default-features = false - unicode-width default
-
Enables unicode-width
Elegance has 2 features without comments.