apkeep 1.0.0

A command-line tool for downloading APK files from various sources
# 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 = "apkeep"
version = "1.0.0"
authors = ["William Budington <bill@eff.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool for downloading APK files from various sources"
homepage = "https://github.com/EFForg/apkeep"
readme = "README.md"
license = "MIT"
repository = "https://github.com/EFForg/apkeep"

[[bin]]
name = "apkeep"
path = "src/main.rs"

[dependencies.base64]
version = "0.22"

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

[dependencies.configparser]
version = "3"

[dependencies.cryptographic-message-syntax]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.futures-util]
version = "0.3"
features = ["io"]

[dependencies.gpapi]
version = "6"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13"
features = ["stream"]

[dependencies.ring]
version = "0.17"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.11"

[dependencies.sha2]
version = "0.11"

[dependencies.simple-error]
version = "0.3"

[dependencies.tempfile]
version = "3"

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

[dependencies.tokio-dl-stream-to-disk]
version = "1"
features = ["sha256sum"]

[dependencies.x509-certificate]
version = "0.25"

[dependencies.zip]
version = "8"

[build-dependencies.clap]
version = "4"
features = ["derive"]