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 whenever arch-pkg-text is added without default-features = false somewhere in the dependency tree.

std default parking_lot?

Enables indexmap, std of strum

parking_lot = std

Enables parking_lot

arch-pkg-text has 3 features without comments.