Cargo Features

linera-sdk has no features set by default.

[dependencies]
linera-sdk = { version = "0.11.0", features = ["ethereum", "wasmer", "wasmtime", "test"] }
ethereum = async-trait, ethers

Affects linera-sdk::ethereum

wasmer

Enables linera-core, linera-execution, and linera-storage, wasmer of linera-witty

wasmtime

Enables wasmtime of linera-core, linera-execution, linera-storage, and linera-witty

test

Enables test of linera-base

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.

async-trait not wasm32 ethereum?
ethers not wasm32 ethereum?