Cargo Features
[dependencies]
youtube-tui = { version = "0.8.1", default-features = false, features = ["sixel", "halfblock", "clipboard", "mpv"] }
- default = clipboard, halfblock, mpv, sixel
-
These default features are set whenever
youtube-tui
is added without
somewhere in the dependency tree.default-features = false - sixel default
-
Enables sixel of viuer ^0.7
- halfblock default = viuer
- clipboard default
-
Enables clipboard
- mpv default
-
Enables libmpv-sirno
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.
- viuer halfblock sixel
-
Enables viuer ^0.7