Cargo Features

[dependencies]
rcuber = { version = "0.7.20", default-features = false, features = ["term"] }
default = term

The term feature is set by default whenever rcuber is added without default-features = false somewhere in the dependency tree.

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