Cargo Features

[dependencies]
casper-erc20 = { version = "0.2.1", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of casper-contract ^1.3.2 and casper-types ^1.3.2

casper-contract:

DEPRECATED - enabling std has no effect.

casper-erc20 has 2 features without comments.