# 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-android" version = "0.5.6" authors = [ "Daniel Leping", "Yehor Popovych", "Tesseract Systems, Inc.", ] description = "Android specific Tesseract APIs" homepage = "https://github.com/tesseract-one/" documentation = "https://github.com/tesseract-one/Tesseract.android" readme = "README.md" keywords = [ "blockchain", "dApp", "wallet", "mobile", "bridge", ] categories = [ "api-bindings", "authentication", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/tesseract-one/Tesseract.android" [dependencies.tesseract-android-base] version = "0.5.6" [dependencies.tesseract-android-ipc] version = "0.5.6" optional = true [dependencies.tesseract-android-transport] version = "0.5.6" optional = true [features] client = [ "tesseract-android-base/client", "tesseract-android-transport?/client", "tesseract-android-ipc?/client", ] default = ["transport-all"] service = [ "tesseract-android-base/service", "tesseract-android-transport?/service", "tesseract-android-ipc?/service", ] transport-all = [ "transport-sdk", "transport-ipc", ] transport-ipc = [ "transport-sdk", "dep:tesseract-android-ipc", ] transport-sdk = ["dep:tesseract-android-transport"]