# 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-deposit-detector-public-types" version = "0.17.21" authors = ["Deland Labs Core Dev "] description = "Deposit detector public type." 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-canister-types] version = "0.17" [dependencies.ex3-common-error-info] version = "0.15" features = ["canister"] [dependencies.ex3-crypto] version = "0.15" features = [ "canister", "hash", ] default-features = false [dependencies.ex3-node-types] version = "0.15" [dependencies.ex3-serde] version = "0.15" [dependencies.ex3-timestamp] version = "0.15" features = ["canister"] [dependencies.ic-stable-structures] version = "0.6.4" [dependencies.rs_merkle] version = "1.4.2" [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.11.14" [dev-dependencies.rstest] version = "0.18.2"