Cargo Features
[dependencies]
lscolors = { version = "0.20.0", default-features = false, features = ["gnu_legacy", "ansi_term", "crossterm", "owo-colors"] }
- default = nu-ansi-term
-
The
nu-ansi-term
feature is set by default wheneverlscolors
is added without
somewhere in the dependency tree.default-features = false - gnu_legacy
-
Enables gnu_legacy of nu-ansi-term
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.
- ansi_term implicit feature
-
Enables ansi_term
ansi_term:
Library for ANSI terminal colours and styles (bold, underline)
- nu-ansi-term default gnu_legacy?
- crossterm implicit feature
-
Enables crossterm
crossterm:
A crossplatform terminal library for manipulating terminals
- owo-colors implicit feature
-
Enables owo-colors
owo-colors:
Zero-allocation terminal colors that'll make people go owo