# 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 = "tesseract-one" version = "0.5.6" authors = [ "Daniel Leping", "Yehor Popovych", "Tesseract Systems, Inc.", ] description = "Tesseract is a universal dApp/Wallet bridge. This crate implements the communication protocol and is the framework for implementation of blockchain protocols and data transports." homepage = "https://github.com/tesseract-one/" documentation = "https://github.com/tesseract-one/Tesseract.rs" readme = "README.md" keywords = [ "blockchain", "dApp", "wallet", "mobile", "bridge", ] categories = [ "authentication", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/tesseract-one/Tesseract.rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0" [features] client = ["dep:async-trait"] service = ["dep:async-trait"] transport-plt = [ "transports", "client", "service", "dep:async-trait", ] transports = []