Cargo Features

holochain_state has no features set by default.

[dependencies]
holochain_state = { version = "0.3.0-beta-dev.46", features = ["sqlite-encrypted", "sqlite", "test_utils", "fuzzing"] }
sqlite-encrypted

Enables sqlite-encrypted of holo_hash, holochain_keystore, holochain_p2p, holochain_sqlite, holochain_types, holochain_zome_types, and kitsune_p2p

holochain_sqlite:

Use at-rest encryption of databases

sqlite

Enables sqlite of holo_hash, holochain_keystore, holochain_p2p, holochain_sqlite, holochain_types, holochain_zome_types, and kitsune_p2p

holochain_sqlite:

Compile SQLite from source rather than depending on a library

test_utils = base64, contrafact, nanoid, tempfile

Enables test_utils of holochain_keystore, holochain_p2p, holochain_sqlite, holochain_types, and holochain_zome_types

fuzzing

Enables fuzzing of holochain_types and holochain_zome_types

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

tempfile test_utils?
base64 test_utils?
nanoid test_utils?
contrafact test_utils?