Cargo Features
[dependencies]
ffmpeg-next-io = { version = "0.1.0", default-features = false, features = ["channel", "crossbeam-channel", "tokio", "futures", "async-std"] }
- default = channel
-
The
channel
feature is set by default wheneverffmpeg-next-io
is added without
somewhere in the dependency tree.default-features = false - channel default crossbeam-channel? tokio?
-
Enables bytes
- crossbeam-channel = channel
-
Enables crossbeam-channel
- tokio = channel
-
Enables tokio