Cargo Features

hdk_crud has no features set by default.

[dependencies]
hdk_crud = { version = "0.15.0", features = ["no_example", "mock", "test_utils"] }
no_example
mock = fixt, holochain_types, mockall_double

Enables mock and test_utils of hdk

test_utils = fixt

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.

fixt mock? test_utils?
mockall_double mock?

Enables mockall_double ^0.2.0

holochain_types mock?