[package] name = "ex3-canister-client" version = "0.17.3" license = "MIT" authors = ["Deland Labs Core Dev "] edition = "2021" description = "Canister client base crate." homepage = "https://github.com/Deland-Labs/core-canister" repository = "https://github.com/Deland-Labs/core-canister" [dependencies] ic-agent = { version = "0.34", features = ["wasm-bindgen"], optional = true } ic-cdk = { version = "0.12", optional = true } candid = "0.10" log = "0.4.21" serde = "1.0" thiserror = "1.0.59" ex3-common-error-info = { version = "0.15", features = ["canister"] } ex3-canister-error = "0.17" [features] default = ["canister"] agent = ["ic-agent"] canister = ["ex3-common-error-info/canister", "ic-cdk"]