Cargo Features
[dependencies]
genref = { version = "0.8.0", default-features = false, features = ["global"] }
- default = global
-
The
global
feature is set by default whenevergenref
is added without
somewhere in the dependency tree.default-features = false - global default
-
Enables lazy_static, lock_api, and parking_lot
genref has 2 features without comments.