Cargo Features

[dependencies]
batched-queue = { version = "0.1.0-alpha", default-features = false, features = ["tracing", "sync", "async"] }
default = sync

The sync feature is set by default whenever batched-queue is added without default-features = false somewhere in the dependency tree.

tracing

Enables tracing

sync default = crossbeam-channel, parking_lot

Affects batched-queue::sync

async = 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.

crossbeam-channel sync
parking_lot sync
tokio async?