Cargo Features

HolochainP2p has no features set by default.

[dependencies]
holochain_p2p = { version = "0.5.0-dev.22", features = ["mock_network", "sqlite-encrypted", "sqlite", "test_utils", "instrument"] }
mock_network = test_utils
sqlite-encrypted

Enables sqlite-encrypted of holo_hash and holochain_keystore

sqlite

Enables sqlite of holo_hash and holochain_keystore

test_utils mock_network?

Enables test_utils of holochain_types, fixturators and test_utils of holochain_zome_types

Affects spawn::HolochainP2pConfig.k2_test_builder, spawn::HolochainP2pConfig.disable_bootstrap, spawn::HolochainP2pConfig.disable_publish, spawn::HolochainP2pConfig.disable_gossip, spawn::HolochainP2pConfig.mem_bootstrap, actor::HcP2p.test_kitsune, actor::HcP2p.test_set_full_arcs

instrument

Enables tracing instrumentation
(we experience segfaults in some tests if there is too much instrumentation)

Features from optional dependencies

reminder - do not use workspace deps