ex3-secret-vault-factory-client 0.17.5

Secret vault factory canister canister client.
Documentation
[package]
name = "ex3-secret-vault-factory-client"
version = "0.17.5"
license = "MIT"
authors = ["Deland Labs Core Dev <delandlabs@gmail.com>"]
edition = "2021"
description = "Secret vault 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-secret-vault-factory-public-types = { path = "../../../../canisters/secret-vault-factory/public-types", version = "0.17" }
ex3-secret-vault-public-types = { path = "../../../../canisters/secret-vault/public-types", version = "0.17" }

[features]
mock = ["mockall", "rstest"]