# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "apk-dl" version = "0.4.3" authors = ["William Budington "] description = "A command-line tool for downloading APK files from various sources" homepage = "https://github.com/EFForg/apk-dl" license = "MIT" repository = "https://github.com/EFForg/apk-dl" [dependencies.clap] version = "2.3" [dependencies.futures-util] version = "0.3" features = ["io"] [dependencies.gpapi] version = "0.2" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["stream"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-dl-stream-to-disk] version = "0.2" [build-dependencies.clap] version = "2.3"