Cargo Features

[dependencies]
bitwrap_extra = { version = "2.0.6", default-features = false, features = ["std"] }
default = std

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

std default

bitwrap_extra has 2 features without comments.