Cargo Features
[dependencies]
tlq-fhirpath = { version = "0.1.10", default-features = false, features = ["xml-support", "regex", "base64", "hex", "html-escape"] }
- default = base64, hex, html-escape, regex
-
These default features are set whenever
tlq-fhirpathis added withoutsomewhere in the dependency tree.default-features = false - xml-support = tlq-fhir-format
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.
- regex default
-
Enables regex
Regex support (optional)
- base64 default
-
Enables base64
Base64 encoding support (optional)
- hex default
- html-escape default
- tlq-fhir-format xml-support?
-
Enables tlq-fhir-format
XML support (optional)