Cargo Features
[dependencies]
hml-rs = { version = "0.3.0", default-features = false, features = ["xml"] }
- default = xml
-
The
xml
feature is set by default wheneverhml-rs
is added without
somewhere in the dependency tree.default-features = false - xml default
-
Required by the hmlconvert binary