Cargo Features

[dependencies]
susy-susy-pwasm-utils = { version = "0.6.2", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of byteorder, log, and susy-wasm

susy-susy-pwasm-utils has 2 features without comments.