batch_apk_installer 1.1.3

A command-line tool for batch installation of Android Packages (APKs).
# 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"
name = "batch_apk_installer"
version = "1.1.3"
authors = ["Matheus Amazonas"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool for batch installation of Android Packages (APKs)."
homepage = "https://github.com/matheusamazonas/batch_apk_installer"
readme = "README.md"
keywords = [
    "adb",
    "installer",
    "batch",
    "multiple",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/matheusamazonas/batch_apk_installer"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.regex]
version = "1.11.1"

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

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

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.toml]
version = "0.9.5"