Cargo Features

aurora-engine-transactions has no features set by default.

[dependencies]
aurora-engine-transactions = { version = "1.2.0", features = ["std", "impl-serde", "contract"] }
std

Enables std of aurora-engine-sdk, aurora-engine-types, aurora-evm ^1.0.0, and rlp

impl-serde = serde

Enables impl-serde of aurora-engine-types

contract

Enables contract of aurora-engine-sdk

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde impl-serde?