# 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-types" version = "0.17.32" authors = ["Deland Labs Core Dev "] description = "EX3 core canister types." homepage = "https://github.com/Deland-Labs/core-canister" license = "MIT" repository = "https://github.com/Deland-Labs/core-canister" [dependencies.anyhow] version = "1.0.82" [dependencies.candid] version = "0.10" [dependencies.ex3-canister-error] version = "0.17" [dependencies.ex3-common-error-info] version = "0.15" features = ["canister"] [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.num-bigint] version = "0.4.4" [dependencies.rs_merkle] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.thiserror] version = "1.0" [dev-dependencies.rstest] version = "0.18"