Cargo Features
[dependencies]
bb8 = { version = "0.8.6", default-features = false, features = ["parking_lot"] }
- default = parking_lot
-
The
parking_lot
feature is set by default wheneverbb8
is added without
somewhere in the dependency tree.default-features = false - parking_lot default
-
Enables parking_lot, parking_lot of tokio
bb8 has 2 features without comments.