Cargo Features
[dependencies]
rcuber = { version = "0.7.20", default-features = false, features = ["term"] }
- default = term
-
The
term
feature is set by default wheneverrcuber
is added without
somewhere in the dependency tree.default-features = false - term default = crossterm
-
Affects
rcuber::printer
…
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.
- crossterm term
-
Enables crossterm ^0.27.0