Cargo Features
[dependencies]
provola-reporters = { version = "0.2.0", default-features = false, features = ["terminalreporter"] }
- default = terminalreporter
-
The
terminalreporter
feature is set by default wheneverprovola-reporters
is added without
somewhere in the dependency tree.default-features = false - 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.