Cargo Features
[dependencies]
holochain_chc = { version = "0.2.0-dev.6", default-features = false, features = ["http", "instrument", "test_utils"] }
- default = http
-
The
http
feature is set by default wheneverholochain_chc
is added without
somewhere in the dependency tree.default-features = false - 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