Cargo Features

[dependencies]
ceres-executor = { version = "0.2.0", default-features = false, features = ["std", "wasmi"] }
default = wasmi

The wasmi feature is set by default whenever ceres-executor is added without default-features = false somewhere in the dependency tree.

std = hex, wasmtime

Enables std of ceres-std

ceres dependencies

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.

hex std?
wasmi default

Enables patract-wasmi

wasmtime std?

Enables wasmtime ^0.26.1