Cargo Features

[dependencies]
provola-reporters = { version = "0.2.0", default-features = false, features = ["terminalreporter"] }
default = terminalreporter

The terminalreporter feature is set by default whenever provola-reporters is added without default-features = false somewhere in the dependency tree.

terminalreporter default = provola-terminalreporter

Affects provola-reporters::DEFAULT_REPORTER

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.

provola-terminalreporter terminalreporter