gpapi 6.0.1

A library for interacting with the Google Play API
Documentation
# 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 = "gpapi"
version = "6.0.1"
authors = ["Bill Budington <bill@eff.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for interacting with the Google Play API"
homepage = "https://github.com/EFForg/rs-google-play/tree/master/gpapi"
readme = "README.md"
license = "MIT"
repository = "https://github.com/EFForg/rs-google-play/tree/master/gpapi"
resolver = "1"

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

[dependencies.bincode]
version = "2"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

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

[dependencies.prost]
version = "0.14"

[dependencies.reqwest]
version = "0.12"

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

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

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

[build-dependencies.bincode]
version = "2"

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

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

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

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

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