Cargo Features

[dependencies]
xrpl_types = { version = "0.16.3", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever xrpl_types is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ascii, hex, and serde_json

xrpl_types has 2 features without comments.