droidrun-adb 0.1.2

Async ADB (Android Debug Bridge) client library — wire protocol + sync protocol 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 = "2024"
rust-version = "1.85.0"
name = "droidrun-adb"
version = "0.1.2"
authors = ["Sikrid25"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async ADB (Android Debug Bridge) client library — wire protocol + sync protocol over TCP"
homepage = "https://github.com/Sikrid25/droidrun-rs"
readme = "README.md"
keywords = [
    "android",
    "adb",
    "automation",
    "mobile",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/Sikrid25/droidrun-rs"
resolver = "2"

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

[[example]]
name = "app_management"
path = "examples/app_management.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "device_info"
path = "examples/device_info.rs"

[[example]]
name = "file_transfer"
path = "examples/file_transfer.rs"

[[example]]
name = "input_control"
path = "examples/input_control.rs"

[[example]]
name = "port_forward"
path = "examples/port_forward.rs"

[[example]]
name = "reverse_forward"
path = "examples/reverse_forward.rs"

[[example]]
name = "screenshot"
path = "examples/screenshot.rs"

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

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]