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 whenever stybulate is added without default-features = false somewhere in the dependency tree.

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.

ansi_term ansi_term_style
anyhow cli?
structopt cli?