apk-info-cli 1.0.13

A command-line tool to inspect and extract APK files
# 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.93.0"
name = "apk-info-cli"
version = "1.0.13"
authors = ["Alexey <delvinru@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool to inspect and extract APK files"
readme = "README.md"
keywords = [
    "android",
    "apk",
    "malware",
    "cli",
    "analysis",
]
categories = [
    "command-line-utilities",
    "os::android-apis",
]
license = "Apache-2.0"
repository = "https://github.com/delvinru/apk-info"

[[bin]]
name = "apk-info"
path = "src/main.rs"
doc = false

[dependencies.anyhow]
version = "1.0.104"

[dependencies.apk-info]
version = "1.0.13"

[dependencies.apk-info-axml]
version = "1.0.13"

[dependencies.apk-info-xml]
version = "1.0.13"

[dependencies.apk-info-zip]
version = "1.0.13"

[dependencies.bat]
version = "0.26.1"
features = [
    "build-assets",
    "regex-fancy",
]
default-features = false

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

[dependencies.clap_complete]
version = "4.6.9"

[dependencies.colored]
version = "3.1.1"

[dependencies.env_logger]
version = "0.11.11"
features = ["auto-color"]

[dependencies.log]
version = "0.4.33"

[dependencies.md-5]
version = "0.11.0"

[dependencies.mimalloc]
version = "0.1"

[dependencies.regex]
version = "1.13.1"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.walkdir]
version = "2.5.0"