ex3-deposit-detector-client 0.17.18

Deposit detector canister client-rs/client-canister.
Documentation
[package]
name = "ex3-deposit-detector-client"
version = "0.17.18"
license = "MIT"
authors = ["Deland Labs Core Dev <delandlabs@gmail.com>"]
edition = "2021"
description = "Deposit detector canister client-rs/client-canister."
homepage = "https://github.com/Deland-Labs/core-canister"
repository = "https://github.com/Deland-Labs/core-canister"

[dependencies]
ic-cdk = { version = "0.12", optional = true }
async-trait = "0.1.80"
candid = "0.10"
serde = "1.0"
serde_bytes = "0.11"
mockall = { version = "0.12", optional = true }
rstest = { version = "0.18", optional = true }
ex3-common-error-info = { version = "0.15", features = ["canister"] }
ex3-timestamp = { version = "0.15", features = ["canister"] }
ex3-canister-named-canisters = { path = "../../../../util/constant/named-canisters", version = "0.17" }
ex3-canister-client = "0.17"
ex3-canister-types = "0.17"
ex3-node-types = "0.15"

ex3-deposit-detector-public-types = "0.17"
ex3-core-registry-public-types = "0.17"

[features]
mock = ["mockall", "rstest"]
agent = ["ex3-canister-client/agent"]
canister = ["ex3-canister-client/canister", "ic-cdk"]