# 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-wasm-actor-utils" version = "0.3.0-dev.7" 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.1" [dependencies.bytes] version = "1.4.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.futures] version = "0.3.26" [dependencies.gluesql-core] version = "0.13.1" features = [ "transaction", "index", "alter-table", ] [dependencies.hex] version = "0.4.3" [dependencies.http] version = "0.2.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" features = [ "std", "serde", ] [dependencies.mocktopus] version = "0.8.0" optional = true [dependencies.primitive-types] version = "0.12.1" features = ["serde"] [dependencies.prost] version = "0.11.8" [dependencies.serde] version = "1.0.153" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.87" [dependencies.tea-actorx] version = "0.3.0-dev.7" features = ["wasm"] [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" [dependencies.thiserror] version = "1.0.39" [dependencies.tokio] version = "1.26.0" features = ["sync"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "env-filter", ] [features] __test = ["tea-runtime-codec/__test"] native = ["tea-actorx/host"]