adbridge 0.1.1

Android Bridge for AI-Assisted Development: CLI + MCP server
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"
rust-version = "1.75"
name = "adbridge"
version = "0.1.1"
authors = ["Slush97"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Android Bridge for AI-Assisted Development: CLI + MCP server"
homepage = "https://github.com/Slush97/adbridge"
documentation = "https://docs.rs/adbridge"
readme = "README.md"
keywords = [
    "android",
    "adb",
    "mcp",
    "ai",
    "debugging",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
]
license = "MIT"
repository = "https://github.com/Slush97/adbridge"

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

[[bin]]
name = "adbridge"
path = "src/main.rs"

[dependencies.adb_client]
version = "3"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.leptess]
version = "0.14"

[dependencies.rmcp]
version = "1"
features = [
    "server",
    "transport-io",
    "macros",
]

[dependencies.roxmltree]
version = "0.20"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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