Cargo Features
[dependencies]
morse-lib = { version = "0.4.2", default-features = false, features = ["international", "custom", "audio"] }
- default = international
-
The
international
feature is set by default whenevermorse-lib
is added without
somewhere in the dependency tree.default-features = false - international default
- custom
- audio
-
Enables rodio ^0.19.0
morse-lib has 4 features without comments.