Cargo Features
prc-rs has no features set by default.
[dependencies]
prc-rs = { version = "1.6.1", features = ["xml-feat", "indexmap-std"] }
- xml-feat = quick-xml
-
Affects
prc-rs::xml
… - indexmap-std
-
Enables std of indexmap ^1.2
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 xml-feat?
-
Enables quick-xml ^0.18.1