# 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-ic-ledger-client" version = "0.17.1" authors = ["Deland Labs Core Dev "] description = "Dfinity ledger 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.crc32fast] version = "1.3.2" [dependencies.ex3-canister-client] version = "0.17" features = ["canister"] [dependencies.ex3-common-error-info] version = "0.15" features = ["canister"] [dependencies.hex] version = "0.4.3" [dependencies.ic-cdk] version = "0.12" optional = true [dependencies.ic-ledger-types] version = "0.9.0" [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" [dependencies.sha2] version = "0.10" [features] agent = ["ex3-canister-client/agent"] canister = [ "ex3-canister-client/canister", "ic-cdk", ] mock = [ "mockall", "rstest", ]