Cargo Features
holochain_deterministic_integrity has no features set by default.
[dependencies]
holochain_deterministic_integrity = { version = "0.0.13", features = ["trace", "mock", "test_utils"] }
- trace = tracing, tracing-core
-
Enables tracing of holochain_integrity_types ^0.0.12
it's important that we depend on holochain_integrity_types with no default features, both here AND in holochain_deterministic_integrity_derive, to reduce code bloat
Affects
holochain_deterministic_integrity::trace
,map_extern::make_subscriber
… - mock = mockall
-
Enables mock of hdk_derive ^0.0.40
- 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.
- tracing trace?
- tracing-core trace?
- mockall mock?
-
Enables mockall ^0.10.2