Cargo Features

[dependencies]
hml-rs = { version = "0.3.0", default-features = false, features = ["xml"] }
default = xml

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

xml default

Enables clap ~4.4 and xml-rs

Required by the hmlconvert binary