Cargo Features

batch-processing has no features set by default.

[dependencies]
batch-processing = { version = "0.1.2", features = ["async"] }
async = async-trait, futures, tokio, tokio-fs

Affects batch-processing::tokio

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.

async-trait async?
futures async?
tokio async?
tokio-fs async?