Cargo Features

[dependencies]
kobe-eth = { version = "0.4.2", default-features = false, features = ["std", "alloc", "rand"] }
default = std

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

std default rand? = alloc

Enables std of hex, k256, kobe, and zeroize

alloc std

Enables alloc of hex, kobe, and zeroize

rand = std

Enable random key generation for StandardWallet (requires std)