Cargo Features
[dependencies]
xml_dom = { version = "0.2.8", default-features = false, features = ["quick_parser"] }
- default = quick_parser
-
The
quick_parser
feature is set by default wheneverxml_dom
is added without
somewhere in the dependency tree.default-features = false - 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.36
Feature specific dependencies