Cargo Features

[dependencies]
genref = { version = "0.8.0", default-features = false, features = ["global"] }
default = global

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

global default

Enables lazy_static, lock_api, and parking_lot

genref has 2 features without comments.