Cargo Features

quickxml_to_serde has no features set by default.

[dependencies]
quickxml_to_serde = { version = "0.6.0", features = ["json_types", "regex_path"] }
json_types regex_path?

Enable to enforce fixed JSON data types for certain XML nodes

Affects quickxml_to_serde::Config.json_type_overrides

regex_path = json_types

Enable Regex matching for JSON types

Affects quickxml_to_serde::Config.json_regex_type_overrides