Cargo Features
[dependencies]
github-action-runner = { version = "1.0.63", default-features = false, features = ["beep"] }
- default = beep
-
The
beep
feature is set by default whenevergithub-action-runner
is added without
somewhere in the dependency tree.default-features = false - beep default = rodio
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.
- rodio beep
-
Enables rodio ^0.19.0