Cargo Features

[dependencies]
maybe_xml = { version = "0.11.0", default-features = false, features = ["std", "alloc", "internal_unstable"] }
default = std

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

std default
alloc
internal_unstable

Exposing internal and unstable APIs