Cargo Features

[dependencies]
nxml-rs = { version = "0.5.0", default-features = false, features = ["indexmap", "compact_str"] }
default = compact_str, indexmap

These default features are set whenever nxml-rs is added without default-features = false somewhere in the dependency tree.

indexmap default

Enables indexmap

compact_str default

Enables compact_str

nxml-rs has 3 features without comments.