Cargo Features
[dependencies]
stybulate = { version = "1.1.2", default-features = false, features = ["ansi_term_style", "cli"] }
- default = ansi_term_style
-
The
ansi_term_style
feature is set by default wheneverstybulate
is added without
somewhere in the dependency tree.default-features = false - ansi_term_style default = ansi_term
- cli = anyhow, structopt
-
Required by the binary
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.