Cargo Features

[dependencies]
cstr8 = { version = "0.1.4", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc
alloc std

CStr8 has 3 features without comments.