Cargo Features

[dependencies]
xsl-rs = { version = "0.1.0", default-features = false, features = ["std", "allocator-api2"] }
default = allocator-api2

The allocator-api2 feature is set by default whenever xsl-rs is added without default-features = false somewhere in the dependency tree.

std
allocator-api2 default

Enables allocator-api2

xsl-rs has 3 features without comments.