# 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-base" version = "0.5.6" authors = [ "Daniel Leping", "Yehor Popovych", "Tesseract Systems, Inc.", ] description = "Tesseract base APIs for Android. Check tesseract-android crate, this crate is reexported there." 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.crabdroid] version = "0.3.0" [dependencies.jni] version = "0.20" [dependencies.log] version = "0.4" features = ["std"] [dependencies.tesseract-one] version = "0.5" [dependencies.thiserror] version = "1.0" [features] client = ["tesseract-one/client"] service = ["tesseract-one/service"]