Cargo Features

[dependencies]
str_array = { version = "1.1.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc
alloc std

StrArray has 3 features without comments.