# 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-sdk" version = "0.3.0-dev.7" authors = [ "Kevin Zhang ", "Yan Mingzhi ", "Jacky.li ", "Alsein Xiang ", ] exclude = [ "actorx/*", "rust-toolchain.toml", ".rustfmt.toml", ".gitignore", ] description = "The TEA SDK" homepage = "https://teaproject.org/" readme = "README.md" keywords = [ "tea", "tapp", "wasm", "web3", ] categories = [ "cryptography::cryptocurrencies", "development-tools", "wasm", ] license-file = "LICENSE" repository = "https://github.com/tearust/sdk/" [dependencies.tea-actorx] version = "0.3.0-dev.7" features = ["sdk"] [dependencies.tea-codec] version = "0.3.0-dev.7" [dependencies.tea-runtime-codec] version = "0.3.0-dev.7" [dependencies.tea-system-actors] version = "0.3.0-dev.7" optional = true [dependencies.tea-wasm-actor-utils] version = "0.3.0-dev.7" optional = true [dependencies.tokio] version = "1.26.0" features = ["macros"] optional = true [features] __test = [ "tea-runtime-codec/__test", "tea-system-actors/__test", "tea-wasm-actor-utils/__test", ] backtrace = [ "tea-codec/backtrace", "tea-actorx/backtrace", ] default = [] dev = ["tea-runtime-codec/dev"] host = [ "system-actors", "tea-actorx/host", "tea-codec/runtime", ] nitro = [ "tea-runtime-codec/nitro", "tea-system-actors/nitro", "tea-actorx/nitro", ] sign = ["tea-actorx/sign"] system-actors = [ "tea-system-actors", "vmh", ] track = ["tea-actorx/track"] vmh = ["tea-runtime-codec/vmh"] wasm = [ "system-actors", "tea-wasm-actor-utils", "tea-actorx/wasm", ]