droidtui 0.5.1

A beautiful Terminal User Interface (TUI) for Android development and ADB commands
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 = "droidtui"
version = "0.5.1"
authors = ["Sorin Albu-Irimies <mihaiirimies@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A beautiful Terminal User Interface (TUI) for Android development and ADB commands"
homepage = "https://github.com/sorinirimies/droidtui"
documentation = "https://docs.rs/droidtui"
readme = "README.md"
keywords = [
    "android",
    "adb",
    "tui",
    "terminal",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sorinirimies/droidtui"

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

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

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

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

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

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

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

[dependencies.adb_client]
version = "2.1.17"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28.1"
features = ["event-stream"]

[dependencies.futures]
version = "0.3.31"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.ratatui-widgets]
version = "0.2.2"

[dependencies.regex]
version = "1"

[dependencies.tachyonfx]
version = "0.7.0"

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

[dependencies.tui-file-explorer]
version = "0.8.8"
default-features = false