# 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 = "adb-client-tokio" version = "0.0.8" authors = ["Andreas Lüdeke "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for communicating with Android devices via the Android Debug Bridge (ADB) protocol." readme = "README.md" keywords = [ "adb", "android", "debug", "bridge", "tokio", ] categories = [ "development-tools::debugging", "development-tools::testing", ] license = "MIT" repository = "https://github.com/devicelink/adb-client-tokio" [lib] name = "adb_client_tokio" path = "src/lib.rs" [dependencies.futures] version = "0.3.30" [dependencies.hexdump] version = "0.1.1" [dependencies.pretty-hex] version = "0.4.1" [dependencies.regex] version = "1.10.4" [dependencies.thiserror] version = "1.0.59" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.11" features = ["codec"] [dependencies.usb-ids] version = "1.2024.3"