# 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 = "tea-tapp-common" version = "0.2.0-dev.4" authors = [ "Kevin Zhang ", "Yan Mingzhi ", "Jacky.li ", "Alsein Xiang ", ] 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.base64] version = "0.13.0" [dependencies.hex] version = "0.4.0" [dependencies.primitive-types] version = "0.12.1" features = ["serde"] [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_derive] version = "1.0.106" [dependencies.serde_json] version = "1.0.55" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.tea-codec] version = "0.2.0-dev.4" [dependencies.tea-runtime-codec] version = "0.2.0-dev.4" [dependencies.thiserror] version = "1" [dependencies.u256-literal] version = "1.2.0" [features] __test = []