Cargo Features
Unbundle has no features set by default.
[dependencies]
unbundle = { version = "5.1.0", features = ["full", "async", "rayon", "hardware", "scene", "gif", "waveform", "loudness", "transcode", "encode"] }
- full = async, encode, gif, hardware, loudness, rayon, scene, transcode, waveform
- async full? = futures-core, tokio, tokio-stream
-
Affects
unbundle::stream… - rayon full?
-
Enables rayon
Optional: parallel processing (feature = "rayon")
- hardware full?
-
Affects
unbundle::hardware_acceleration… - scene full?
-
Affects
unbundle::scene… - gif full?
-
Enables gif ^0.13
Optional: GIF export (feature = "gif")
Affects
unbundle::gif… - waveform full?
-
Affects
unbundle::waveform… - loudness full?
-
Affects
unbundle::loudness… - transcode full?
-
Affects
unbundle::transcode… - encode full?
-
Affects
unbundle::encode…
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.
- tokio async?
-
Enables tokio
Optional: async support (feature = "async")
- tokio-stream async?
- futures-core async?