gpipipi 0.1.2

a rust crate for 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 = "2024"
name = "gpipipi"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a rust crate for the google play api"
readme = "README.md"
license = "MIT"
repository = "https://codeberg.org/hoodb0/gpipipi"

[features]
binary = ["tokio"]

[lib]
name = "gpipipi"
path = "src/lib.rs"

[[bin]]
name = "gpipipi"
path = "src/main.rs"
required-features = ["binary"]

[dependencies.async-stream]
version = "0.3"

[dependencies.futures-core]
version = "0.3"

[dependencies.http]
version = "1.4.0"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.prost]
version = "0.14.3"

[dependencies.prost-types]
version = "0.14.3"

[dependencies.reqwest]
version = "0.13.2"
features = ["default-tls"]
default-features = false

[dependencies.rust-ini]
version = "0.21.3"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]
optional = true

[dependencies.url]
version = "2.5.8"

[dev-dependencies.futures-util]
version = "0.3.32"

[dev-dependencies.tokio-test]
version = "0.4.5"