adb-wire 0.0.2

Async ADB wire protocol client over TCP.
Documentation
# 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-wire"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async ADB wire protocol client over TCP."
readme = "README.md"
keywords = [
    "adb",
    "android",
    "wire-protocol",
    "tokio",
    "async",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/cbxss/adb-wire"

[lib]
name = "adb_wire"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "rt",
    "io-util",
    "time",
    "fs",
    "macros",
]