[package] name = "ex3-secret-router-client" version = "0.10.0" license = "MIT" authors = ["Deland Labs Core Dev "] edition = "2021" description = "Secret router canister client-canister." homepage = "https://github.com/Deland-Labs/core-canister" repository = "https://github.com/Deland-Labs/core-canister" [dependencies] ic-agent = { version = "0.23.0", optional = true } ic-cdk = { version = "0.6", optional = true } async-trait = "0.1.58" candid = "0.8.3" serde = "1.0" serde_bytes = "0.11" ex3-common-error-info = { version = "0.2.0", features = ["canister"] } ex3-timestamp = { version = "0.3.0", features = ["canister"] } ex3-canister-client = { path = "../..", version = "0.10.0" } ex3-canister-types = "0.10.0" ex3-secret-vault-public-types = { path = "../../../../canisters/secret-vault/public-types", version = "0.10.0" } [features] agent = ["ex3-canister-client/agent", "ic-agent"] canister = ["ex3-canister-client/canister", "ic-cdk"]