# 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-actorx-host" version = "0.2.0-dev.22" 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.bincode] version = "1.3.3" [dependencies.crossbeam] version = "0.8.2" [dependencies.dashmap] version = "5.4" [dependencies.futures] version = "0.3.26" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.153" features = [ "derive", "rc", ] [dependencies.smallvec] version = "1.10.0" features = [ "serde", "write", "union", "const_generics", "const_new", ] [dependencies.tea-actorx-core] version = "0.2.0-dev.22" features = ["host"] [dependencies.tea-actorx-signer] version = "0.2.0-dev.22" [dependencies.tea-codec] version = "0.2.0-dev.22" features = ["runtime"] [dependencies.thiserror] version = "1.0.39" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.wasmer] version = "3.1.1" features = ["tracing"] [dependencies.wasmer-middlewares] version = "3.1.1" [features] unlimited = []