Cargo Features

[dependencies]
gcemeta = { version = "0.3.0", default-features = false, features = ["parking_lot"] }
default = parking_lot

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

parking_lot default

Enables parking_lot of tokio

gcemeta has 2 features without comments.