Cargo Features
holochain_cascade has no features set by default.
[dependencies]
holochain_cascade = { version = "0.5.0-dev.6", features = ["instrument", "sqlite-encrypted", "sqlite", "unstable-warrants", "test_utils"] }
- instrument
- sqlite-encrypted
-
Enables sqlite-encrypted of holo_hash, holochain_sqlite, holochain_state, holochain_types, holochain_zome_types, and kitsune_p2p
holochain_sqlite:
Use at-rest encryption of databases
- sqlite
-
Enables sqlite of holo_hash, holochain_sqlite, holochain_state, holochain_types, holochain_zome_types, and kitsune_p2p
holochain_sqlite:
Compile SQLite from source rather than depending on a library
- unstable-warrants
-
Enables unstable-warrants of holochain_state
- test_utils = mockall
-
Enables test_utils of holochain_chc, holochain_p2p, holochain_state, and holochain_types
Affects
holochain_cascade::test_utils
…
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
- mockall test_utils?
-
Enables mockall ^0.11.3