Cargo Features

[dependencies]
xml_dom = { version = "0.2.6", default-features = false, features = ["quick_parser"] }
default = quick_parser

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

quick_parser default = quick-xml

Affects xml_dom::parser

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

quick-xml quick_parser

Enables quick-xml ^0.23.0

Feature specific dependencies