Cargo Features

ex3-deposit-detector-client has no features set by default.

[dependencies]
ex3-deposit-detector-client = { version = "0.17.18", features = ["agent", "canister", "mock"] }
agent

Enables agent of ex3-canister-client

Affects ex3-deposit-detector-client::client_impl

canister = ic-cdk

Enables canister of ex3-canister-client

Affects ex3-deposit-detector-client::canister_impl, ex3-deposit-detector-client::DepositDetector.sync_node_provider, ex3-deposit-detector-client::DepositDetector.accept_node_provider_update, ex3-deposit-detector-client::DepositDetector.sync_chain_nodes

mock = mockall, rstest

Affects ex3-deposit-detector-client::mock

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.

ic-cdk canister?

Enables ic-cdk ^0.12

mockall mock?
rstest mock?

Enables rstest ^0.18