Cargo Features
[dependencies]
xrpl_types = { version = "0.16.5", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverxrpl_types
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ascii, hex, and serde_json
xrpl_types has 2 features without comments.