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