Cargo Features

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

These default features are set whenever gcemeta is added without default-features = false somewhere in the dependency tree.

Enables tcp of hyper ^0.14

parking_lot default

Enables parking_lot of tokio

gcemeta has 2 features without comments.