Cargo Features

holochain_conductor_api has no features set by default.

[dependencies]
holochain_conductor_api = { version = "0.5.0-dev.6", features = ["chc", "unstable-dpki", "unstable-sharding", "unstable-countersigning", "sqlite-encrypted", "sqlite"] }
chc

Affects conductor::ConductorConfig.chc_url

unstable-dpki
unstable-sharding

Enables unstable-sharding of kitsune_p2p_types

unstable-countersigning
sqlite-encrypted

Enables sqlite-encrypted of holo_hash, holochain_keystore, holochain_types, and holochain_zome_types

sqlite

Enables sqlite of holo_hash, holochain_keystore, holochain_types, and holochain_zome_types

Features from optional dependencies

reminder - do not use workspace deps