Cargo Features

[dependencies]
github-action-runner = { version = "1.0.62", default-features = false, features = ["beep"] }
default = beep

The beep feature is set by default whenever github-action-runner is added without default-features = false somewhere in the dependency tree.

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.17.3