# 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 = "downapk" version = "0.6.4" description = "Program to download APKs of given Android package" homepage = "https://github.com/rabilrbl/downapk" readme = "README.md" keywords = [ "apk", "android", "download", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/rabilrbl/downapk" [package.metadata.binstall] bin-dir = "{ bin }-{ target }{ binary-ext }" [profile.release] strip = true [dependencies.clap] version = "^4.5" features = ["derive"] [dependencies.console] version = "^0.15" [dependencies.indicatif] version = "^0.17" [dependencies.reqwest] version = "^0.12" features = [ "cookies", "rustls-tls-native-roots", ] default-features = false [dependencies.scraper] version = "^0.19" [dependencies.tokio] version = "^1.37" features = ["full"]