[package] name = "ex3-blockchain-client" version = "0.17.16" license = "MIT" authors = ["Deland Labs Core Dev "] edition = "2021" description = "Blockchain 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 } sha2 = { version = "0.10.6", default-features = false } ex3-canister-types = "0.17" ex3-serde = { version = "0.15" } ex3-canister-client = "0.17" ex3-blockchain-public-types = "0.17" ex3-core-registry-public-types = "0.17" ex3-node-types = "0.15" [features] mock = ["mockall", "rstest"] agent = ["ex3-canister-client/agent"] canister = ["ex3-canister-client/canister", "ic-cdk"]