downapk 0.6.4

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

[dependencies.console]
version = "^0.15"

[dependencies.indicatif]
version = "^0.17"

[dependencies.reqwest]
default-features = false
features = ["cookies", "rustls-tls-native-roots"]
version = "^0.12"

[dependencies.scraper]
version = "^0.19"

[dependencies.tokio]
features = ["full"]
version = "^1.37"

[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.6.4"

[package.metadata.binstall]
bin-dir = "{ bin }-{ target }{ binary-ext }"

[profile.release]
strip = true