Cargo Features
[dependencies]
compound-casper-erc20 = { version = "0.1.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevercompound-casper-erc20
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of casper-contract ^1.4.4 and casper-types ^1.5.0
casper-contract:
DEPRECATED - enabling
std
has no effect.
compound-casper-erc20 has 2 features without comments.