Cargo Features

[dependencies]
holochain_chc = { version = "0.2.0-dev.2", default-features = false, features = ["http", "instrument", "test_utils"] }
default = http

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

http default = holochain_serialized_bytes, reqwest

Affects holochain_chc::chc_http

instrument
test_utils

Enables test_utils of holochain_types

Affects holochain_chc::ChainHeadCoordinatorExt.head

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.

reminder - do not use workspace deps

holochain_serialized_bytes http
reqwest http