gpapi 5.2.0

A library for interacting with the Google Play API
Documentation
[build-dependencies.bincode]
version = "1"

[build-dependencies.bytes]
version = "1"

[build-dependencies.configparser]
version = "3"

[build-dependencies.googleplay-protobuf]
version = "2"

[build-dependencies.prost]
version = "0.13"

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

[dependencies.bincode]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.googleplay-protobuf]
version = "2"

[dependencies.hyper]
features = ["full"]
version = "0.14"

[dependencies.hyper-tls]
version = "0.5"

[dependencies.prost]
version = "0.13"

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

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

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

[lib]
doctest = false
name = "gpapi"
path = "src/lib.rs"

[package]
authors = ["Bill Budington <bill@eff.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "A library for interacting with the Google Play API"
edition = "2021"
homepage = "https://github.com/EFForg/rs-google-play/tree/master/gpapi"
license = "MIT"
name = "gpapi"
readme = "README.md"
repository = "https://github.com/EFForg/rs-google-play/tree/master/gpapi"
resolver = "1"
version = "5.2.0"