Cargo Features

[dependencies]
bb8 = { version = "0.8.3", default-features = false, features = ["parking_lot"] }
default = parking_lot

The parking_lot feature is set by default whenever bb8 is added without default-features = false somewhere in the dependency tree.

parking_lot default

Enables parking_lot, parking_lot of tokio

bb8 has 2 features without comments.