Cargo Features
[dependencies]
storyteller = { version = "1.0.0", default-features = false, features = ["channel_reporter"] }
- default = channel_reporter
-
The
channel_reporter
feature is set by default wheneverstoryteller
is added without
somewhere in the dependency tree.default-features = false - channel_reporter default = crossbeam-channel
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.