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 whenever ffmpeg-next-io is added without default-features = false somewhere in the dependency tree.

channel default crossbeam-channel? tokio?

Enables bytes

crossbeam-channel = channel

Enables crossbeam-channel

tokio = channel

Enables tokio

Features from optional dependencies

futures implicit feature
async-std implicit feature

Enables async-std

async-std:

Async version of the Rust standard library