Cargo Features
[dependencies]
aurora-evm = { version = "2.1.3", default-features = false, features = ["std", "with-codec", "with-serde", "tracing", "print-debug"] }
- default = std
-
The
stdfeature is set by default wheneveraurora-evmis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of environmental, log, primitive-types ^0.13, rlp, parity-scale-codec, scale-info, serde, and sha3
environmental:
Optional dependencies
Affects
core::prelude,gasometer::prelude,aurora-evm::prelude,runtime::prelude… - with-codec = scale-codec, scale-info
-
Enables codec and scale-info of primitive-types ^0.13
- with-serde = serde
-
Enables impl-serde of primitive-types ^0.13
- tracing = environmental
-
Affects
core::InterpreterHandler.after_bytecode,gasometer::tracing,gasometer::Snapshot,aurora-evm::tracing,runtime::tracing… - force-debug create-fixed print-debug
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.