# 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 = "crabdroid" version = "0.3.0" authors = [ "Daniel Leping", "Yehor Popovych", "Tesseract Systems, Inc.", ] description = "Android easy(er) interop for Rust. Especially helpful with async operations, error handling, collections, etc." homepage = "https://github.com/tesseract-one/" documentation = "https://github.com/tesseract-one/Tesseract.android" readme = "README.MD" keywords = [ "android", "interop", "jni", "futures", "async", ] categories = [ "development-tools::ffi", "external-ffi-bindings", "os", ] license = "Apache-2.0" repository = "https://github.com/tesseract-one/Tesseract.android" [dependencies.futures] version = "0.3" [dependencies.jni] version = "0.20" [dependencies.jni_fn] version = "0.1" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [features] default = [] thread-pool = ["futures/thread-pool"]