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 wheneverbatched-queue
is added without
somewhere in the dependency tree.default-features = false - 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.