# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ex3-asset-vault-client" version = "0.17.11" authors = ["Deland Labs Core Dev "] description = "Asset vault canister client-rs/client-canister." homepage = "https://github.com/Deland-Labs/core-canister" license = "MIT" repository = "https://github.com/Deland-Labs/core-canister" [dependencies.async-trait] version = "0.1.80" [dependencies.candid] version = "0.10" [dependencies.ex3-asset-vault-public-types] version = "0.17" [dependencies.ex3-balance-vault-public-types] version = "0.17" [dependencies.ex3-canister-client] version = "0.17" [dependencies.ex3-canister-types] version = "0.17" [dependencies.ex3-node-types] version = "0.15" [dependencies.ic-cdk] version = "0.12" optional = true [dependencies.mockall] version = "0.11.4" optional = true [dependencies.rstest] version = "0.18" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.11" [features] agent = ["ex3-canister-client/agent"] canister = [ "ex3-canister-client/canister", "ic-cdk", ] mock = [ "mockall", "rstest", ]