adb_cli 3.2.3

Rust ADB (Android Debug Bridge) CLI
# 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.88.0"
name = "adb_cli"
version = "3.2.3"
authors = ["Corentin LIAUD"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust ADB (Android Debug Bridge) CLI"
readme = "README.md"
keywords = [
    "adb",
    "android",
    "tcp",
    "usb",
]
license = "MIT"
repository = "https://github.com/cocool97/adb_client"
resolver = "2"

[package.metadata.deb]
priority = "optional"
section = "utility"

[[package.metadata.deb.assets]]
source = "target/release/adb_cli"
dest = "usr/bin/"
mode = "755"

[package.metadata.generate-rpm]
license = "MIT"

[[package.metadata.generate-rpm.assets]]
source = "target/release/adb_cli"
dest = "/usr/bin/adb_cli"
mode = "755"

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

[dependencies.adb_client]
version = "^3.2.2"
features = [
    "mdns",
    "usb",
]

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

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4.32"

[dependencies.tabwriter]
version = "1.4.1"

[target."cfg(unix)".dependencies.termios]
version = "0.3.3"

[lints.clippy]
missing_errors_doc = "allow"