Cargo Features
[dependencies]
bus_queue = { version = "0.5.3", default-features = false, features = ["arcswap", "rwlock", "rwlock-export"] }
- default = arcswap, rwlock
-
These default features are set whenever
bus_queue
is added without
somewhere in the dependency tree.default-features = false - arcswap default = arc-swap
-
Affects
flavors::arc_swap
… - rwlock default
-
Affects
flavors::rw_lock
… - rwlock-export
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.
- arc-swap arcswap
-
Enables arc-swap ^0.4.6