Cargo Features

[dependencies]
holochain_cli_sandbox = { version = "0.6.0-dev.4", default-features = false, features = ["wasmer_sys", "wasmer_wamr", "chc", "instrument"] }
default = wasmer_sys

The wasmer_sys feature is set by default whenever holochain_cli_sandbox is added without default-features = false somewhere in the dependency tree.

wasmer_sys default

Enables wasmer_sys of holochain_client

wasmer_wamr

Enables wasmer_wamr of holochain_client

chc

Enables holochain_chc, chc of holochain_conductor_api and holochain_conductor_config

Affects cmds::Create.chc_url

instrument

Enables instrument of holochain_chc

Features from optional dependencies

reminder - do not use workspace deps