Cargo Features
[dependencies]
arch-pkg-text = { version = "0.6.0", default-features = false, features = ["std", "parking_lot"] }
- default = std
-
The
std
feature is set by default wheneverarch-pkg-text
is added without
somewhere in the dependency tree.default-features = false - std default parking_lot?
- parking_lot = std
-
Enables parking_lot
arch-pkg-text has 3 features without comments.