Cargo Features
[dependencies]
deno_terminal = { version = "0.2.3", default-features = false, features = ["colors"] }
- default = colors
-
The
colorsfeature is set by default wheneverdeno_terminalis added withoutsomewhere in the dependency tree.default-features = false - colors default = termcolor
-
Affects
deno_terminal::colors…
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.