[package]
edition = "2021"
name = "tea-state-receiver-codec"
version = "0.2.0-dev.1"
authors = [
"Kevin Zhang <kevin.zhang.canada@gmail.com>",
"Yan Mingzhi <realraindust@gmail.com>",
"Jacky.li <liyangwood@gmail.com>",
"Alsein Xiang <xyh951115@live.com>",
]
description = "The TEA SDK"
homepage = "https://teaproject.org/"
keywords = [
"tea",
"tapp",
"wasm",
"web3",
]
categories = [
"cryptography::cryptocurrencies",
"development-tools",
"wasm",
]
license-file = "LICENSE"
repository = "https://github.com/tearust/sdk/"
[dependencies.serde]
version = "1.0.147"
features = [
"derive",
"rc",
]
[dependencies.tea-actorx-core]
version = "0.2.0-dev.1"
[dependencies.tea-codec]
version = "0.2.0-dev.1"
[dependencies.tea-tapp-common]
version = "0.2.0-dev.1"