# 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-actorx2" version = "0.3.0-dev.1" 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/" [[bin]] name = "sign" required-features = ["sign-bin"] [[bin]] name = "worker" required-features = ["worker"] [dependencies.base64] version = "0.13.1" optional = true [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.1.8" features = [ "derive", "env", ] optional = true [dependencies.command-fds] version = "0.2.2" features = ["tokio"] optional = true [dependencies.futures] version = "0.3.28" optional = true [dependencies.leb128] version = "0.2.5" optional = true [dependencies.openssl] version = "0.10.45" features = ["vendored"] optional = true [dependencies.primitive-types] version = "0.12.1" features = ["serde"] [dependencies.serde] version = "1.0.153" features = [ "derive", "rc", ] [dependencies.serde_yaml] version = "0.9.19" optional = true [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tea-codec] version = "0.3.0-dev.1" [dependencies.thiserror] version = "1.0.39" [dependencies.tokio] version = "1.26.0" features = [ "rt", "macros", "rt-multi-thread", "fs", ] optional = true [dependencies.tokio-util] version = "0.7.7" features = [ "io", "io-util", ] optional = true [dependencies.tracing] version = "0.1.37" [dependencies.wasmer] version = "3.1.1" features = ["tracing"] optional = true [dependencies.wasmer-middlewares] version = "3.1.1" optional = true [dependencies.zstd] version = "0.12.3" optional = true [features] default = ["sdk"] host = [ "sdk", "tokio", "tokio/io-util", "tokio/net", "tokio/parking_lot", "tokio/process", "tokio/time", "tokio/sync", "tokio-util", "command-fds", ] llvm = [ "worker", "wasmer/llvm", ] sdk = [] sign = [ "base64", "serde_yaml", "openssl", "leb128", "zstd", ] sign-bin = [ "sign", "clap", "tokio", ] track = [] wasm = [ "sdk", "futures", ] worker = [ "sign", "wasmer", "wasmer-middlewares", "tokio", "tokio/io-util", "tokio/net", "tokio/time", "tokio/parking_lot", "tokio/sync", ]