Cargo Features

[dependencies]
terl = { version = "0.0.3", default-features = false, features = ["parser_calling_tree", "color"] }
default = color

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

parser_calling_tree

Affects parser::calling_tree

color default = colored

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.

colored color