[package] name = "ex3-blockchain-public-types" version = "0.17.21" license = "MIT" authors = ["Deland Labs Core Dev "] edition = "2021" description = "EX3 blockchain public types." homepage = "https://github.com/Deland-Labs/core-canister" repository = "https://github.com/Deland-Labs/core-canister" [dependencies] candid = "0.10" ic-stable-structures = "0.6.4" serde = "1.0" serde_bytes = "0.11.14" ex3-serde = "0.15" sha2 = "0.10" num-bigint = "0.4.4" num-traits = "0.2.18" rs_merkle = "1.4" ex3-timestamp = { version = "0.15", features = ["canister"] } ex3-common-error-info = { version = "0.15", features = ["canister"] } ex3-canister-types = "0.17" ex3-canister-constant = "0.17" ex3-canister-error = "0.17" ex3-crypto = { version = "0.15", default-features = false, features = ["canister", "hash"] } ex3-node-types = "0.15" [dev-dependencies] rstest = "0.18.2"