[dependencies] kobe-eth = { version = "0.4.2", default-features = false, features = ["std", "alloc", "rand"] }
The std feature is set by default whenever kobe-eth is added without default-features = false somewhere in the dependency tree.
std
kobe-eth
default-features = false
Enables std of hex, k256, kobe, and zeroize
Enables alloc of hex, kobe, and zeroize
Enable random key generation for StandardWallet (requires std)