Cargo Features

[dependencies]
xml-string = { version = "0.0.2", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc
alloc std

xml-string has 3 features without comments.