# 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-server-tokio" version = "0.0.2" authors = ["Andreas Lüdeke "] description = "A Rust implementation of the Android Debug Bridge (ADB) server 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-server-tokio" [lib] name = "adb_server_tokio" path = "src/lib.rs" [dependencies.bytes] version = "1.6.0" [dependencies.futures] version = "0.3.30" [dependencies.pretty-hex] version = "0.4.1" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["macros"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.11" features = ["codec"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1" features = ["full"]