Cargo Features
[dependencies]
ytdlp_bindings = { version = "0.1.0", default-features = false, features = ["audio-processing", "video-processing", "vtt-processing"] }
- default = audio-processing, video-processing, vtt-processing, yt-dlp-vendored
-
These default features are set whenever
ytdlp_bindings
is added without
somewhere in the dependency tree.default-features = false - yt-dlp-vendored audio-processing default
- video-processing default
- vtt-processing default
-
Enables webvtt-parser
ytdlp_bindings has 4 features without comments.