[package] name = "ex3-canister-crypto" version = "0.16.1" license = "MIT" authors = ["Deland Labs Core Dev "] edition = "2021" description = "EX3 crypto crate." homepage = "https://github.com/Deland-Labs/core-canister" repository = "https://github.com/Deland-Labs/core-canister" [dependencies] thiserror = "1.0" anyhow = "1.0.71" sha2 = "0.10" ex3-crypto = { version = "0.14", features = ["canister"] } ex3-common-error-info = { version = "0.14", features = ["canister"] } ex3-canister-error = { path = "../error", version = "0.16" } ex3-canister-types = "0.16"