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 wheneverholochain_cli_sandbox
is added without
somewhere in the dependency tree.default-features = false - 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