Cargo Features

XSO has no features set by default.

[dependencies]
xso = { version = "0.1.2", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64"] }
macros

Enables xso_proc

minidom

Enables minidom of xso_proc

Affects xso::minidom_compat, xso::try_from_element

panicking-into-impl

Enables panicking-into-impl of xso_proc

Features from optional dependencies

jid implicit feature

Enables jid

optional dependencies to provide text conversion to/from types from/using these crates
NOTE: because we don't have public/private dependencies yet and cargo defaults to picking the highest matching version by default, the only sensible thing we can do here is to depend on the least version of the most recent semver of each crate.

uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs

base64 implicit feature

Enables base64

base64:

encodes and decodes base64 as bytes or utf8

Affects text::Base64