ex3-dft-client 0.17.1

Dfinity fungible token standard canister client-rs/client-canister.
Documentation
[package]
name = "ex3-dft-client"
version = "0.17.1"
license = "MIT"
authors = ["Deland Labs Core Dev <delandlabs@gmail.com>"]
edition = "2021"
description = "Dfinity fungible token standard 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.11.4", optional = true }
rstest = { version = "0.18", optional = true }
ex3-common-error-info = { version = "0.15", features = ["canister"] }
ex3-canister-client = { path = "..", version = "0.17" }

[features]
mock = ["mockall", "rstest"]
default = ["canister"]
agent = ["ex3-canister-client/agent"]
canister = ["ex3-canister-client/canister", "ic-cdk"]