Cargo Features

EIP-712 has no features set by default.

[dependencies]
eip712 = { version = "0.1.0", features = ["std", "backtraces"] }
std backtraces?

Enables std of serde, serde_json, and snafu ^0.7.0

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

Affects abi::from_reader

backtraces = std

Enables backtraces of snafu ^0.7.0