# 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-crypto" version = "0.16.1" authors = ["Deland Labs Core Dev "] description = "EX3 crypto crate." homepage = "https://github.com/Deland-Labs/core-canister" license = "MIT" repository = "https://github.com/Deland-Labs/core-canister" resolver = "1" [dependencies.anyhow] version = "1.0.71" [dependencies.ex3-canister-error] version = "0.16" [dependencies.ex3-canister-types] version = "0.16" [dependencies.ex3-common-error-info] version = "0.14" features = ["canister"] [dependencies.ex3-crypto] version = "0.14" features = ["canister"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0"