Cargo Features

[dependencies]
eng-pwasm-abi = { version = "0.3.2", default-features = false, features = ["std", "hex", "strict", "serialize"] }
default = hex, serialize

These default features are set whenever eng-pwasm-abi is added without default-features = false somewhere in the dependency tree.

std

Enables std of byteorder and uint ^0.6

hex default = rustc-hex
strict
serialize default = serde

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

serde serialize
rustc-hex hex