# 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-codec" 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.bincode] version = "1.3.3" [dependencies.crossbeam] version = "0.8.2" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.futures] version = "0.3.26" [dependencies.hex] version = "0.4.3" [dependencies.impl-trait-for-tuples] version = "0.2.2" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4.17" features = [ "std", "serde", ] [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.prost] version = "0.11.8" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.153" features = [ "derive", "rc", ] [dependencies.serde_bytes] version = "0.11.9" [dependencies.serde_json] version = "1.0.87" [dependencies.smallvec] version = "1.10.0" features = [ "serde", "write", "union", "const_generics", "const_new", ] [dependencies.tea-codec-macros] version = "0.3.0-dev.7" [dependencies.thiserror] version = "1.0.39" [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.tracing] version = "0.1.37" [dev-dependencies.serde_json] version = "1.0.50" [dev-dependencies.structopt] version = "0.3.12" [features] backtrace = [] checked = [] default = [] runtime = [ "tokio", "lazy_static", ]