Cargo Features
[dependencies]
aurora-engine-precompiles = { version = "1.1.0", default-features = false, features = ["std", "contract", "ext-connector"] }
- default = std
-
The
std
feature is set by default wheneveraurora-engine-precompiles
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of aurora-engine-sdk, aurora-engine-types, zeropool-bn, ethabi, evm ^0.39.1, libsecp256k1, ripemd, sha2, and sha3
- contract
-
Enables contract of aurora-engine-sdk
- log error_refund ext-connector
aurora-engine-precompiles has 4 features without comments.