Cargo Features
[dependencies]
clitrans = { version = "0.3.5", default-features = false, features = ["full", "audio"] }
- default = full
-
The
full
feature is set by default wheneverclitrans
is added without
somewhere in the dependency tree.default-features = false - full default = audio
- audio full = 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 audio?
-
Enables rodio ^0.13