downapk 0.4.2

Program to download APKs of given Android package
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.4.18"

[dependencies.console]
version = "0.15.8"

[dependencies.indicatif]
version = "0.17.7"

[dependencies.openssl]
features = ["vendored"]
version = "0.10"

[dependencies.reqwest]
features = ["cookies"]
version = "0.11"

[dependencies.scraper]
version = "0.18.1"

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

[package]
categories = ["command-line-utilities"]
description = "Program to download APKs of given Android package"
edition = "2021"
homepage = "https://github.com/rabilrbl/downapk"
keywords = ["apk", "android", "download", "cli"]
license = "MIT"
name = "downapk"
readme = "README.md"
repository = "https://github.com/rabilrbl/downapk"
version = "0.4.2"
[profile.release]
strip = true
[target."cfg(target_arch = \"aarch64\")"]

[target."cfg(target_arch = \"arm\")"]

[target."cfg(target_arch = \"i686\")"]