[package] name = "ex3-wallet-registry-factory-client" version = "0.17.4" license = "MIT" authors = ["Deland Labs Core Dev "] edition = "2021" description = "Wallet registry factory canister canister client." homepage = "https://github.com/Deland-Labs/core-canister" repository = "https://github.com/Deland-Labs/core-canister" [dependencies] ic-cdk = "0.12" async-trait = "0.1.80" candid = "0.10" serde = "1.0" serde_bytes = "0.11" mockall = { version = "0.11.4", 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 = { path = "../..", version = "0.17", features = [ "canister", ] } ex3-canister-types = "0.17" ex3-node-types = "0.15" ex3-wallet-registry-factory-public-types = { path = "../../../../canisters/wallet-registry-factory/public-types", version = "0.17" } ex3-wallet-registry-public-types = { path = "../../../../canisters/wallet-registry/public-types", version = "0.17" } [features] mock = ["mockall", "rstest"]