Cargo Features
xsd-parser has no features set by default.
[dependencies]
xsd-parser = { version = "0.1.2", features = ["async", "web-resolver", "update-expectations"] }
- async = tokio
-
Enable support for async XML processing
Affects
deserialize::DeserializeAsync
,error_reader::ReadEventFut
,reader::XmlReaderAsync
,serialize::SerializeAsync
… - web-resolver = reqwest
-
Enable support for web resolvers
- update-expectations
-
Helper feature to automatically update all code expectations of the tests
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.